/* Modificaciones Web Profesionales */
/* General */
.pad5 {padding:5px;}
.logo-image {text-align: center;}
/* Acceso */

.acceso #system-message p{margin:0;}
.acceso .t3-mainbody {padding-top: 0;}
.acceso .t3-sidebar .module-ct {padding: 0;}
.acceso .login-wrap {
    padding: 40px;
    width: 50%;
}
.acceso .login-wrap .other-links {margin-bottom: 10px !important;}
.acceso .login-wrap .other-links ul {text-align:left;}
.acceso .login-wrap .other-links ul li {padding:0;}
.acceso .login-wrap .other-links ul li a.btn {white-space: normal;}

.acceso div#side-login {
    padding: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
.acceso .login-wrap{width:100%;margin-bottom:50px;}
.acceso div#side-login{padding:0;}
}
/*.acceso .t3-mainnav{display:none;}*/
.bg-color7, .bgcolor7 > span, .bgcolor7 .module-title > span {background-color:#036543;/*Verde ByS*/}

/* Oculta el campo de email en el formulario de restablecimiento de contraseña */
.itemid-952 .profile-edit input[type="email"], .itemid-952 #jform_email1-lbl, .itemid-952 #jform_email2-lbl{display: none;}

/* Precio */
div.productdetails[class*="-view"] .product-price {
    display: flex;
    flex-flow: column wrap;
	margin: 5px 0;
	width: 100%;
}
div[class*="-view"] [class*="vm3pr-"] .product-price {
    display: flex;
    align-items: flex-start;
    flex-flow: column wrap;
}
.textodesde {
    min-height: 18px;
}
.javm_slider .vm-product-descr-container-1, .vm-product-descr-container-0 > h3 {
    margin-bottom: 0 !important;
}
div.productdetails[class*="-view"] .product-price, div[class*="-view"] [class*="vm3pr-"] .product-price {
    margin: 0;
} 
.productdetails-view .product-price .PricesalesPrice.vm-display{display:block;}
/* -- En Portada*/
div[class*="-view"] .product-content .product-price .PricesalesPrice {
    color: #7b7b7b;
    font-weight: normal;
    font-size: 12px;
}
div[class*="-view"] .product-price .PricesalesPrice span, .browse-view .row .product .spacer .PricesalesPrice span {
    color: #7b7b7b;
}
div[class*="-view"] .product-content .product-price .PricebasePrice {
	color: #f44336;
    font-size: 18px;
    font-weight: bold;
}

/* -- En categorias, Detalles y Whishlist*/
div[class*="-view"] .row .product .spacer .PricebasePrice, .productdetails-view.vme-wishlist .PricebasePrice, div[class*="-view"] .product-price .PricebasePrice span {
    color: #f44336;
    font-size: 18px;
    font-weight: bold;
}
div[class*="-view"] .row .product .spacer .PricesalesPrice, .productdetails-view.vme-wishlist .PricesalesPrice {
    color: #7b7b7b;
    font-weight: normal;
    font-size: 12px;
}
.browse-view .row .product .spacer .PricebasePrice span {
    color: #f44336;
}
.browse-view .row .product .spacer .desde .PricebasePrice span, div[class*="-view"] .product-content .product-price.desde .PricebasePrice, div[class*="-view"] .product-price.desde .PricebasePrice span {
    color: #7b7b7b;
}
div[class*="-view"] .product-price .PricebasePrice span{font-size:75%}
.productdetails-view .product-price .PricesalesPrice {
    font-size: 12px !important;
    font-weight: normal !important;
}
.vmessentials-wrapper.productdetails-view .product-price .PricesalesPrice {
    font-size: 12px !important;
}
.productdetails-view.vme-wishlist .product-price, .vmessentials-wrapper .product-price {
    display: flex;
    margin: 0 !important;
    flex-flow: column wrap;
}
.productdetails-view .product-price .PricebasePrice {
    font-size: 22px !important;
    font-weight: 500;
}
.productdetails-view .price {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
div[class*="-view"] .product-price .vm-display span.vm-price-desc {
    display: inline;
    margin: 0;
    font-weight: normal;
	color:#7b7b7b !important;
	font-size:12px;
}
div[class*="-view"] .product-price .PricebasePrice span.vm-price-desc{
	display:block;
}
/*div[class*="-view"] .product-container .product-content {
    min-height: 65px;
}*/
/* Tabla Cantidades */

.cantidades h4 {
  font-size: 18px;
  font-weight: 200;
  margin: 10px 0;
  text-align: center;
  text-transform: none;
}
.cantidades table {
  border-bottom: 1px solid #5cb85c !important;
  margin: 0;
  text-align: center;
}
.cantidades td {
  border-bottom: medium none;
  border-top: 1px solid #e5e5e5;
  padding: 5px 10px;
}
.cantidades table thead tr td {
  background-color: #5cb85c;
  border: 1px solid #5cb85c;
  color: #ffffff;
  padding: 5px 10px;
}
.cantidades table tbody tr td:first-child {
  background-color: #f6f6f6;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #5cb85c;
}
.cantidades table tbody tr td:last-child {
  border-right: 1px solid #5cb85c;
}
.cantidades table tbody tr:last-child td:first-child {
  border-bottom: medium none;
}
.cantidades tbody tr td:hover {
  background-color: #e5e5e5;
}
/* VM Essentials */
.productdetails-view .main-image, .vme-compare-data .vm-product-media-container {
    position: relative;
}

/* Catalogos */
.blog.catalogos aside{display:none;}
.blog.catalogos .item-image {text-align: center;}
.blog.catalogos article img {
    border: 1px solid #d4d4d4;
    max-width: 144px;
}
.blog.catalogos .item-ct {
    float: none;
    /* display: inline-block; */
}
.blog.catalogos li.content-links-a {
    list-style: none;
}
.blog.catalogos ul.content-links {
    margin: 0;
    padding: 0;
    text-align: center;
}
/* Acymailing */
.acymailing_module .acymailing_lists {
    display: none !important;
}
.acymailing_module .onefield.fieldacyemail {
    width: auto;
    margin: 0 20px 10px 0;
    min-width: 300px;
}
/* OPC */ 
#ProOPC .proopc-column3 .proopc-st-address{margin-top:15px;}
.STaddress{
	margin:0 0 0 25px; background-color:#f5f5f5; padding:10px; border:1px dashed #e3e3e3
}
#ProOPC .custom-cart-field-1 .inner {
    display: flex;
    flex-flow: row-reverse;
}

/* DOCMAN */
.k-checkbox-dropdown-content {
    display: flex;
    flex-flow: row wrap;
	align-items: flex-end;
}
.k-filters .form-group {
    margin: 1em 20px 10px 0;
}
.k-filters input[type="search"]{width:100%;}
.k-ui-namespace .k-filters input[type="search"] {
    height: 42px;
}
span.k-input-group__button.input-group-btn {
    top: 0;
    left: 76%;
    position: absolute;
}
.k-input-group.date{
	position:relative;
	display: block;
	margin-bottom: 0;
}
.facturas .datepicker table tr td.old, .facturas .datepicker table tr td.new {
    color: #ddd;
}
/*.form-group.docman-search-buttons {
    flex-basis: 100%;
    margin-bottom: 0;
}*/
@media (max-width: 767px){
/*.filtros .cf_flt_wrapper div:last-of-type{
	height:0;
}*/
}
.topicons.whatsapp {
    padding-right: 10px !important;
    background-color: #5cb85c !important;
    color: #fff !important;
}
.whatsapp:before {
    content: "\f232";
}
.nav .topicons.whatsapp .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}