.blink-nav-button {
  -webkit-animation: blink 3s linear infinite alternate;
  -moz-animation: blink 3s linear infinite alternate;
  animation: blink 3s linear infinite alternate;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: auto;
  height: 100%;
  width: 100%;
  top: 0;
}
body div.zedity-editor.zedity-responsive,
body div.zedity-editor.zedity-responsive-layout {
  width: auto !important;
}
body div.cmas-visual-div.cmas-div-normal {
  padding: 5px;
}
body div.cmas-visual-div.cmas-div-normal {
  padding: 5px;
}
body div.cmas-visual-div.cmas-div-bordered-center {
  padding: 10px;
  margin: 10px;
}
body div#container {
  display: block;
  height: 100%;
  min-height: 100%;
  position: relative;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
body div#main-menu-down-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  overflow: hidden;
}
body div#background-container {
  margin: 0;
  position: fixed;
  background-repeat: no-repeat;
  background-position: center 0;
  max-width: 1600px;
  min-width: 600px;
}
body div#carousel_container {
  height: 10px;
}
body div#carousel_container li {
  top: -6000px;
  /* Para ocultar el elemento no podemos hacer display none por SEO, en su lugar lo posicionamos fuera de pantalla */

  max-height: 20px;
  /* Le damos también un alto pequeño por si acaso hay muchos que no sobresalgan por arriba */

  position: relative;
  list-style: outside none none;
}
body div#carousel_container li img {
  max-width: 50px;
  /* Hacemos que las imagenes sean pequeñas pero luego por Javascript ya se hacen grandes */

}
body div#shop-main-area {
  left: 0;
  top: 0;
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  z-index: 1;
  pointer-events: auto;
  min-width: 600px;
}
body div#shop-main-area div#shop-widgets-container {
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 100;
  pointer-events: auto;
}
body div#shop-main-area .cmas-shop-element {
  z-index: 1;
  display: table;
  width: -moz-fit-content;
  transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  top: -6000px;
  /* Se oculta el elemento desplazandolo fuera de pantalla para evitar efectos raros al cambiarle el zoom y la posición por javascript, no se usa display ni visibility para ocultarlo por SEO */

}
body div#shop-main-area .cmas-shop-element p {
  margin: 0px;
}
body div#shop-main-area .cmas-shop-widget:not([id*="_no_decorate"]),
body div#shop-main-area .cmas-shop-widget-panel:not([id*="_no_decorate"]) {
  border-radius: 5px 5px 5px 5px;
  padding: 10px;
}
body div#shop-main-area div#shop-main-area-fixed-sidebar {
  display: inline-table;
  margin-top: -3px;
  height: 100%;
}
body div#shop-main-area div#shop-main-area-fixed-sidebar .widget {
  margin: 10px 0;
  padding: 0 10px;
  left: auto;
  right: auto;
}
body a.social_icon {
  margin: 2px;
  display: inline-block;
  width: 32px;
  height: 32px;
}
body a.social_icon_facebook {
  background-image: url("/wp-content/themes/comerciamas/cmas/images/social/facebook.png");
}
body a.social_icon_flickr {
  background-image: url("/wp-content/themes/comerciamas/cmas/images/social/flickr.png");
}
body a.social_icon_google {
  background-image: url("/wp-content/themes/comerciamas/cmas/images/social/google.png");
}
body a.social_icon_instagram {
  background-image: url("/wp-content/themes/comerciamas/cmas/images/social/instagram.png");
}
body a.social_icon_pinterest {
  background-image: url("/wp-content/themes/comerciamas/cmas/images/social/pinterest.png");
}
body a.social_icon_rss {
  background-image: url("/wp-content/themes/comerciamas/cmas/images/social/rss.png");
}
body a.social_icon_rss_feed {
  background-image: url("/wp-content/themes/comerciamas/cmas/images/social/rss_feed.png");
}
body a.social_icon_twitter {
  background-image: url("/wp-content/themes/comerciamas/cmas/images/social/twitter.png");
}
body a.social_icon_vimeo {
  background-image: url("/wp-content/themes/comerciamas/cmas/images/social/vimeo.png");
}
body a.social_icon_youtube {
  background-image: url("/wp-content/themes/comerciamas/cmas/images/social/youtube.png");
}
body div#shop-interior-area {
  display: block;
}
body div#shop-interior-area div#social-contact-icons {
  float: right;
  right: 20px;
  top: 10px;
  z-index: 1000;
  position: relative;
}
body div#shop-interior-area div#social-contact-icons > div {
  display: inline-block !important;
  vertical-align: middle;
}
body div#shop-interior-area div#social-contact-icons > div a {
  margin-right: 3px;
}
body div#shop-interior-area div#header-container {
  padding-left: 20px;
  position: absolute;
  top: 10px;
  z-index: 100;
  padding-right: 130px;
}
body div#shop-interior-area div#header-container .cmas-interior-logo {
  float: left;
}
body div#shop-interior-area div#header-container .cmas-interior-logo img {
  height: 90px;
  margin-right: 20px;
  border: 0;
}
body div#shop-interior-area h2.cmas-interior-subtitle {
  margin-top: 0px;
  clear: both;
  padding-top: 25px;
}
body div#shop-interior-area div#header-image-container {
  background-size: cover;
  left: 0;
  max-width: 100%;
  min-width: 600px;
  margin: 0;
  box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.3);
  margin-top: 110px;
}
body div#shop-interior-area div#header-image-container div#main-menu {
  bottom: 0;
  position: absolute;
  top: auto;
}
body div#frontpage_custom_secondary_page {
  position: relative;
  z-index: 10;
  padding: 0px 20px;
}
body footer.footer {
  width: 100%;
  display: block;
  z-index: 9999;
  position: relative;
}
body footer.footer div#inner-footer {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  /* IE8 Fix: Evita que las opciones del menú del pie aparezcan en líneas diferentes */

}
body footer.footer div#inner-footer p,
body footer.footer div#inner-footer ul {
  margin: 10px 0;
}
body footer.footer div#inner-footer .widget_in_footer {
  margin: 0px !important;
}
body footer.footer div#inner-footer p.copyright {
  display: table-cell;
  text-align: left;
  float: left;
  padding-left: 10px;
}
body footer.footer div#inner-footer span.cmas_footer_banner {
  display: table-cell;
  font-size: 9px;
  font-style: italic;
  vertical-align: middle;
  padding-right: 20px;
  text-align: right;
  padding-bottom: 5px;
  float: right;
}
body footer.footer div#inner-footer span.cmas_footer_banner img {
  height: 20px;
}
body footer.footer div#inner-footer nav {
  display: block;
  float: right;
  margin-right: 20px;
}
body footer.footer div#inner-footer nav ul {
  border: 0 none;
  display: block;
}
body footer.footer div#inner-footer nav ul li a:hover {
  background-color: none;
  text-decoration: underline;
}
body footer.footer div#inner-footer .nav li {
  display: inline-block;
  position: relative;
}
body div#interior-content-wrapper footer.footer div#inner-footer.wrap nav ul li:first-child a,
body div#content footer.footer div#inner-footer.wrap nav ul li:first-child a {
  border-left: none;
}
body div#interior-content-wrapper {
  display: block;
  top: 0;
  width: 100%;
  min-width: 600px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: inherit;
  min-height: 100%;
}
body div#interior-content-wrapper div#interior-content {
  min-height: 100px;
  height: 100%;
  position: relative;
  top: 0px;
  min-width: 600px;
  max-width: 1600px;
}
body div#interior-content-wrapper div#interior-content nav.nav-menu-breadcrumb {
  position: relative;
}
body div#interior-content-wrapper div#interior-content .pagination {
  margin-bottom: 40px;
}
body section#info-area-seo-brand {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  max-width: 1600px;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 2;
  padding: 10px 20px;
}
body section#info-area-seo-brand img {
  max-width: 30%;
}
body section#info-area-seo-brand div {
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
  text-align: justify;
  max-width: 60%;
  font-style: italic;
  float: right;
}
body section#info-area-seo-brand div h1,
body section#info-area-seo-brand div h2 {
  margin: 0px;
}
body div#seo-brands-list {
  margin: 20px;
  text-align: center;
}
body div#seo-brands-list li.brands-list-item {
  display: inline-block;
  margin: 10px;
  text-align: center;
  vertical-align: top;
  list-style: none;
  max-width: 25%;
}
body div#seo-brands-list li.brands-list-item img {
  max-width: 100%;
  max-height: 100px;
}
body div#seo-brands-list li.brands-list-item h3 {
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: pre-line;
}
body div#content {
  display: block;
  position: absolute;
  top: 0;
  margin: 0;
  width: 100%;
  min-width: 600px;
  height: 100%;
  max-width: 1600px;
  z-index: 10;
}
body div#content img#scroll-down {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
body div#content img#scroll-down:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
body div#content div#shop-bottom-area {
  max-width: 1600px;
  display: block;
  position: relative;
  z-index: 1000;
  margin-top: -42px;
}
body div#content div#info-area-main {
  display: table;
  width: 100%;
  height: 100%;
}
body div#content div#info-area-brands-bar {
  box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  max-width: 1600px;
  display: block;
  position: relative;
  z-index: 2;
}
body div#content div#loading_brands {
  color: #444444;
  font-family: arial;
  font-size: 10px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
body div#content div#info-area-brands div#loading_brands {
  color: #444444;
  font-family: arial;
  font-size: 10px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
body div#content div#info-area-brands div#loading_brands img {
  width: 100px;
  height: 100px;
}
body div#content div#info-area-brands-bar div#loading_brands {
  color: #444444;
  font-family: arial;
  font-size: 10px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
body div#content div#info-area-brands-bar div#loading_brands img {
  width: 60px;
  height: 60px;
}
body div#content div#info-area {
  min-height: 140px;
  padding-bottom: 10px;
  min-width: 600px;
  position: relative;
  display: table;
  width: 100%;
}
body div#content div#info-area div.cmas-shop-info-area {
  display: table-cell;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  vertical-align: top;
}
body div#content div#info-area div.middle-info-area {
  min-height: 200px;
  display: table-cell;
}
body div#content div#info-area div.right-info-area {
  display: table-cell;
  width: 32%;
  min-width: 220px;
}
body div#content div#info-area div.right-info-area div#brands-container {
  width: 100%;
}
body div#content div#info-area div.right-info-area div#brands-container li {
  list-style: none;
}
body div#content div#info-area div.left-info-area {
  display: table-cell;
  width: 50%;
  min-width: 220px;
}
body section.entry-content {
  display: table;
  width: 100%;
}
body section.entry-content img {
  margin: 0;
}
body section.entry-content div.entry-excerpt {
  display: table-cell;
  vertical-align: top;
}
body section.entry-content div.entry-thumbnail {
  padding-right: 20px;
  display: table-cell;
  vertical-align: top;
  width: 150px;
}
body section.entry-content div.entry-excerpt p {
  margin: 0;
}
body div#popup-social-window {
  width: 500px;
  background: none repeat scroll 0 0 #E5E5E5;
}
body div#shop-blog-content {
  display: table;
  width: 100%;
  max-width: 1600px;
  position: relative;
  z-index: 999;
}
body div#shop-blog-content div#blog-content-wrapper {
  display: table;
  height: 100%;
  width: 100%;
}
body div#shop-blog-content div#blog-content-wrapper img {
  max-width: 100%;
}
body div#shop-blog-content div#blog-content-wrapper div#blog-entries {
  display: table-cell;
  padding: 20px;
  vertical-align: top;
}
body div#shop-blog-content div#blog-content-wrapper div#blog-page {
  display: table-cell;
  padding: 0px 20px 0px 20px;
  vertical-align: top;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
