@charset "utf-8";
/* CSS Document */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  color: #141412;
  margin: 0;
}
a {
  color: #e18031;
  text-decoration: none;
}
a:active,
a:hover {
  color: #222;
  outline: 0;
}
a:hover {
  text-decoration: underline;
}
address {
  font-style: italic;
  margin: 0 0 24px;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
p {
  margin: 0 0 24px;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 14px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}
small {
  font-size: smaller;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl {
  margin: 0 20px;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 0 20px;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}
figure,
form {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}
caption,
td,
th {
  font-weight: 400;
  text-align: left;
}
caption {
  font-size: 16px;
  margin: 20px 0;
}
th {
  font-weight: 700;
  text-transform: uppercase;
}
td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}
del {
  color: #333;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
hr {
  background: url(/wp-content/themes/wine/images/dotted-line.png) center top;
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
}
.comment-reply-title small a:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: 400 16px/1 Genericons;
}
.clear:after,
.comment-form-author:after,
.comment-form-email:after,
.entry-content:after {
  clear: both;
}
.clear:after,
.clear:before,
.comment-form-author:after,
.comment-form-author:before,
.comment-form-email:after,
.comment-form-email:before,
.entry-content:after,
.entry-content:before {
  content: "";
  display: table;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
}
button,
input,
textarea {
  border: 1px solid #d4d0ba;
  font-family: inherit;
  padding: 5px;
}
input,
textarea {
  color: #141412;
}
input:focus,
textarea:focus {
  border: 2px solid #c3c0ab;
  outline: 0;
}
button,
input[type="button"],
input[type="submit"] {
  background: #540b22;
  background: -webkit-linear-gradient(top, #540b22 0, #8d152d 100%);
  background: linear-gradient(to bottom, #540b22 0, #8d152d 100%);
  border: none;
  border-bottom: 3px solid #540b22;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  padding: 5px;
  text-decoration: none;
  font-size: 13px;
}
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
  background: #8d152d;
  background: -webkit-linear-gradient(top, #8d152d 0, #540b22 100%);
  background: linear-gradient(to bottom, #8d152d 0, #540b22 100%);
  outline: 0;
}
button:active,
input[type="button"]:active,
input[type="submit"]:active {
  background: #d94412;
  background: -webkit-linear-gradient(top, #d94412 0, #e05d22 100%);
  background: linear-gradient(to bottom, #d94412 0, #e05d22 100%);
  border: none;
  border-top: 3px solid #b93207;
  padding: 10px 24px 11px;
}
input[type="submit"] {
  margin-top: 5px;
}
::-webkit-input-placeholder {
  color: #7d7b6d;
}
:-moz-placeholder {
  color: #7d7b6d;
}
::-moz-placeholder {
  color: #7d7b6d;
}
:-ms-input-placeholder {
  color: #7d7b6d;
}
.entry-content img,
.widget img {
  max-width: 100%;
}
.entry-content img,
img[class*="align"],
img[class*="attachment-"],
img[class*="wp-image-"] {
  height: auto;
}
img.size-full,
img.wp-post-image {
  height: auto;
  max-width: 100%;
}
embed,
iframe,
object,
video {
  max-width: 100%;
}
img.alignnone {
  margin: 5px 0;
}
.site {
  background-color: #fff;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}
.site-main {
  position: relative;
}
.entry-content,
.entry-summary {
  margin: 0 auto;
  width: 100%;
}
.entry-title {
  font-weight: 400;
  margin: 0 0 5px;
}
.entry-content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
.entry-content a {
  color: #bc360a;
}
.entry-content a:hover {
  color: #ea9629;
}
.page-title {
  font:
    300 italic 30px "Source Sans Pro",
    Helvetica,
    sans-serif;
  margin: 0 auto;
  max-width: 1040px;
  padding: 10px 0;
  width: 100%;
}
.error404 h1.page-title {
  font-size: 22px;
}
.error404 .page-title {
  line-height: 0.6;
  margin: 0;
  padding: 50px;
  position: relative;
  text-align: left;
  width: auto;
}
.error404 .page-content,
.error404 .page-header {
  margin: 0 auto;
  max-width: 1040px;
  padding-bottom: 40px;
  width: 100%;
}
.comment-reply-title,
.comment-respond .comment-form {
  display: block;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 604px;
  width: 100%;
}
.comment-respond {
  background-color: #f7f5e7;
  padding: 30px 0;
}
.comment-reply-title {
  font:
    300 italic 18px "Source Sans Pro",
    Helvetica,
    sans-serif;
  text-align: center;
}
.comment-reply-title small a {
  color: #131310;
  display: inline-block;
  float: right;
  height: 16px;
  overflow: hidden;
  width: 16px;
}
.comment-reply-title small a:hover {
  color: #ed331c;
  text-decoration: none;
}
.comment-reply-title small a:before {
  content: "\f406";
  vertical-align: top;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email {
  margin-bottom: 8px;
}
.comment-form [for="author"],
.comment-form [for="comment"],
.comment-form [for="email"] {
  float: left;
  padding: 5px 0;
  width: 120px;
}
.comment-form .required {
  color: #ed331c;
}
.comment-form input[type="text"] {
  max-width: 270px;
  width: 60%;
}
.comment-form textarea {
  width: 100%;
}
.widget {
  background-color: rgba(247, 245, 231, 0.7);
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
@media (max-width: 1599px) {
  .site {
    border: 0;
  }
}
@media (max-width: 643px) {
  .comment-respond {
    padding-left: 20px;
    padding-right: 20px;
  }
  .entry-title {
    font-size: 22px;
    font-weight: 700;
  }
  .comment-form input[type="text"] {
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
  }
  .comment-form textarea {
    height: 80px;
  }
}
@media print {
  body {
    background: none !important;
    color: #000;
    font-size: 10pt;
  }
  .site {
    max-width: 98%;
  }
  .comment-respond {
    display: none;
  }
  .entry-content,
  .entry-summary {
    margin: 0;
    width: 100%;
  }
  .entry-title,
  .page-title {
    font-size: 21pt;
  }
}
header.main {
  min-height: 180px;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #211915;
}
.logo {
  float: left;
}
.tel {
  color: #dfac12;
  font-size: 35px;
}
.buscador .widget {
  background: 0 0;
}
nav.principal {
  float: left;
  width: 100%;
  height: 40px;
  background-color: #540b22;
  text-transform: uppercase;
  font-size: 12px;
  z-index: 2000;
}
nav.principal .main-navigation-srm li li a {
  line-height: normal;
  font-size: 12px;
  padding: 5px;
  text-transform: none;
}
nav.principal .main-navigation-srm li.destacar li.resaltar a {
  text-transform: uppercase;
  color: #dfac12 !important;
}
nav.principal .main-navigation-srm li.destacar li a,
nav.principal .main-navigation-srm li.destacar li.resaltar li a {
  text-transform: none;
  color: #fff !important;
}
nav.principal .main-navigation-srm li.destacar a {
  color: #dfac12 !important;
}
.row {
  width: 100%;
  margin: 0 auto;
}
body {
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  overflow: hidden;
}
.contain {
  display: block;
  margin: 0 auto;
  clear: both;
  padding: 0 20px;
  overflow: hidden;
}
.rotador {
  margin: 0 auto 10px;
}
.home-rotador {
  position: relative;
  overflow: hidden;
  background: #f3ecee;
}
.home-rotador-slides {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.home-rotador-slides > li {
  display: none;
  margin: 0;
  padding: 0;
}
.home-rotador-slides > li.is-active {
  display: block;
}
.home-rotador-slides a {
  display: block;
}
.home-rotador-slides img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.home-rotador-prev,
.home-rotador-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: url("/wp-content/plugins/widgetkit/widgets/slideshow/styles/default/images/buttons.png") 0 50px no-repeat;
  opacity: 0.85;
}
.home-rotador-next {
  right: 16px;
  background-position: 0 0;
}
.home-rotador-prev {
  left: 16px;
  background-position: 0 -50px;
}
.home-rotador-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  z-index: 6;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.home-rotador-nav > li {
  display: inline-block;
  margin: 0 4px;
  vertical-align: middle;
}
.home-rotador-nav button {
  display: block;
  width: 16px;
  height: 15px;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: url("/wp-content/plugins/widgetkit/widgets/slideshow/styles/default/images/nav.png") 0 0 no-repeat;
}
.home-rotador-nav > li.is-active button,
.home-rotador-nav button:hover {
  background-position: 0 -15px;
}
.featured,
.modulos {
  width: 100%;
  background: url(/wp-content/themes/wine/images/linea.jpg) repeat-x top;
}
.modulos {
  margin-top: 10px;
  padding-top: 15px;
}
.modulos .widget {
  border: 1px solid #eaeaea;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px;
  list-style: none;
  color: #540b22;
  font-size: 18px;
  text-align: center;
}
.featured {
  margin-top: 20px;
  padding-top: 20px;
}
#subfooter .widget,
.featured .widget {
  background: 0 0;
}
.featured h1 {
  text-align: left;
  font-size: 15px;
  color: #540b22;
  text-transform: uppercase;
}
.featured .woocommerce ul.product_list_widget li img {
  width: 200px;
  float: none;
  height: auto;
}
.featured div.titulo {
  font-size: 13px;
}
div.titulo a h2 {
  color: #ca3c08;
  font-size: 13px;
  text-decoration: none;
}
.featured .image_featured,
.featured .precio,
.featured .titulo {
  width: 100%;
  float: left;
}
.featured .image_featured img {
  margin: 0 auto;
}
.featured .titulo {
  margin-top: 10px;
}
#subfooter h2,
.columna_sidebar h2,
.columna_sidebar h4,
.modulos h4 {
  font-weight: 400;
}
h2,
h4 {
  font-family: "Open Sans", sans-serif;
  color: #540b22;
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}
h4 {
  margin-top: 0;
}
a h3 {
  color: #222;
  font-weight: 600;
  text-decoration: none;
}
p.boton {
  -webkit-box-shadow: 2px 2px 2px 1px #4f4f4f;
  box-shadow: 2px 2px 2px 1px #4f4f4f;
  -moz-box-shadow: 2px 2px 2px 1px #4f4f4f;
  background-color: #540b22;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}
p.boton a {
  color: #fff;
}
#bottom {
  background-color: #3a3a3a;
  clear: left;
}
#subfooter li.widget {
  float: left;
}
#subfooter h2 {
  text-align: left;
  color: #b2b2b2;
}
#subfooter li.widget,
ul.pie {
  list-style: none;
  color: #fff;
  font-size: 12px;
}
ul.pie a {
  color: #fff;
}
ul.pie li {
  background: url(/wp-content/themes/wine/images/punto.jpg) no-repeat left
    center;
  padding-left: 20px;
}
div.imagen_pie {
  margin: 0 auto;
  width: 350px;
}
.columna_contenido {
  float: left;
  padding-top: 30px;
  font-size: 13px;
  text-align: justify;
}
li.widget,
li.widget_products,
ul.products li {
  list-style: none;
}
.price {
  color: #b85f56;
  font-weight: 700;
  margin-right: 15px;
}
div.precio {
  color: #222;
  font-weight: 700;
}
.columna_contenido ul.products {
  margin-top: 10px;
  padding: 0;
}
ul.products h3 {
  text-align: center;
  padding: 5px;
  color: #454545;
  font-size: 18px;
  text-decoration: none;
}
.count {
  display: none;
}
ul.products h3 a {
  color: #454545;
}
ul.products a {
  text-decoration: none;
}
div.catas {
  text-align: center;
}
div.catas li {
  list-style: none;
}
**/h1.page-title {
  color: #540b22;
  font-size: 18px;
  text-transform: uppercase;
}
.price {
  text-align: center;
  font-size: 15px;
}
div.term-description {
  background-color: rgba(247, 245, 231, 0.7);
  color: #454545;
  margin-bottom: 20px;
  border: 1px solid #540b22;
  -webkit-box-shadow: 2px 2px 3px 1px #efefef;
  box-shadow: 2px 3px 2px 1px #efefef;
  -moz-box-shadow: 2px 3px 2px 1px #efefef;
}
div.term-description p {
  margin: 0;
  padding: 10px;
}
div.textwidget p {
  margin-top: 10px;
  font-size: 15px;
}
.woocommerce ul.products li#list.product,
.woocommerce-page ul.products li#list.product {
  clear: none;
  border: 1px solid #ccc;
  padding: 5px;
}
.woocommerce ul.products li#list.product:hover,
.woocommerce-page ul.products li#list.product:hover {
  background-color: rgba(247, 245, 231, 0.7);
  color: rgba(247, 245, 231, 0.7);
}
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
  height: 50px;
}
.boton {
  text-align: center;
}
.boton a.button:hover {
  color: #540b22;
}
#list .amount {
  font-weight: 700;
}
h1.product_title {
  font-size: 15px;
  color: #540b22;
  font-weight: 700;
}
.woocommerce .red .woocommerce-error,
.woocommerce .red .woocommerce-info,
.woocommerce .red .woocommerce-message,
.woocommerce-page .red .woocommerce-error,
.woocommerce-page .red .woocommerce-info,
.woocommerce-page .red .woocommerce-message {
  border-top: 3px solid #540622;
}
.woocommerce .red .woocommerce-error:before,
.woocommerce .red .woocommerce-info:before,
.woocommerce .red .woocommerce-message:before,
.woocommerce-page .red .woocommerce-error:before,
.woocommerce-page .red .woocommerce-info:before,
.woocommerce-page .red .woocommerce-message:before {
  background-color: #540622;
}
.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
  clear: left;
}
div.formulario {
  padding: 10px;
}
.columna_sidebar li.widget ul.product-categories h2 {
  text-align: left;
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding-left: 5px;
}
.columna_sidebar li.cat-item {
  list-style: none;
}
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
  font-size: 0.89em;
}
a.showlogin {
  color: #000;
}
a.showlogin:hover {
  color: #454545;
}
table.variations td.label {
  width: 100px;
}
p.stock {
  display: none;
}
nav#migas {
  font-size: 15px;
  color: #540b22;
}
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
  background-color: #540b22 !important;
}
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
  border-top: 3px solid #540b22 !important;
}
.woocommerce-tabs ul.tabs {
  padding: 0 !important;
  margin: 0 !important;
  border-left: 1px solid #c3671c;
}
div.panel {
  border-left: 1px solid #c3671c;
  border-right: 1px solid #c3671c;
  border-bottom: 1px solid #c3671c;
  margin: 0 !important;
}
div.panel p {
  padding: 10px;
}
ul.tabs {
  -webkit-margin-after: 0 !important;
  margin: 0;
}
.formulario .widget_mailchimpsf_widget {
  padding: 10px;
}
#mc-indicates-required,
.formulario .mc_header {
  display: block;
}
.formulario .mc_input {
  width: 80%;
}
.formulario p {
  margin-top: 5px;
  color: #540b22;
}
.formulario .mc_success_msg {
  color: #dfac12;
}
.miniatura {
  float: left;
  margin-right: 10px;
}
article.sorbos {
  font-size: 12px;
  border-top: 1px solid #540b22;
  margin-bottom: 20px;
}
h2.blogg {
  text-align: left;
  font-size: 16px;
}
div.columna_right {
  float: left;
  width: 220px;
  margin-left: 20px;
}
div.columna_right li ul li {
  list-style: none;
  padding-left: 15px;
}
div.blog_text {
  float: left;
  padding-top: 10px;
}
.columna_right .widget {
  border: 1px solid #eaeaea;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.oculto {
  display: none;
}
@media all and (max-width: 559px) {
  .logo img {
    width: 100%;
    height: auto;
  }
  .tel {
    text-align: center;
  }
  .buscador {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
  }
  .rotador {
    display: none;
  }
  .featured li.featur {
    width: 100%;
    text-align: center;
  }
  #subfooter li.widget {
    width: 100%;
  }
  .modulos .widget {
    text-align: center;
    margin-top: 5px;
  }
  p.boton {
    text-align: center;
    width: 150px;
    margin: 0 auto;
  }
  .columna_sidebar {
    display: none;
  }
  .columna_contenido {
    width: 100%;
  }
  .images img {
    width: 100%;
    height: auto;
  }
  .columna_contenido ul.products {
    text-align: center;
  }
  .woocommerce ul.products li#list.product,
  .woocommerce-page ul.products li#list.product {
    font-size: 0.9em;
    text-align: center;
    margin: 0 auto;
  }
  table.shop_table {
    font-size: 9px;
  }
  .miniatura {
    width: 100%;
  }
  .oculto {
    display: block;
  }
}
@media all and (max-width: 768px) {
  .error404 .page-header {
    background: #fff url(/wp-content/themes/wine/images/copas.jpg) top no-repeat;
  }
  .error404 h1.page-title {
    padding-top: 250px;
  }
  .error404 p.boton {
    width: 250px;
  }
  .main-navigation-srm {
    position: relative;
    z-index: 3000;
  }
}
@media all and (min-width: 560px) and (max-width: 768px) {
  .logo {
    width: 100%;
  }
  .tel {
    text-align: center;
  }
  .buscador input[type="text"] {
    width: 70%;
    margin-left: 10%;
  }
  .featured li.featur {
    width: 50%;
    float: left;
    text-align: center;
    height: 300px;
  }
  .modulos .widget {
    height: 220px;
  }
  .featured,
  .modulos {
    clear: left;
  }
  .modulos .widget {
    width: 32%;
    float: left;
    margin: 0;
  }
  h4.widgettitle {
    font-size: 0.7em;
  }
  div.textwidget p {
    font-size: 9px;
  }
  .columna_sidebar {
    float: left;
    width: 28%;
  }
  .columna_contenido {
    width: 68%;
    float: left;
    padding-left: 3%;
  }
  .columna_sidebar .widget {
    margin-top: 10px;
  }
  .widget_shopping_cart_content ul.cart_list li img {
    display: none;
  }
  .widget_shopping_cart_content ul.cart_list li {
    font-size: 0.8em;
  }
  .woocommerce a.button {
    font-size: 9px !important;
  }
  li#list {
    width: 31%;
    margin: 1%;
    float: left;
    font-size: 11px;
  }
  tr.cart_item {
    font-size: 12px;
  }
  #subfooter li.widget {
    width: 25%;
  }
  #subfooter h2.widgettitle {
    font-size: 10px;
  }
}
@media all and (min-width: 769px) and (max-width: 1084px) {
  nav.principal {
    font-size: 10px;
  }
  .main-navigation-srm li a {
    padding: 8px !important;
  }
  .modulos {
    min-width: 750px;
    margin: 0 auto;
  }
  .modulos .widget {
    width: 230px;
    margin: 1%;
    height: 300px;
  }
  .columna_sidebar {
    float: left;
    width: 28%;
  }
  .columna_contenido {
    width: 68%;
    float: left;
    padding-left: 3%;
  }
  .columna_sidebar .widget {
    margin-top: 10px;
  }
  .error404 .page-header {
    background: #fff url(/wp-content/themes/wine/images/copas.jpg) bottom right
      no-repeat;
  }
  .error404 p.boton {
    width: 250px;
  }
}
@media all and (min-width: 769px) {
  .featured li.featur {
    width: 25%;
    float: left;
    text-align: center;
    height: 280px;
  }
  .featured,
  .modulos {
    clear: left;
  }
  .modulos .widget {
    float: left;
  }
  #subfooter li.widget {
    width: 25%;
  }
  .woocommerce ul.products li#list.product,
  .woocommerce-page ul.products li#list.product {
    float: left;
    width: 200px;
    margin: 10px;
  }
  .blog_text {
    width: 800px;
  }
}
@media all and (min-width: 1085px) {
  .row {
    max-width: 1200px;
    min-width: 755px;
  }
  .buscador,
  .tel {
    float: left;
  }
  .tel {
    padding-top: 90px;
    width: 250px;
  }
  .buscador {
    width: 300px;
    margin-top: 100px;
  }
  .rotador {
    width: 1000px;
    height: 470px;
  }
  .modulos {
    padding-left: 105px;
  }
  .modulos .widget {
    width: 260px;
    height: 340px;
    margin: 5px 20px;
  }
  p.boton {
    width: 200px;
    margin-left: 30px;
  }
  .columna_contenido,
  .columna_contenido ul.products {
    width: 700px;
  }
  .columna_sidebar {
    float: left;
    width: 300px;
    margin-top: 20px;
  }
  .columna_sidebar .widget {
    border: 1px solid #eaeaea;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 260px;
    padding: 5px;
    text-align: center;
  }
  .error404 .page-header {
    background: #fff url(/wp-content/themes/wine/images/copas.jpg) top right
      no-repeat;
    height: 300px;
  }
}
@media all and (min-width: 1052px) {
  .text_traslado {
    float: right;
    position: absolute;
    top: 10px;
    right: 20px;
    color: #dfac12;
    z-index: 1000;
    font-size: 17px;
  }
}