body div#shop-blog-content div#blog-content-wrapper div#blog-sidebar {
  display: table-cell;
  min-width: 220px;
  width: 32%;
  padding: 10px;
  height: 100%;
  vertical-align: top;
}
.dynamic-resize {
  width: 100%;
  height: 100%;
}
.horizontal-divider {
  height: 10px;
  width: 100%;
}
.title-shadow {
  text-shadow: -1px 0 1px #555555, 0 1px 1px #555555, 1px 0 1px #555555, 0 -1px 1px #555555;
  zoom: 1;
}
.title-subtitle-contrast-black {
  text-shadow: 0 -1px 3px rgba(100, 100, 100, 0.4), 0 2px 2px rgba(0, 0, 30, 0.08), 0 2px 1px rgba(0, 0, 30, 0.2), 0 2px 1px rgba(0, 0, 30, 0.4), -5px 5px 2px rgba(0, 0, 0, 0.08);
  filter: progid:dximagetransform.microsoft.blur(pixelradius=1) progid:dximagetransform.microsoft.dropshadow(OffX=1, OffY=1, Color='#222222', Positive='true');
  zoom: 1;
}
.title-subtitle-contrast-white {
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8), 1px 1px 3px rgba(255, 255, 255, 0.8);
  filter: progid:dximagetransform.microsoft.blur(pixelradius=1) progid:dximagetransform.microsoft.dropshadow(OffX=1, OffY=1, Color='#dddddd', Positive='true');
  zoom: 1;
}
.tags {
  font-style: italic;
}
div#popup-map-container {
  float: left;
}
div#location-list {
  float: right;
  width: 0px;
}
div#popup-map-window-body {
  overflow: hidden;
}
div#location_button_container {
  border: 0;
  float: right;
  margin-right: 10px;
}
div#popup-map-window {
  width: 70%;
  min-width: 400px;
  position: fixed;
}
div.widget_storefront_wrap {
  line-height: auto;
  text-align: left;
}
div#info-area-brands div.widget_storefront_wrap img.storefront-image-front {
  border: 10px solid #FFFFFF;
  border: 10px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px 10px 10px 10px;
}
div.storefront {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
div#popup-storefront-window {
  max-width: 80%;
  max-height: 80%;
  overflow: hidden;
}
div#popup-storefront-window img.storefront-image-interior {
  position: relative;
}
div#popup-catalog-window {
  width: 80%;
  height: 80%;
  min-width: 400px;
  max-width: 650px;
  position: fixed;
}
div#popup-catalog-window div#popup-catalog-window-body {
  width: 100%;
  background: #414141;
}
div.issuuembed div div span {
  display: none;
}
div.popup-window {
  background: #E5E5E5;
  border: 10px solid #EEE;
  border-color: rgba(255, 255, 255, 0.8);
  -webkit-background-clip: padding-box;
  /* for Safari */

  background-clip: padding-box;
  -moz-box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.6);
  padding: 0;
  position: fixed;
  z-index: 5000;
  cursor: default;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  display: none;
}
div.popup-window div.popup-container-header {
  height: 40px;
  padding: 5px;
}
div.popup-window div.popup-container-header div.popup-title {
  line-height: normal;
  float: left;
  height: 30px;
  font-size: 16pt;
}
div.popup-window div.popup-container-header div.popup-close {
  float: right;
  position: absolute;
  right: 5px;
}
div.popup-window div.popup-container-header div.popup-close a {
  background-image: url("/wp-content/themes/comerciamas/cmas/css/images/close.png");
  display: block;
  height: 29px;
  width: 29px;
}
div.popup-close {
  float: right;
  position: absolute;
  right: 5px;
}
div.popup-close a {
  background-image: url("/wp-content/themes/comerciamas/cmas/css/images/close.png");
  display: block;
  height: 29px;
  width: 29px;
}
div.popup-container-body {
  margin: 1px 0 0;
}
div#popup-map-container {
  width: 100%;
  height: 400px;
  height: 55vh;
}
.button-primary-map {
  width: 105px;
  background: none repeat scroll 0 0 #2EA2CC;
  border-color: #0074A2;
  box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
  color: #FFFFFF;
  text-decoration: none;
  -moz-box-sizing: border-box;
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  height: 28px;
  line-height: 26px;
  margin: 0;
  padding: 0px;
  white-space: nowrap;
  float: bottom;
}
div.location-address {
  color: #555555;
  font-family: verdana;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px;
  float: left;
  width: 60%;
}
div#error-bottom-area h1 {
  margin: 0px;
}
div#error-bottom-area img {
  float: left;
}
div#error-bottom-area article {
  margin-left: 300px;
}
.toggleMenu {
  display: none;
  background: #666;
  padding: 10px 15px;
  color: #fff;
}
div#main-menu {
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  max-width: 1600px;
  min-width: 600px;
  z-index: 1500;
  height: 42px;
  pointer-events: auto;
}
div#main-menu img#homepage_menu_image {
  float: left;
  margin-left: -20px;
  margin-right: -20px;
  padding: 0px;
  max-height: 42px;
  height: 42px !important;
  max-width: auto !important;
  max-width: none;
}
div#main-menu div#main-menu-go-left {
  right: 0;
  display: none;
}
div#main-menu div#main-menu-go-right {
  left: 0;
  display: none;
}
div#main-menu div.nav-button {
  padding: 0;
  text-align: center;
  height: 100%;
  z-index: 2000;
  width: 42px;
  position: absolute;
}
div#main-menu div.nav-button a {
  padding: 0;
}
div#main-menu div#cmas-main-menu {
  width: 10000px;
  position: relative;
}
div#main-menu ul {
  padding: 0;
  border: 0 none;
  list-style-type: none;
  margin: 0;
  list-style: none;
  *zoom: 1;
  position: relative;
}
div#main-menu ul li {
  vertical-align: top;
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  -webkit-transition: background 600ms;
  -moz-transition: background 600ms;
  -ms-transition: background 600ms;
  -o-transition: background 600ms;
  transition: background 600ms;
}
div#main-menu a {
  display: block;
  padding: 0px 20px 0px 20px;
  text-decoration: none;
  line-height: 42px;
  height: 42px;
  /* Muestra puntos suspensivos si la entrada de menú desborda la pantalla */

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div#main-menu a:hover {
  -webkit-transition: background 600ms;
  -moz-transition: background 600ms;
  -ms-transition: background 600ms;
  -o-transition: background 600ms;
  transition: background 600ms;
}
div#main-menu div.top-nav > ul > li.hover > a {
  border-bottom: 3px solid;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
div#main-menu div.top-nav ul:before,
div#main-menu div.top-nav ul:after {
  content: " ";
  display: table;
}
div#main-menu div.top-nav ul:after {
  clear: both;
}
div#main-menu div.top-nav ul > li {
  float: left;
}
div#main-menu div.top-nav ul > li > .parent {
  background-image: url("/wp-content/themes/comerciamas/cmas/css/images/down_arrow.png");
  background-repeat: no-repeat;
  background-position: 98% 50%;
}
div#main-menu div.top-nav ul > li > ul > li > .parent {
  background-image: url("/wp-content/themes/comerciamas/cmas/css/images/right_arrow.png");
  background-repeat: no-repeat;
  background-position: 98% 50%;
}
div#main-menu div.top-nav ul > li > a {
  display: block;
}
div#main-menu div.top-nav ul li ul {
  position: absolute;
  display: none;
}
div#main-menu div.top-nav ul > li.hover > ul {
  left: 0;
  display: block;
}
div#main-menu div.top-nav ul li li.hover ul {
  left: 100%;
  top: 0;
  display: block;
}
div#main-menu div.top-nav ul li li.hover ul.inverse {
  top: auto;
  bottom: 0;
}
div#main-menu div.top-nav ul li li {
  width: auto;
  display: block;
  float: none;
}
div#main-menu div.top-nav ul.sub-menu {
  width: auto !important;
}
div#main-menu div.top-nav ul li li a {
  position: relative;
  z-index: 100;
  white-space: nowrap;
  display: block;
  width: 100%;
}
div#main-menu div.top-nav ul li li li a {
  z-index: 200;
}
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
}
.pagination span,
.pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
}
.pagination .current {
  padding: 6px 9px 5px 9px;
}
.pagination a:hover {
  -webkit-box-shadow: 0px 0px 16px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 16px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 16px rgba(50, 50, 50, 0.75);
}
form#searchform input#searchsubmit {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("/wp-content/themes/comerciamas/cmas/images/search.png");
  background-origin: border-box;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  border: medium none;
  color: transparent;
  height: 30px;
  width: 30px;
}
form#searchform input#s {
  margin-right: -42px;
  margin-top: 5px;
  padding: 5px 0 5px 5px;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #999999;
  border-radius: 4px;
  font-size: 13px;
}
div#blog-page div.wp-caption.alignnone {
  margin: 10px !important;
  vertical-align: top !important;
}
@media (min-width: 992px) {
  div.csRow.cmas-columns-editor-row.cmas-columns-editor-separator div.csColumn:not:nth-child(2) {
    border-bottom-style: solid;
    border-bottom-width: 2px;
  }
}
body#tinymce img {
  max-width: 100%;
}
body#tinymce blockquote.cmas-blockquote-hilite-left {
  margin-left: -10px;
}
body#tinymce blockquote.cmas-blockquote-hilite-right {
  margin-right: 10px;
}
blockquote {
  padding: 0px 10px;
  font-size: 150%;
}
blockquote.cmas-blockquote-hilite-left {
  text-align: left;
  margin-right: 20%;
}
blockquote.cmas-blockquote-hilite-right {
  text-align: right;
  margin-left: 20%;
}
div.cmas-div-images-center {
  text-align: center;
}
div.cmas-div-images-center img {
  margin: 10px !important;
  vertical-align: top;
  width: 25%;
}
div.cmas-div-image-left {
  text-align: left;
  padding: 20px;
  vertical-align: top;
  clear: both;
  display: table;
  width: 100%;
}
div.cmas-div-image-left img {
  float: left;
  margin-right: 2% !important;
  min-width: 25%;
  max-width: 50% !important;
  vertical-align: top;
}
div.cmas-div-image-right {
  text-align: right;
  padding: 20px;
  vertical-align: top;
  clear: both;
  display: table;
  width: 100%;
}
div.cmas-div-image-right img {
  float: right;
  margin-left: 2% !important;
  min-width: 25%;
  max-width: 50% !important;
  vertical-align: top;
}



/* PLUGINS CSS ************************************************************************************/



/**************************************************************/
/** POP UP CONTACT FORM ***************************************/
/**************************************************************/

#contact_form_no_decorate
{
    z-index: 1;
}

#popup-contact-form-window
{
    width:390px;
    font-size: 12px;
    color: black;
    z-index: 11000;
}

#PopupContact_BoxContainer
{
    background:#E5E5E5;
    border:10px solid rgba(255,255,255,0.8);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box;    
    -moz-box-shadow:0px 0px 20px 20px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow:0px 0px 20px 20px rgba(0, 0, 0, 0.6);
    box-shadow:0px 0px 20px 20px rgba(0, 0, 0, 0.6);
    padding:0;
    position: fixed;
    z-index:99999;
    cursor:default;   
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;   
    display:none;       
    width:390px;
}

#PopupContact_BoxContainerHeader
{
    background:#4D4D4D;
    height: 40px;
    padding: 5px;
}

#PopupContact_BoxContainerHeader a
{
    background-image: url("/wp-content/themes/comerciamas/cmas/css/images/close.png");
    display: block;
    height: 30px;
    width: 30px;
}

#PopupContact_BoxTitle
{
    line-height: normal;
    float:left;
    height:30px;
    color:#FFFFFF;
    font-family:Verdana,Arial;
    font-size:16pt; 
}

#PopupContact_BoxClose
{
    float:right;
}

#PopupContact_BoxContainerBody
{
    margin:15px;
}

#PopupContact_BoxContainerBody h2
{
    font-family : Arial, sans-serif;
    font-size: 14pt;
    font-weight:bold;
    color:#333;    
}

#PopupContact_BoxContainerBody p
{
    font-family : Arial, sans-serif;
    font-size: 12pt;
    color:#333;
}

.PopupContact_BoxLabel 
{
    font-family : Arial, sans-serif;
    font-weight: bold;
    color:#000000;
    padding-top:4px;
    margin-left:5px;
    max-width: 600px;
}
label.PopupContact_BoxLabel {
    margin-top: 5px;
    display: inline-block;
}
#PopupContact_BoxLabel_Page
{
    font-family : Arial, sans-serif;
    font-weight: bold;
    color:#000000;
    padding-top:4px;
    line-height:0.5em;
    font-size:14px;
}
.PopupContact_BoxAlert 
{
    font-family : Arial, sans-serif;
    font-size:1.4em;
    color:#FF0000;
    padding-top:4px;
    margin-left:5px;
}

#PopupContact_Disclaimer
{
    font-family: Arial,sans-serif;
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
}

#PopupContact_MessageSent
{
    display: none;
    text-align: center;
    margin: 10%;
}

#PopupContact_LegalText
{
    font-family: Arial,sans-serif;
    display: none;
    color:#000000;
    font-size: 12px;
}

#PopupContact_BoxAlert_legal_notice
{
    display: none;
    overflow: auto;
    height: 290px;
    margin: 6px;
}

#PopupContact_BoxAlert_privacy
{
    display: none;
    overflow: auto;
    height: 290px;
    margin: 6px;
}

#PopupContact_LegalText_Title
{
    font-size: 16px;
    font-weight: bold;   
    margin-bottom: 0px;
    margin: 6px;
}
div.inline-contact-form-wrapper
{
    max-width: 600px;
}

div.inline-contact-form-wrapper #PopupContact_LegalText
{
    border: 1px solid #999999;
    background-color: white;
    margin: 3%;
}    

.PopupContact_TextBox 
{
    width:99%;
    color:#000000;
}

.PopupContact_TextArea 
{
    width:99%;
    height:90px;
    color:#000000;
    resize: none;
}
.PopupContact_Button 
{
    color:#000000;
    width:100px;
    margin-bottom: 10px;
    font-size: 14px;
}

#icon_upload
{
    vertical-align: top;
}


/**************************************************************/
/** WORDPRESS SOCIAL STREAM ***********************************/
/**************************************************************/


/* Reset */
.dcwss ul, .dcwss li {
    padding: 0; 
    margin: 0; 
    list-style: none!important;
    background: none;
}
pre .stream {
    white-space: pre-wrap;
}

/* Main styles */

/* Feeds */
.dcwss.dc-feed {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
}
.dcwss.dc-feed.dark {
    background: #555 url(../images/noize.png) repeat;
    color: #F0F0F0;
}
.dcwss.dc-feed.light {
    background: #E5E5E5;
    color: #444;
}
.dcwss.dc-feed .stream li {
    padding: 0;
    position: relative;
    font-size: 11px;
    border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
    margin: 0 0 4px 0;
    font-family: Arial, sans-serif;
    line-height: 1.35em;
}
.dcwss.dc-feed.dark .stream li {
    color: #fff;
    background: #333 url(/wp-content/plugins/cmas-wordpress-social-stream/images/noize.png) repeat;
    border: 1px solid #292929;
}
.dcwss.dc-feed.light .stream li {
    color: #444;
    background: #fff;
    border: 1px solid #D3D3D3;
}
.dcwss.dc-feed.dark .stream li a {
    color: #9BDFE4;
    text-decoration: none;
}
.dcwss.dc-feed.light .stream li a {
    color: #2DB6E8;
    text-decoration: none;
}
.dcwss.dc-feed .dcwss-content {
    height: 50vh;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0 0 5px 0;
    border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
}
.dcwss.dc-feed .dcwss-loading {
    background: url(/wp-content/plugins/cmas-wordpress-social-stream/images/loading_dark.gif) no-repeat 0 0;
    height: 24px;
    padding: 6px 0 0 30px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.dcwss.dc-feed .stream li .inner {
    padding: 10px;
    margin: 0;
    position: relative;
    line-height: 1.4em;
}
.dcwss.dc-feed .stream li .icon {
    position: absolute;
    left: 10px;
    bottom: 3px;
    z-index: 2;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 0px;
    -moz-box-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.7);
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0.7);
    box-shadow: 0 0 0 rgba(0,0,0,0.7);
}
.dcwss.dc-feed .stream li .clear {
    clear: both;
}

/* Content blocks */
.dcwss.dc-feed .stream li .section-intro {
    clear: both;
    display: block;
    font-style: italic;
    padding: 9px 0 5px 35px;
    margin: 0;
    color: #fff;
    border-radius: 0 0 5px 5px; 
    -webkit-border-radius: 0 0 5px 5px; 
    -moz-border-radius: 0 0 5px 5px; 
}
.dcwss.dc-feed .stream li .section-intro a {
    color: #fff;
    text-decoration: underline;
    margin-right: 3px;
}
.dcwss.dc-feed .stream li .section-title {
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
    font-size: 12px;
    color: #f0f0f0;
}
.dcwss.dc-feed .stream li .section-title a {
    color: #FCFBEA;
}
.dcwss.dc-feed .stream li .section-title a:hover {
    color: #9BDFE4;
}
.dcwss.dc-feed.light .stream li .section-title, .dcwss.dc-feed.light .stream li .section-title a {
    color: #2DB6E8;
}
.dcwss.dc-feed .stream li .section-thumb {
    float: left;
    margin: 0 7px 0 0;
    max-width: 100%;
}
.dcwss.dc-feed .stream li .section-thumb img {
    padding: 1px;
    background: #fff;
    max-width: 99%;
    margin-bottom: 5px;
}
.dcwss.dc-feed .stream li .section-text img {
    margin: 0 7px 5px 0;
    float: left;
    border: 1px solid #ddd;
    padding: 1px;
    background: #fff;
    max-width: 99%;
}
.dcwss.dc-feed .stream li .section-text {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
}
.dcwss.dc-feed .stream li .section-text br {
    display: block;
}
.dcwss.dc-feed .stream li .section-user {
    clear: both;
    display: block;
    font-style: italic;
    margin: 0 8px 5px 0;
    display: block;
    float: left;
    padding: 5px 0 0 15px;
    line-height: 12px;
    background: url(/wp-content/plugins/cmas-wordpress-social-stream/images/profile.png) no-repeat 0 5px;
}
.dcwss.dc-feed .stream li.dcwss.dc-feed-error {
    color: #990000;
}

/* Toolbar */
.dcwss.dc-feed .dcsns-toolbar {
    padding: 5px 80px 5px 0;
    position: relative;
    border-radius: 5px; 
    margin-left:10px;
    margin-right:10px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
}
/* Filter */
.dcwss.dc-feed .filter {
    padding: 0;
    margin: 0;
}
.dcwss.dc-feed .filter li {
    display: inline;
    background: none;
    padding: 0;
    margin: 0 3px 0 0;
    height: 24px;
}
.dcwss.dc-feed .filter li a {
    padding: 0;
    margin: 0 0 2px 0;
    float: left;
    display: block;
    height: 24px;
}
.dcwss.dc-feed .filter li img {
    margin: 0;
    padding: 1px;
    height: 22px;
    -webkit-border-radius: 0px;
    -moz-box-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.7);
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0.7);
    box-shadow: 0 0 0 rgba(0,0,0,0.7);
}
/* Controls */
.dcwss.dc-feed .controls {
    position: absolute;
    right: 0;
    top: 7px;
    height: 22px;
    padding: 0;
    z-index: 12;
}
.dcwss.dc-feed .controls li {
    display: inline;
    background: none;
    margin: 0!important;
}
.dcwss.dc-feed .controls a {
    display: block;
    width: 22px;
    height: 22px;
    float: left;
    margin: 0 0 0 2px;
}
.dcwss.dc-feed.light .controls a {
    background: url(/wp-content/plugins/cmas-wordpress-social-stream/images/controls.png) no-repeat 0 0;
}
.dcwss.dc-feed.dark .controls a {
    background: url(/wp-content/plugins/cmas-wordpress-social-stream/images/controls1.png) no-repeat 0 0;
}
.dcwss.dc-feed.light .controls .prev, .dcwss.dc-feed.dark .controls .prev {
    background-position: -44px 0;
}
.dcwss.dc-feed.light .controls .next, .dcwss.dc-feed.dark .controls .next {
    background-position: -66px 0;
}
.dcwss.dc-feed.light .controls .play, .dcwss.dc-feed.dark .controls .play {
    background-position: 0 0;
}
.dcwss.dc-feed.light .controls .pause, .dcwss.dc-feed.dark .controls .pause {
    background-position: -22px 0;
}
.dcwss.dc-feed.light .controls .prev:hover, .dcwss.dc-feed.dark .controls .prev:hover {
    background-position: -44px -22px;
}
.dcwss.dc-feed.light .controls .next:hover, .dcwss.dc-feed.dark .controls .next:hover {
    background-position: -66px -22px;
}
.dcwss.dc-feed.light .controls .play:hover, .dcwss.dc-feed.dark .controls .play:hover {
    background-position: 0 -22px;
}
.dcwss.dc-feed.light .controls .pause:hover, .dcwss.dc-feed.dark .controls .pause:hover {
    background-position: -22px -22px;
}

/* feeds network specific styles */
/* Twitter */
.dcwss.dc-feed .stream li.dcsns-twitter .section-thumb {
    margin-top: 3px;
}
.dcwss.dc-feed .stream li.dcsns-twitter .section-user {
    padding: 0;
    background: none;
}
.dcwss.dc-feed .stream li.dcsns-twitter .section-text img {
    margin: 5px 0 0;
}
.dcwss.dc-feed .stream li.dcsns-twitter a {
    color: #4EC2DC;
}
.dcwss.dc-feed .stream li.dcsns-twitter .section-intro a, .dcwss.dc-feed .stream li.dcsns-twitter .section-intro a:hover {
    color: #fff;
}
.dcwss.dc-feed .stream li.dcsns-twitter .section-intro span a {
    text-decoration: none;
    margin-left: 0;
}
.dcwss.dc-feed .stream li.dcsns-twitter .section-intro span a:hover {
    text-decoration: underline;
}
.dcwss.dc-feed .stream li.dcsns-twitter a:hover {
    color: #4EC2DC;
    text-decoration: underline;
}
.dcwss.dc-feed .stream li.dcsns-twitter .twitter-user {
    margin-bottom: 2px;
    display: block;
}
.dcwss.dc-feed .stream li.dcsns-twitter .twitter-user a {
    color: #999;
    line-height: 1.35em;
}
.dcwss.dc-feed .stream li.dcsns-twitter .twitter-user a:hover {
    color: #999;
    text-decoration: none;
}
.dcwss.dc-feed .stream li.dcsns-twitter .twitter-user a strong{
    color: #fff;
}
.dcwss.dc-feed.light .stream li.dcsns-twitter .twitter-user a strong{
    color: #444;
}
.dcwss.dc-feed .stream li.dcsns-twitter .twitter-user a:hover strong {
    color: #4EC2DC;
    text-decoration: underline;
}
/* Facebook */
.dcwss.dc-feed .stream li.dcsns-facebook .meta {
    display: block;
    clear: both;
}
.dcwss.dc-feed .stream li.dcsns-facebook .meta.item-comments {
    padding: 0;
    min-height: auto;
}
.dcwss.dc-feed .stream li.dcsns-facebook .meta.item-comments a {
    display: block;
    margin: 0 0 2px 0;
}
.dcwss.dc-feed .stream li.dcsns-facebook .share-facebook {
    display: none;
}
/* google */
.dcwss.dc-feed .stream li.dcsns-google .section-title {
    margin-bottom: 5px;
}
.dcwss.dc-feed .stream li.dcsns-google .meta span.plusones {
    padding-left: 0;
}
/* vimeo */
.dcwss.dc-feed .dcwss.dc-feed .stream li.dcsns-vimeo .section-title {
    display: block;
    clear: both;
}
.dcwss.dc-feed .stream li.dcsns-vimeo .section-text {
    margin-bottom: 5px;
}
.dcwss.dc-feed .stream li.dcsns-vimeo .section-text .meta {
    padding-top: 5px;
}
.dcwss.dc-feed .stream li.dcsns-vimeo .logo {
    margin-bottom: 3px;
}
/** Flickr **/
.dcwss.dc-feed .stream li.dcsns-flickr .section-thumb {
    margin: 0;
}
.dcwss.dc-feed .stream li.dcsns-flickr .inner {
    padding-bottom: 5px;
}
/* Pinterest */
.dcwss.dc-feed .stream li.dcsns-pinterest .section-thumb {
    display: block;
}
.dcwss.dc-feed .stream li.dcsns-pinterest .section-text {
    clear: both;
}
/* dribbble */
.dcwss.dc-feed .stream li.dcsns-dribbble .inner img {
    margin-bottom: 5px;
}
/* lastfm */
.dcwss.dc-feed .stream li.dcsns-lastfm .section-title {
    background: url(/wp-content/plugins/cmas-wordpress-social-stream/images/tracks.png) no-repeat 0 0;
    padding-left: 17px;
    margin-bottom: 0;
}
/* deviantart */
.dcwss.dc-feed .stream li.dcsns-deviantart .section-thumb {
    display: block;
    float: none;
}
/* tumblr */
.dcwss.dc-feed .stream li.dcsns-tumblr .track {
    display: block;
    background: url(/wp-content/plugins/cmas-wordpress-social-stream/images/tracks.png) no-repeat 0 5px;
    padding: 5px 0 0 17px;
    margin-bottom: 0;
}

/* wall */
/* Feeds */
.dcwss.dc-wall {
    color: #444;
    list-style: none outside none;
    margin: 0;
}
.dcwss.dc-wall ul.stream {
    padding-top: 1px;
    padding-left: 2px;
}
.dcwss.dc-wall .dcwss-content {
    position: relative;
    padding: 0;
}
.dcsns-loading {
    background: url(/wp-content/plugins/cmas-wordpress-social-stream/images/loading_light.gif) no-repeat 0 center;
    height: 24px;
    font-size: 13px;
    line-height: 24px;
    padding: 0 0 0 28px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.dcsns-toolbar .dcsns-loading {
    right: 10px;
    left: auto;
}
.dcwss.dc-wall .stream li a {
    color: #2DB6E8;
    text-decoration: none;
}
.dcwss.dc-wall .stream li {
    background: #FFF;
    -webkit-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
    font-size: 11px;
    padding: 15px 0 0 0;
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.35em;
    margin: 0 2% 2% -1px;
}
.dcwss.dc-wall.col-1 .stream li {
    width: 100%;
    margin: 0 0 2% 0;
}
.dcwss.dc-wall.col-2 .stream li {
    width: 48%;
}
.dcwss.dc-wall.col-3 .stream li {
    width: 31%;
}
.dcwss.dc-wall.col-4 .stream li {
    width: 23%;
}
.dcwss.dc-wall.col-5 .stream li {
    width: 18%;
}
.dcwss.dc-wall .stream li .inner {
    overflow: hidden;
    margin: 0 15px 10px 15px;
    width: auto;
}
.dcwss.dc-wall .stream li .icon {
    position: absolute;
    left: 3px;
    bottom: 0;
    z-index: 3;
    margin: 0!important;
    -webkit-border-radius: 0px;
    -moz-box-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.7);
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0.7);
    box-shadow: 0 0 0 rgba(0,0,0,0.7);
}
.dcwss.dc-wall .stream li .section-intro {
    padding: 7px 15px 7px 30px;
    display: block;
    color: #fff;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    z-index: 2;
    position: relative;
}
.dcwss.dc-wall .stream li .clear {
    clear: both;
}

/* Content blocks */
.dcwss.dc-wall .stream li .section-intro a {
    text-decoration: underline;
    color: #fff;
}
.dcwss.dc-wall .stream li .section-title {
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
    max-width: 100%;
}
.dcwss.dc-wall .stream li .section-title a {
    color: #555;
}
.dcwss.dc-wall .stream li .section-title a:hover {
    color: #2DB6E8;
}
.dcwss.dc-wall .stream li .section-thumb {
    float: left;
    margin: 0 7px 0 0;
    max-width: 100%;
}
.dcwss.dc-wall .stream li .section-thumb img {
    border: 1px solid #ccc;
    padding: 1px;
    background: #fff;
    max-width: 98%;
    margin-bottom: 5px;
}
.dcwss.dc-wall .stream li .section-text {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
}
.dcwss.dc-wall .stream li .section-text img {
    margin: 0 7px 5px 0;
    float: left;
    border: 1px solid #ddd;
    padding: 1px;
    background: #fff;
    max-width: 98%;
}
.dcwss.dc-wall .stream li .section-text br {
    display: block;
}
.dcwss.dc-wall .stream li .section-user {
    clear: both;
    display: block;
    font-style: italic;
    margin: 0 8px 5px 0;
    display: block;
    float: left;
    padding: 5px 0 0 15px;
    line-height: 12px;
    background: url(/wp-content/plugins/cmas-wordpress-social-stream/images/profile.png) no-repeat 0 5px;
}
.dcwss.dc-wall .stream li.dcsns-error {
    color: #990000;
}
/* Toolbar */
.wall-outer .dcsns-toolbar {
    padding: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 1.5em;
}
/* Filter */
.wall-outer .dcsns-toolbar .filter {
    padding: 0;
    margin: 0 0 15px 0;
}
.wall-outer .dcsns-toolbar .filter li {
    display: inline;
    background: none;
    padding: 0;
    margin: 0;
    height: 24px;
}
.wall-outer .dcsns-toolbar .filter .link-all {
    color: #fff;
    height: 21px;
    padding: 7px 6px 4px 7px;
    text-shadow: 0 0 1px #555;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
}
.wall-outer .dcsns-toolbar .filter li a {
    padding: 4px 3px 0 3px;
    margin: 0 1px 1px 0;
    display: block;
    float: left;
    height: 28px;
}
.wall-outer .dcsns-toolbar .filter li img {
    margin: 0;
    height: 24px;
    width: 25px;
    -webkit-border-radius: 0px;
    -moz-box-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.7);
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0.7);
    box-shadow: 0 0 0 rgba(0,0,0,0.7);
}
/* Controls */
.dcwss.dc-wall .controls {
    display: none;
}
/* Twitter */
.stream li.dcsns-twitter .section-thumb {
    margin-top: 3px;
}
.stream li.dcsns-twitter .section-thumb img {
    margin-bottom: 0!important;
}
.stream li.dcsns-twitter .section-user {
    padding: 0;
    background: none;
}
.stream li.dcsns-twitter .section-text {
    margin-bottom: 0!important;
}
.stream li.dcsns-twitter .section-text img {
    margin-top: 5px!important;
}
.stream li.dcsns-twitter a {
    color: #38AEAE;
}
.stream li.dcsns-twitter .section-intro a, .stream li.dcsns-twitter .section-intro a:hover {
    color: #fff;
}
.stream li.dcsns-twitter .section-intro span a {
    text-decoration: none!important;
    margin-left: 0;
}
.stream li.dcsns-twitter .section-intro span a:hover {
    text-decoration: underline!important;
}
.stream li.dcsns-twitter a:hover {
    color: #38AEAE;
    text-decoration: underline;
}
.stream li.dcsns-twitter .twitter-user {
    margin-bottom: 2px;
    display: block;
}
.stream li.dcsns-twitter .twitter-user a {
    color: #999;
    line-height: 1.35em;
}
.stream li.dcsns-twitter .twitter-user a:hover {
    color: #999;
    text-decoration: none;
}
.stream li.dcsns-twitter .twitter-user a strong{
    color: #444;
}
.stream li.dcsns-twitter .twitter-user a:hover strong {
    color: #38AEAE;
    text-decoration: underline;
}
/* Facebook */
.dcwss.dc-wall .stream li.dcsns-facebook .section-text a {
    margin-right: 4px;
}
.dcwss.dc-wall .stream li.dcsns-facebook .meta {
    display: block;
    clear: both;
}
.dcwss.dc-wall .stream li.dcsns-facebook .meta.item-comments {
    padding: 0;
    min-height: auto;
}
.dcwss.dc-wall .stream li.dcsns-facebook .meta.item-comments a {
    display: block;
    margin: 0 0 2px 0;
}
.dcwss.dc-wall .stream li.dcsns-facebook .share-facebook {
    display: none;
}
/* google */
.dcwss.dc-wall .stream li.dcsns-google .section-title {
    margin-bottom: 5px;
}
.dcwss.dc-wall .stream li.dcsns-google .meta span.plusones {
    padding-left: 0;
}
.dcwss .stream li.dcsns-google .section-share {
    clear: both;
}
/* stumbleupon */
.dcwss.dc-wall .stream li.dcsns-stumbleupon .section-title {
    display: block;
    clear: both;
}
/* vimeo */
.dcsns .dcwss.dc-wall .stream li.dcsns-vimeo .section-title {
    display: block;
    clear: both;
}
.dcwss.dc-wall .stream li.dcsns-vimeo .section-text .meta {
    padding-top: 5px;
}
.dcwss.dc-wall .stream li.dcsns-vimeo .logo {
    margin-bottom: 3px;
}
/** Flickr **/
.dcwss.dc-wall .stream li.dcsns-flickr .section-thumb {
    margin: 0;
}
.dcwss.dc-wall .stream li.dcsns-flickr .section-thumb img{
    margin: 0 0 5px 0;
}
.stream li.dcsns-flickr .section-title {
    clear:both;
}
.stream li.dcsns-flickr .section-share {
    clear:both;
}
/* Pinterest */
.dcwss.dc-wall .stream li.dcsns-pinterest .section-thumb {
    display: block;
}
.dcwss.dc-wall .stream li.dcsns-pinterest .section-text {
    clear: both;
}
/* dribbble */
.dcwss.dc-wall .stream li.dcsns-dribbble .inner img {
    margin-bottom: 5px;
}
/* lastfm */
.dcwss.dc-wall .stream li.dcsns-lastfm .section-title {
    background: url(/wp-content/plugins/cmas-wordpress-social-stream/images/tracks.png) no-repeat 0 0;
    padding-left: 17px;
    margin-bottom: 0;
}
/* deviantart */
.dcwss.dc-wall .stream li.dcsns-deviantart .section-thumb {
    display: block;
    float: none;
}
/* tumblr */
.dcwss.dc-wall .stream li.dcsns-tumblr .track {
    display: block;
    background: url(/wp-content/plugins/cmas-wordpress-social-stream/images/tracks.png) no-repeat 0 5px;
    padding: 5px 0 0 17px;
    margin-bottom: 0;
}
/* instagram */
.dcwss .stream li.dcsns-instagram .section-title {
    font-weight: normal;
    clear: both;
}
.dcwss .stream li.dcsns-instagram .meta {
    clear: both;
}
.dcwss .stream li.dcsns-instagram .section-meta .meta .comments, .stream li.dcsns-instagram .section-meta .meta .likes {
    margin: 0 0 5px 0;
    padding-top: 5px;
    background-position: 0px 5px;
    float: none;
    font-size: 100%;
    font-weight: bold;
}

/* Section share */
.dcwss .stream li .section-share {
    display: block;
    margin: 0;
    padding: 4px 0 2px;
    float: right;
}
.dcwss .stream li .section-share a {
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    margin: 0 2px 0 0;
    background: url(/wp-content/plugins/cmas-wordpress-social-stream/images/share.png) no-repeat 0 0;
}
.dcwss .stream li .section-share a.share-twitter {
    background-position: 0 -16px;
}
.dcwss .stream li .section-share a.share-reply {
    background-position: 0 -32px;
}
.dcwss .stream li .section-share a.share-retweet {
    background-position: 0 -48px;
}
.dcwss .stream li .section-share a.share-favorite {
    background-position: 0 -64px;
}
.dcwss .stream li .section-share a.share-google {
    background-position: 0 -80px;
}
.dcwss .stream li .section-share a.share-linkedin {
    background-position: 0 -96px;
}
.dcwss .stream li .section-share a.share-facebook:hover {
    background-position: -16px 0;
}
.dcwss .stream li .section-share a.share-twitter:hover {
    background-position: -16px -16px;
}
.dcwss .stream li .section-share a.share-reply:hover {
    background-position: -16px -32px;
}
.dcwss .stream li .section-share a.share-retweet:hover {
    background-position: -16px -48px;
}
.dcwss .stream li .section-share a.share-favorite:hover {
    background-position: -16px -64px;
}
.dcwss .stream li .section-share a.share-google:hover {
    background-position: -16px -80px;
}
.dcwss .stream li .section-share a.share-linkedin:hover {
    background-position: -16px -96px;
}
/* Theme correction */
.entry .dcsns-toolbar img, .entry .dcwss img.icon {
    background: none; 
    border: none; 
    padding: 0; 
    margin: 0;
} 
.post ul.stream li {
    background: none;
}

/*isotope */
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:         top, left, opacity;
    transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
/* Common */
.dcwss .stream p {
    margin: 0;
    padding: 0;
}
.dcwss .stream li .meta {
    display: block;
    font-size: 90%;
    color: #999;
}
.dcwss .stream li .meta span {
    margin: 0 8px 5px 0;
    display: block;
    float: left;
    padding: 0 0 0 15px;
    line-height: 12px;
}
.dcwss .meta span.shares {
    background: url(/wp-content/plugins/cmas-wordpress-social-stream/images/shares.png) no-repeat 0 0;
    padding-left: 20px;
}
.dcwss .meta span.views {
    background: url(/wp-content/plugins/cmas-wordpress-social-stream/images/views.png) no-repeat 0 0;
    padding-left: 18px;
}
.dcwss .meta span.likes {
    background: url(/wp-content/plugins/cmas-wordpress-social-stream/images/likes.png) no-repeat 0 0;
    padding-left: 16px;
}
.dcwss .meta span.comments {
    background: url(/wp-content/plugins/cmas-wordpress-social-stream/images/comments.png) no-repeat 0 0;
}
.dcwss .meta span.users {
    background: url(/wp-content/plugins/cmas-wordpress-social-stream/images/users.png) no-repeat 0 0;
}
.dcwss .meta span.videos {
    background: url(/wp-content/plugins/cmas-wordpress-social-stream/images/videos.png) no-repeat 0 0;
    padding-left: 16px;
}
.dcwss .stream li .section-meta {
    display: block;
    margin: 0;
    padding: 0;
    clear: both;
}
.dcwss .stream li .meta.item-comments {
    padding: 0 0 0 35px;
    margin: 0 0 5px 0;
    min-height: 30px;
    position: relative;
    clear: both;
    line-height: 1.3em;
}
.dcwss .stream li .meta.item-comments img {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
}
.dcwss .stream li .meta.item-likes {
    padding: 0;
    width: 100%;
    overflow: hidden;
    clear: both;
    line-height: 1.3em;
}
.dcwss .stream li .meta.item-likes img {
    float: left;
    margin: 0 5px 5px 0;
    width: 30px;
    border: 1px solid #ddd;
    padding: 1px;
    background: #fff;
}
div.dcsns-toolbar div.activate-all-social-networks {
    background-color: #6D6E71;
    border-radius: 12px 12px 12px 12px;
    color: #FFFFFF;
    display: inline;
    font-size: 12px;
    left: 220px;
    padding: 1px 5px;
    position: absolute;
    top: 6px;
    font-family: sans-serif;
}



/**************************************************************/
/** CONTEXTUAL NAV MENU ***************************************/
/**************************************************************/


li.empty-item > ul.sub-menu {
    margin: 0;
}

/**
* Breadcrumb 
*/
.breadcrumb {
    padding: 8px 15px;
    margin: 0px;
    list-style: none;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #cccccc;
    content: "/\00a0";
}

.breadcrumb > .active {
    color: #999999;
}

ul.cnm-menu-widget li.menu-item {
    background-image: url("/wp-content/themes/comerciamas/cmas/css/images/list-bullet.png");
    background-position: 0 0.5em;
    background-repeat: no-repeat;
    background-size: 12px auto;
    padding-left: 20px;
}


/**************************************************************/
/** LEAFLET ***************************************************/
/**************************************************************/

.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer { /* TODO optimize classes */
    position: absolute;
}
.leaflet-container {
    overflow: hidden;
}
.leaflet-tile-pane, .leaflet-container {
    -webkit-transform: translate3d(0,0,0);
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block;
}
.leaflet-clickable {
    cursor: pointer;
}
.leaflet-container img {
    max-width: none !important;
}

.leaflet-tile-pane { z-index: 2; }

.leaflet-objects-pane { z-index: 3; }
.leaflet-overlay-pane { z-index: 4; }
.leaflet-shadow-pane { z-index: 5; }
.leaflet-marker-pane { z-index: 6; }
.leaflet-popup-pane { z-index: 7; }

.leaflet-zoom-box {
    width: 0;
    height: 0;
}

.leaflet-tile {
    visibility: hidden;
}
.leaflet-tile-loaded {
    visibility: inherit;
}

a.leaflet-active {
    outline: 2px solid orange;
}


/* Leaflet controls */

.leaflet-control {
    position: relative;
    z-index: 7;
}
.leaflet-top,
.leaflet-bottom {
    position: absolute;
}
.leaflet-top {
    top: 0;
}
.leaflet-right {
    right: 0;
}
.leaflet-bottom {
    bottom: 0;
}
.leaflet-left {
    left: 0;
}
.leaflet-control {
    float: left;
    clear: both;
}
.leaflet-right .leaflet-control {
    float: right;
}
.leaflet-top .leaflet-control {
    margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
    margin-left: 10px;
}
.leaflet-right .leaflet-control {
    margin-right: 10px;
}

.leaflet-control-zoom, .leaflet-control-layers {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
.leaflet-control-zoom {
    padding: 5px;
    background: rgba(0, 0, 0, 0.25);
}
.leaflet-control-zoom a {
    background-color: rgba(255, 255, 255, 0.75);
}
.leaflet-control-zoom a, .leaflet-control-layers a {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}
.leaflet-control-zoom a {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 19px;
    height: 19px;
}
.leaflet-control-zoom a:hover {
    background-color: #fff;
}
.leaflet-big-buttons .leaflet-control-zoom a {
    width: 27px;
    height: 27px;
}
.leaflet-control-zoom-in {
    background-image: url(/wp-content/themes/comerciamas/cmas/css/images/zoom-in.png);
    margin-bottom: 5px;
}
.leaflet-control-zoom-out {
    background-image: url(/wp-content/themes/comerciamas/cmas/css/images/zoom-out.png);
}

.leaflet-control-layers {
    -moz-box-shadow: 0 0 7px #999;
    -webkit-box-shadow: 0 0 7px #999;
    box-shadow: 0 0 7px #999;

    background: #f8f8f9;
}
.leaflet-control-layers a {
    background-image: url(/wp-content/themes/comerciamas/cmas/css/images/layers.png);
    width: 36px;
    height: 36px;
}
.leaflet-big-buttons .leaflet-control-layers a {
    width: 44px;
    height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative;
}
.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #333;
    background: #fff;
}
.leaflet-control-layers input {
    margin-top: 2px;
    position: relative;
    top: 1px;
}
.leaflet-control-layers label {
    display: block;
}
.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px;
}

.leaflet-container .leaflet-control-attribution {
    margin: 0;
    padding: 0 5px;

    font: 11px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #333;

    background-color: rgba(255, 255, 255, 0.7);

    -moz-box-shadow: 0 0 7px #ccc;
    -webkit-box-shadow: 0 0 7px #ccc;
    box-shadow: 0 0 7px #ccc;
}


/* Fade animations */

.leaflet-fade-anim .leaflet-tile {
    opacity: 0;

    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-tile-loaded {
    opacity: 1;
}

.leaflet-fade-anim .leaflet-popup {
    opacity: 0;

    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
}

.leaflet-zoom-anim .leaflet-tile {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.leaflet-zoom-anim .leaflet-objects-pane {
    visibility: hidden;
}


/* Popup layout */

.leaflet-popup {
    position: absolute;
    text-align: center;
    -webkit-transform: translate3d(0,0,0);
}
.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
}
.leaflet-popup-content {
    margin: 19px;
}
.leaflet-popup-tip-container {
    margin: 0 auto;
    width: 40px;
    height: 16px;
    position: relative;
    overflow: hidden;
}
.leaflet-popup-tip {
    width: 15px;
    height: 15px;
    padding: 1px;

    margin: -8px auto 0;

    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.leaflet-popup-close-button {
    position: absolute;
    top: 9px;
    right: 9px;

    width: 10px;
    height: 10px;

    overflow: hidden;
}
.leaflet-popup-content p {
    margin: 18px 0;
}


/* Visual appearance */

.leaflet-container {
    background: #ddd;
}
.leaflet-container a {
    color: #0078A8;
}
.leaflet-zoom-box {
    border: 2px dotted #05f;
    background: white;
    opacity: 0.5;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: white;

    box-shadow: 0 1px 10px #888;
    -moz-box-shadow: 0 1px 10px #888;
    -webkit-box-shadow: 0 1px 14px #999;
}
.leaflet-popup-content-wrapper {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.leaflet-popup-content {
	font: 12px/1.4 Verdana, "Helvetica Neue", Arial, Helvetica, sans-serif;
        color: #555555;
	}
.leaflet-popup-close-button {
    background: white url(/wp-content/themes/comerciamas/cmas/css/images/popup-close.png);
}
.location_address{

}


/* TABLETS CSS ************************************************************************************/


/* Reglas para iPad y tablets  (no utilizamos detección en base a la resolución con @media porque genera problemas, en su lugar usamos una clase que añade wordpress al body)   */
/* Reglas para iPad y tablets  (no utilizamos detección en base a la resolución con @media porque genera problemas, en su lugar usamos una clase que añade wordpress al body)   */
body.tablet div#content div#info-area div.left-info-area {
  width: 50%;
}
body.tablet div#content div#info-area div.right-info-area {
  display: block;
  width: 99%;
  margin: auto;
  margin-top: 10px;
  border-left: 0px !important;
  padding-top: 10px;
  clear: both;
  border-top-style: solid;
  border-top-width: 2px;
  min-height: 250px;
}
body.tablet div#content div#info-area div.right-info-area div#brands-container {
  left: 5%;
  position: relative;
  width: 90%;
}
body.tablet div#content div#shop-blog-content div#blog-content-wrapper div#blog-entries {
  min-width: 0 !important;
}
body.tablet div#shop-blog-content div#blog-content-wrapper blockquote.cmas-blockquote-hilite-left {
  margin-left: 0px !important;
}
body.tablet div#shop-blog-content div#blog-content-wrapper blockquote.cmas-blockquote-hilite-right {
  margin-right: 0px !important;
}



/* MOBILE CSS *************************************************************************************/


/* Reglas para iPhone y smartphones (no utilizamos detección en base a la resolución con @media porque genera problemas, en su lugar usamos una clase que añade wordpress al body)  */
/* Reglas para iPhone y smartphones (no utilizamos detección en base a la resolución con @media porque genera problemas, en su lugar usamos una clase que añade wordpress al body)  */
body.mobile div.dcwss.dc-feed div.dcwss-content {
  height: 100vh !important;
  margin-bottom: -80px;
}
body.mobile div.dcwss.dc-feed div.dcsns-toolbar {
  background-color: #cccccc;
}
body.mobile div#cart-and-login-block-wrapper {
  z-index: 10000 !important;
  padding-right: 10px;
}
body.mobile div#cart-and-login-block-wrapper div#cart-and-login {
  border: 0px !important;
}
body.mobile div#cart-and-login-block-wrapper div#cart-and-login a.logout {
  display: none;
}
body.mobile div#background-container {
  min-width: 0;
  height: 100% !important;
}
body.mobile div#container {
  overflow-x: hidden;
}
body.mobile div#interior-content-wrapper {
  min-width: 0 !important;
}
body.mobile div#interior-content-wrapper div#interior-content {
  min-width: 0 !important;
}
body.mobile div#interior-content-wrapper div#error-bottom-area {
  min-width: 0;
}
body.mobile div#interior-content-wrapper div#error-bottom-area img {
  float: none;
}
body.mobile div#interior-content-wrapper div#error-bottom-area article {
  width: 100%;
  margin: 0;
  margin-top: 10px;
}
body.mobile div#interior-content-wrapper div#shop-interior-area {
  min-width: 0;
}
body.mobile div#interior-content-wrapper div#shop-interior-area div#social-contact-icons {
  right: 0px !important;
  top: 52px !important;
}
body.mobile div#interior-content-wrapper div#shop-interior-area div#social-contact-icons img {
  max-width: 50px;
}
body.mobile div#interior-content-wrapper div#shop-interior-area div#header-container {
  overflow: hidden;
  padding-right: 10px !important;
  top: 52px !important;
  margin-top: 0px !important;
}
body.mobile div#interior-content-wrapper div#shop-interior-area div#header-container a {
  display: block;
  width: 50%;
}
body.mobile div#interior-content-wrapper div#shop-interior-area div#header-container a .cmas-interior-logo img {
  max-width: 100%;
  max-height: 60px;
  height: auto;
}
body.mobile div#interior-content-wrapper div#shop-interior-area div#header-image-container {
  min-width: 0;
  margin: 40px 0 0 !important;
}
body.mobile div#shop-blog-content div#blog-content-wrapper blockquote.cmas-blockquote-hilite-left {
  margin-left: 0px !important;
}
body.mobile div#shop-blog-content div#blog-content-wrapper blockquote.cmas-blockquote-hilite-right {
  margin-right: 0px !important;
}
body.mobile div#shop-blog-content div#blog-content-wrapper div.cmas-div-images-center img {
  width: 80% !important;
}
body.mobile div#shop-blog-content div#blog-content-wrapper div#blog-entries {
  min-width: 0 !important;
}
body.mobile div#shop-blog-content div#blog-content-wrapper div#blog-page {
  min-width: 0 !important;
  display: block !important;
  min-height: 0 !important;
  float: none !important;
  padding: 5px !important;
}
body.mobile div#shop-blog-content div#blog-content-wrapper div#blog-page section.entry-content img {
  max-width: 98% !important;
}
body.mobile div#shop-blog-content div#blog-content-wrapper div#blog-sidebar {
  min-width: 0 !important;
  width: auto !important;
  height: auto !important;
  display: block !important;
  background-image: url("/wp-content/themes/comerciamas/cmas/css/images/border-vertical.png") !important;
  background-repeat: repeat-x !important;
  margin-top: 2em !important;
  padding-top: 2em !important;
}
body.mobile div#shop-blog-content .woocommerce table.shop_table {
  zoom: 0.7;
}
body.mobile div#main-menu {
  min-width: 0 !important;
}
body.mobile div#main-menu a {
  color: #dddddd;
  border-bottom: 0px !important;
  background-color: #555555 !important;
  padding: 0px 10px 0px 10px;
}
body.mobile div#main-menu a:hover {
  background-color: #999999 !important;
}
body.mobile div#main-menu div.top-nav ul li {
  background-color: #555555 !important;
}
body.mobile div#main-menu div.top-nav ul li ul > li {
  padding-left: 15px;
}
body.mobile div#main-menu div.top-nav ul li ul > li > a {
  border-left: 1px solid #FFFFFF;
}
body.mobile div#main-menu div.top-nav ul > li > ul > li > .parent {
  background-image: url("/wp-content/themes/comerciamas/cmas/css/images/down_arrow.png") !important;
}
body.mobile div#main-menu div.top-nav > ul > li {
  border-bottom: 1px solid #666666;
}
body.mobile div#main-menu div.top-nav ul li li.hover ul {
  left: 20px !important;
}
body.mobile div#main-menu #cmas-show-mobile-menu-link {
  cursor: pointer;
  display: inline-block;
}
body.mobile div#main-menu #cmas-show-mobile-menu-link img {
  max-width: 41px;
  max-height: 41px;
  width: 41px;
  height: 41px;
  padding: 10px;
  float: left;
}
body.mobile div#main-menu #cmas-show-mobile-menu-link div {
  float: left;
  padding-left: 10px;
  line-height: 42px;
}
body.mobile div#main-menu div#cmas-main-menu {
  left: 0;
  top: 0;
  position: fixed;
  width: 70% !important;
  max-width: 300px !important;
  display: none;
  background-color: #555555;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
body.mobile div#main-menu div#cmas-main-menu ul > li {
  float: none !important;
}
body.mobile div#main-menu div#cmas-main-menu ul > li ul {
  position: relative !important;
  border: 0 !important;
}
body.mobile div#content {
  padding-top: 10px !important;
  min-width: 100px !important;
}
body.mobile div#content div#shop-main-area {
  min-width: 0;
  height: 100% !important;
  margin-top: 30px !important;
  margin-bottom: -30px !important;
}
body.mobile div#content div#shop-main-area div#shop-widgets-container {
  padding-top: 10px !important;
}
body.mobile div#content div#shop-main-area div#shop-widgets-container .cmas-shop-element {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  margin-top: 12px !important;
  margin-left: 20px !important;
  display: none;
}
body.mobile div#content div#shop-main-area div#shop-widgets-container div#cmas-element-logo_image,
body.mobile div#content div#shop-main-area div#shop-widgets-container h1#cmas-element-blogname,
body.mobile div#content div#shop-main-area div#shop-widgets-container h2#cmas-element-blogdescription,
body.mobile div#content div#shop-main-area div#shop-widgets-container div.social_stream_no_decorate {
  max-width: 80% !important;
  display: block;
}
body.mobile div#content div#shop-main-area div#shop-widgets-container div.social_stream_no_decorate {
  zoom: 1.1;
}
body.mobile div#content div#shop-main-area div#shop-widgets-container div#shop-main-area-fixed-sidebar {
  zoom: 0.6;
  padding-top: 70px;
  margin-top: 0px;
  height: 1200px;
}
body.mobile div#content div#shop-main-area div#shop-widgets-container div#shop-main-area-fixed-sidebar img {
  max-width: 100px;
  height: auto;
}
body.mobile div#content div#shop-main-area div#shop-widgets-container div#cmas-element-logo_image {
  width: 33%;
}
body.mobile div#content div#shop-main-area div#shop-widgets-container div#cmas-element-logo_image img {
  width: 100%;
  min-width: 200px;
}
body.mobile div#content div#shop-main-area div#shop-widgets-container div#contact_form_no_decorate {
  position: absolute !important;
  right: 0px;
  top: 20px !important;
  padding-right: 10px;
  padding-top: 10px !important;
  margin-top: 0px !important;
  width: 20% !important;
  display: block;
}
body.mobile div#content div#shop-main-area div#shop-widgets-container div#contact_form_no_decorate img {
  position: absolute;
  width: 70%;
  right: 20px;
  max-width: 80px;
}
body.mobile div#content div#shop-bottom-area {
  margin-top: 0px !important;
}
body.mobile div#content div#shop-bottom-area div#info-area {
  display: block;
  min-width: 0;
  padding-bottom: 0px !important;
  padding-top: 10px !important;
}
body.mobile div#content div#shop-bottom-area div#info-area div#mobile-frontpage-widget-area {
  margin: 10px;
}
body.mobile div#content div#shop-bottom-area div#info-area div#mobile-frontpage-widget-area div.cmas-shop-widget {
  display: table;
  margin: auto;
  margin-bottom: 10px;
}
body.mobile div#content div#shop-bottom-area div#info-area div#mobile-frontpage-widget-area div.cmas-shop-widget div.cmas-shop-widget-panel,
body.mobile div#content div#shop-bottom-area div#info-area div#mobile-frontpage-widget-area div.cmas-shop-widget div.cmas-shop-widget-panel_no_decoration {
  padding: 5px !important;
  display: inline-block;
}
body.mobile div#content div#shop-bottom-area div#info-area div#mobile-frontpage-widget-area div#contact_form_no_decorate,
body.mobile div#content div#shop-bottom-area div#info-area div#mobile-frontpage-widget-area div.social_stream_no_decorate {
  display: none;
}
body.mobile div#content div#shop-bottom-area div#info-area div#info-area-main {
  display: block;
}
body.mobile div#content div#shop-bottom-area div#info-area div#info-area-main div.left-info-area {
  border-right: 0 none !important;
  display: table;
  margin: auto;
  width: 100%;
  padding-bottom: 10px;
  min-height: 0;
}
body.mobile div#content div#shop-bottom-area div#info-area div#info-area-main div.middle-info-area {
  display: table;
  margin: auto;
  width: 100%;
  min-height: 0;
  padding: 20px;
}
body.mobile div#content div#shop-bottom-area div#info-area div.right-info-area {
  border-left: 0 none !important;
  display: table;
  margin: auto;
  width: 100%;
  padding: 20px;
  min-height: 0;
}
body.mobile div#content div#shop-bottom-area div#info-area div.right-info-area div#brands-container {
  left: 10%;
  position: relative;
  width: 80%;
}
body.mobile div#content footer.footer div#inner-footer.wrap p.copyright {
  display: block;
  float: none;
  padding-left: 0px;
  text-align: center;
  white-space: pre-line;
  width: 100%;
}
body.mobile div#content footer.footer div#inner-footer.wrap nav {
  clear: both;
  float: none;
  text-align: center;
  width: 100%;
}
body.mobile div#content footer.footer div#inner-footer.wrap nav ul {
  padding-left: 0px;
}



/* COMPUTED CSS ***********************************************************************************/


div#shop-main-area #cmas-richtext_no_decorate-3 { left:5.542359461599367%; top:6.825568797399783%;}
div#shop-main-area #contact_form_no_decorate { left:50%; top:50%;}

    body {
    color: #454545;
    font-family: Nobile;
    font-size: 16px;
    font-style: ;
    font-weight: ;
    }

    body h1, .h1 {
    color: #5b5b5b;
    font-family: PT Sans Narrow;
    font-size: 42px;
    font-style: normal;
    font-weight: normal;
    }

    body h2, .h2 {
    color: #d10006;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    }

    body h3, .h3 {
    color: #d10006;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    }    

    footer.footer div#inner-footer {
    background-color: #020202; 
    color: #bfbfbf; 
    font-family: GFS Neohellenic; 
    font-size: 16px; 
    font-weight: normal;
    font-style: normal;   
    }

        

    img.alignleft {
    margin: 10px 10px 10px 0;
    }    

    img.alignright {
    margin: 10px 0 10px 10px;
    }    

    div#background-container {
            background-image: url(http://comerciamas.com/wp-content/uploads/sites/88/2015/04/portada.jpg);    
        background-position: center top;
        background-size: cover;
        -ms-behavior: url(http://comerciamas.com/wp-content/themes/comerciamas/cmas/css/backgroundsize.min.htc);
        height: 100%;
        overflow: hidden;
    }

    body.mobile div#background-container {
    background-image: url(http://comerciamas.com/wp-content/uploads/sites/88/2015/04/portada.jpg) !important;    
    background-position: center top !important;    
    background-size: cover !important;    
    -ms-behavior: url(http://comerciamas.com/wp-content/themes/comerciamas/cmas/css/backgroundsize.min.htc) !important;    
    }

    div#shop-main-area {
            
        height: 100%;
            }

    body.computer div#blog-content-wrapper {
        
    }
    
    body.computer div#blog-content-wrapper div#blog-page {
        
    }    
    
    body#tinymce img, div#blog-content-wrapper div#blog-page article img.alignnone, div#blog-content-wrapper div#blog-page article img.alignleft, div#blog-content-wrapper div#blog-page article img.alignright, div#blog-content-wrapper div#blog-page article img.aligncenter {
        
        padding: 0px;
    }    
    
    div.cmas-visual-div.cmas-div-bordered-center {
        border: 3px solid rgba(56,56,56, 0.8) !important;
    }
    
     blockquote:not([class]), blockquote.cmas-blockquote-hilite-left {
        border-left: 3px solid rgba(56,56,56, 0.8) !important;
    }
    
     blockquote.cmas-blockquote-hilite-right {
        border-right: 3px solid rgba(56,56,56, 0.8) !important;
    }    
    
            body.computer #blog-content-wrapper div#blog-page article blockquote.cmas-blockquote-hilite-left {
            margin-left: 0px;
        }        
            body.computer #blog-content-wrapper div#blog-page article blockquote.cmas-blockquote-hilite-right {
            margin-right: 0%;
        }        
            
    h4.widgettitle {
    color: #d10000;
    font-family: Cuprum;
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    border-bottom: 4px solid #d10000;
    }        

    div.cmas-shop-widget:not([id*="_no_decorate"]), div.cmas-shop-widget-panel:not([id*="_no_decorate"]) {
    background-color: #000000;
    background-color: rgba(0,0,0, 0.6);
    }        

    div.widget_storefront_wrap img {
    border: 5px solid #000000;
    }

    div.cmas-shop-widget, div.cmas-shop-widget-panel {
    color: #dbdbdb;
    font-family: Cabin;
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    }        

    h1#cmas-element-blogname {   
    color: #999999; 
    font-family: Crushed; 
    font-size: 68px; 
    font-weight: normal;
    font-style: normal;
    margin-bottom: 0;
    display: inline-block;
    }

    div.cmas-shop-info-area {   
    color: #1c150e; 
    font-family: Cantarell; 
    font-size: 15px;       
    }

    h2#cmas-element-blogdescription {   
    color: #444444; 
    font-family: Raleway; 
    font-size: 28px; 
    font-weight: normal;
    font-style: normal;
    white-space: pre-line;
    }

    color: #dbdbdb;
    font-family: Cabin;
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    }  

    div#main-menu div.top-nav ul li.hover li a, 
    div#main-menu div.top-nav ul li.hover li.hover li a {
    font-size: 16px;
    }

    div#main-menu a, div#main-menu #cmas-show-mobile-menu-link {
    color: #ededed;
    font-family: Copse;
    font-size: 22px;
    }

    footer.footer div#inner-footer.wrap nav ul li:not(:first-child) a {
    border-left: 2px solid #96d9ff;    }

    footer.footer div#inner-footer.wrap nav ul li a {
    color:#96d9ff;            

    padding-left: 7px;
    padding-right: 5px;
    background-color: none;
    }

    div.popup-container-header {
    background-color: #383838;
    }

    div.popup-container-header div.popup-title {
    color: #ededed;
    font-family: Copse;
    font-size: 22px;
    }

            body div#content div#shop-bottom-area {
        margin-top: 0px !important;
        }

        body:not(.mobile) div#cart-and-login-block-wrapper {
        top: 42px !important;
        }        

          

        body.mobile div#shop-main-area {
        margin-top: 30px !important;
        margin-bottom: -30px !important;
        }
      

                
            body div#shop-interior-area div#social-contact-icons {

            top: 80px            }
        
        body div#interior-content-wrapper div#header-image-container {
        margin-top: 0px;
        }                
    
    

            div#shop-bottom-area div#info-area {        
        background-color: rgba(255,255,255, 0.8);
        }

        div#content div#shop-blog-content, div#frontpage_custom_secondary_page {
        background-color: rgba(220,245,242, 0.8);
        }        

        div#shop-bottom-area div#info-area, div#content div#shop-blog-content, div#frontpage_custom_secondary_page {        
        background-color: rgba(255,255,255, 0.8);
        }

                    div#shop-interior-area div#main-menu, div#shop-bottom-area div#main-menu, div#container div#main-menu {
            background-color: #383838;
            }

                    body.mobile div#shop-interior-area div#main-menu, body.mobile div#shop-bottom-area div#main-menu, body.mobile div#container div#main-menu {
        background-color: #383838 !important;
        }
        
    div.nav-button {
    background-color: #383838;
    }        

    @keyframes blink {
    0% { background-color: #383838; }
    100% { background-color: #6a6a6a; }
    }
    @-webkit-keyframes blink {
    0% { background-color: #383838; }
    100% { background-color: #6a6a6a; }
    }    

    div#shop-main-area-fixed-sidebar {
        
            background-color: #000000;
    
    
                    
        position: fixed;
             
            
        padding-top: 42px;
        }             

    body.mobile div#shop-main-area-fixed-sidebar {
    position: absolute !important;   
    }

    body div#shop-main-area div#frontpage_custom_main_page {
                    
        position: fixed;
           
    }        

    body.mobile div#shop-main-area div#frontpage_custom_main_page {
    position: relative !important;   
    }

                            
        div#shop-main-area .cmas-shop-element {
        position: fixed;
                    margin-top: 42px;
                }
    
    body.mobile div#shop-main-area div#shop-widgets-container, body.mobile div#background-container {
    position: absolute !important; 
    }

    body.mobile div#shop-main-area .cmas-shop-element {
    position: absolute !important; 
    }         

            body div#shop-interior-area div#header-container {
        margin-top: 40px;
        }
    
    

    body.mobile div#container div#content div#shop-bottom-area div#info-area div.middle-info-area {
    background-color: #ebebeb !important;
    }

    body.mobile div#container div#content div#shop-bottom-area div#info-area div.right-info-area {
    background-color: #d7d7d7 !important;
    }

            body.mobile div#container div#content div#shop-main-area div#shop-widgets-container{
        padding-top: 10px !important;
        }
    
    
            body div#shop-interior-area div#header-container .cmas-interior-logo {
        float: none;
        }
        body div#shop-interior-area div#header-container .cmas-interior-logo h1 {
        margin: 0;
        }
    
                


       
        body div#content div#info-area {
        padding-top: 10px;
        }        
                

    div#main-menu {
    font-weight: normal;
    font-style: normal; ">    

       
        top: 0px;
           
    }

    div#main-menu div.top-nav ul li.hover li a, 
    div#main-menu div.top-nav ul li.hover li.hover li a {
    background-color: #424242;            
    }

    div#main-menu, div#background-container, div#shop-interior-area div#header-image-container {
    border-bottom: 1px solid #9c9c9c;
    }

    div#main-menu div.top-nav ul.sub-menu {
    border: 1px solid #9c9c9c;
    }

    div#main-menu #cmas-show-mobile-menu-link img,
    div#main-menu div.top-nav ul li.hover,
    div#main-menu div.top-nav ul li.hover li.hover a, 
    div#main-menu div.top-nav ul li.hover li.hover li.hover a {
    background-color: #4c4c4c;            
    }

    div#main-menu div.top-nav ul li.hover li a, 
    div#main-menu div.top-nav ul li.hover li.hover li a {
    font-size: 16px;
    }

    a:link, a:visited:link {
    color: #0043ff;
    }

    .cmas-links-color {
    color: #0043ff;
    }

    .cmas-links-background-color {
    background-color: #d10000;
    }

    .cmas-links-background-color:hover, div.widget.woocommerce.widget_price_filter .ui-slider .ui-slider-range, div.widget.woocommerce.widget_price_filter .ui-slider .ui-slider-handle, div.widget.woocommerce .button, div.widget.woocommerce input#submit {
    background-color: #0043ff;
    }

    .cmas-blog-background-color-highlighted,  div.widget.woocommerce.widget_product_categories li, div.widget.woocommerce.widget_products li, nav.woocommerce-pagination ul.page-numbers li {
    background-color: #c8e1de;
    }        

    .cmas-blog-background-color-highlighted-more,  div.widget.woocommerce.widget_product_categories li:hover, nav.woocommerce-pagination ul.page-numbers li:hover, div.widget.woocommerce.widget_products li:hover, nav.woocommerce-pagination ul.page-numbers li span.current {
    background-color: #b4cdca;
    }        

    a, a:visited {
    color: #0043ff;
    }        

    .pagination span, .pagination a {
    background-color: #020202;
    }

    .pagination {
    color: #bfbfbf;
    }

    .pagination a:hover{
    background-color: #0c0c0c;
    }

    .pagination .current{
    background-color: #343434;
    }

    div#cart-and-login {
    background-color: #747474 !important;
    border-bottom: 2px solid #cecece !important;
    border-right: 1px solid #cecece !important;
    color: #ededed;
    }

    div#cart-and-login a:hover{
    background-color: #9c9c9c !important;
    color: #575757;
    font-weight: bold;
    }


    .commentlist .comment-reply-link, .button, .button-alt, .button-alt:visited, .button:visited, input.submit {
    background-color: #0043ff !important;
    border-color: #0025e1 #0007c3 #0007c3 #1e61ff !important;
    color: white !important;
    }

    .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus, .commentlist .comment-reply-link:visited:hover, .commentlist .comment-reply-link:visited:focus, .button:hover, .button:visited:hover, .button:focus, .button:visited:focus, .button-alt:hover, .button-alt:visited:hover, .button-alt:focus, .button-alt:visited:focus, input.submit:hover {    
    background-color: #286bff !important;
    border-color: #1457ff !important;
    color: #c8ffff !important;
    }

    a:hover {
    color:#3c7fff;;
    }        

    .byline, .tags-title {
    color:#777777;;           
    }    

            body div#shop-interior-area div#header-image-container {
        position: fixed;
        }        

        body div#interior-content-wrapper div#interior-content {
        display: block;
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 30px;
        }

        body div#interior-content-wrapper div#interior-content nav.nav-menu-breadcrumb {
        border-radius: 5px;
        box-shadow: 0 0 60px 5px rgba(0, 0, 0, 0.7);
        background-color: rgba(240,255,255, 0.8);
        }

        div#interior-content div#shop-blog-content {
        background-color: rgba(220,245,242, 0.8);
        margin-top: 5px;
        border-radius: 5px;
        box-shadow: 0 0 60px 5px rgba(0, 0, 0, 0.7);
        margin-bottom: 150px;
        padding-bottom: 10px;
        }

        body div#shop-interior-area {
        height: 300px;
        }

    
    div#frontpage_custom_secondary_page p {
    margin: 0;    
    }

    .woocommerce .related.products h2 {
    border-bottom: 4px solid #5b5b5b;
    }

    div#shop-blog-content div#blog-content-wrapper div.product div.woocommerce-tabs ul.tabs li.active a,
    div#shop-blog-content div#blog-content-wrapper div.product div.product_meta,    
    div#shop-blog-content div#blog-content-wrapper div.product div.offers {
    border-top: 4px solid #5b5b5b;
    }

    @media (min-width: 767px) {
        div.csRow.cmas-columns-editor-row.cmas-columns-editor-separator div.csColumn:not(:nth-child(2)) {
                border-left: 2px solid #818181 !important;
                padding-left: 5px !important;
        }    
    }

    @media (max-width: 767px) {
        div.csRow.cmas-columns-editor-row.cmas-columns-editor-separator div.csColumn:not(:nth-child(2)) {
                border-left: 2px solid #818181 !important;
        }    
        
        div.csRow.cmas-columns-editor-row.cmas-columns-editor-separator div.csColumn {
                padding: 10px !important;
        }    
    }
    
    div.csRow.cmas-columns-editor-row.cmas-columns-editor-bordered div.csColumn {
            border: 1px solid #818181 !important;
            padding: 5px !important;
    }    
    
    


/* CUSTOM CSS (ADVANCED OPTIONS) ******************************************************************/


body div#frontpage_custom_secondary_page {
    padding: 0px;
}

body.woocommerce.single-product table p {
    line-height: normal !important;
}

body.woocommerce ul.products.grid li.product {
    width: 21% !important;
}

body.mobile.woocommerce ul.products.grid li.product {
    width: 90% !important;
}

body.mobile.page-id-124 div#shop-blog-content table {
    zoom: 0.5;
}

body.page-id-124 div#shop-blog-content table td:nth-child(2), body.page-id-124 div#shop-blog-content table td:nth-child(3), body.page-id-124 div#shop-blog-content table td:nth-child(4), body.page-id-124 div#shop-blog-content table td:nth-child(5) {
    text-align: center;
}


div.left-area {
  margin-left: 45%; 
  padding: 20px;	
  text-align: justify;
}

.right-area {
  margin-left: 7%; 
  width: 60%; 
  padding: 1px;
}

.home-left-area {
  margin-left: 20px; 
  width: 55%;
}

div#shop-blog-content {
  border-top: 10px solid #000000;
}

body.mobile div.info-section {
  background-image: none !important;
}

body.mobile div.left-area {
  margin-left: 0 !important;
}

body.mobile div.home-left-area {
  margin-left: 0px !important; 
  width: 100% !important;
  padding: 20px;
}


body.mobile .right-area {
  margin-left: 0 !important;
  width: 100%; 
  padding: 20px;
}

div#container div#content div#shop-blog-content div#blog-content-wrapper div#blog-entries {
  padding: 0px;
}

div.cmas_widget_embed_page {
  padding: 0;
  margin: 0;
}

a.contact-button {	
  color: #ffffff !important; 
  background-color: #ff6600; 
  display: inline-block; 
  padding: 5px; 
  border: 2px solid white; 
  border-radius: 10px; 
  font-size: 20px;
  text-decoration: none;
  margin-bottom: 30px;
}

a:hover.contact-button {	
  color: #f0f0f0; 
  background-color: #ff9900; 
}
1
body.mobile div.info-section {
  background-image: none !important;
}

body.mobile div.left-area {
 margin-left: 40%; 
 padding: 20px;	
}

li#menu-item-location {
  display: none !important;
}

body.woocommerce div#shop-blog-content, body.page-id-124 div#shop-blog-content {
  width: 80% !important;
  margin-top: 100px !important;
}

body.page-id-37 div#shop-blog-content {
  margin-left: 45% !important;
  margin-top: -200px !important;
  width: 55% !important;
}

body.page-id-66 div#shop-blog-content {
  margin-left: 1% !important;
  margin-top: 120px !important;
  width: 70% !important;
}

body.postid-43 div#shop-blog-content {
  margin-left: 40% !important;
  margin-top: 100px !important;
  width: 60% !important;
}

div.fancy-gallery-image {
    border: 5px solid #999999;
    width: 42% !important;
}


div#header-container {
    position: fixed !important;
}

div#interior-content div#shop-blog-content {
    background-color: rgba(220,245,242, 0.9);        
}

.woocommerce ul.products li.product {
    transform: none !important;
    -webkit-transform: none !important;
}

body.page-id-77 div#shop-blog-content {
  margin-left: 1% !important;
  margin-top: -50px !important;
  width: 60% !important;
}

@media all and (max-width: 800px) {
    body.page-id-37 div#shop-blog-content {
      margin-left: 35% !important;
      width: 65% !important;
    }
    
    div.fancy-gallery-image {
        border: 5px solid #999999;
        width: 90% !important;
    }
    
    body.woocommerce div#shop-blog-content, body.page-id-124 div#shop-blog-content {
      width: 100% !important;
      margin-left: 0px !important;
      margin-top: 50px !important;
    }    
    
}

@media all and (max-width: 669px) {
    
    div#interior-content {
        margin-left: 3% !important;
        margin-right: 3% !important;
    }
    
    body.page-id-37 div#shop-blog-content {
      left: 0px !important;
      top: 0px !important;
      width: 100% !important;
      margin: 0px !important;
    }
    
    body.page-id-288 div#shop-blog-content {
      left: 0% !important;
      top: 0px !important;
      width: 100% !important;
      margin: 0px !important;
    }
    
    body.postid-43 div#shop-blog-content {
      left: 0% !important;
      top: 0px !important;
      width: 100% !important;
      margin: 0px !important;
    }   
    
    body.page-id-77 div#shop-blog-content {
      left: 0px !important;
      top: 0px !important;
      width: 100% !important;
      margin: 0px !important;
    }    
    
    body.page-id-66 div#shop-blog-content {
      left: 0px !important;
      top: 0px !important;
      width: 100% !important;
      margin: 0px !important;
    }       
}

nav.gridlist-toggle,
form.woocommerce-ordering,
p.woocommerce-result-count{
    display: none;
}