@media only screen and (min-width: 771px){
	html body {
		background: #fff;
	}
	body .wrapper {
		/*max-width: 1280px;*/
		margin: 0 auto;
		padding: 0;
	}

	body .page-header-wrapper {
		margin: 0 auto;
		padding: 0;
		background-color: #f4f8fb!important;
	}

	body .page-header {
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	body .main-container, body .footer-container {
		padding: 30px 0;
	}
	body .footer address{
		padding-bottom: 10px;
		padding-top: 35px;
	}
	body div.menu a:link, body div.menu a:visited {
		background: none;
		font-weight: normal;
		border-right: 1px solid #fff;
	}
	/*
	body div.menu a:hover, body div.menu.act a:hover, body div.menu.active a:hover {
		background: #df0024;
		color: #fff;
		font-weight: normal;
	}
	*/

	/*
	body div.menu.act a, body div.menu.active a {
		background: #5e5e5e;
		color: #fff;
		font-weight: normal;
	}
	*/

	#custommenu {
		border-bottom: 2px solid #616161;
	}
	a.skip-link.skip-account {
		font-weight: 500;
		background: #eee;
		padding: 0 15px;
	}
	.header-minicart {
		background: #eee;
		padding: 0 5px;
		margin-left: 10px;
		font-weight: bold;
	}

	/*
	a.skip-link.skip-account:hover {
		background: #df0024;
		color: #fff;
	}
	.header-minicart:hover {
		background: #df0024;
		color: #fff;
	}
	.header-minicart:hover>a {
		color: #fff;
	}
	*/

	body .skip-link {
		background: none;
	}
}
#easyflags { text-transform: uppercase;}
body #easyflags a {
    margin: 0;
    border-left: 1px solid #fafafa;
    padding: 0 8px;
	font-weight: normal;
}
body .footer-container {
	 background: #f5f5f5;
	padding: 0 20px 20px 20px;
	border: 0;
}
body header .fa { }
body header .form-language { font-size: 14px; }
body header .form-language .fa { font-size: 14px; }
.page-header-container { margin-top: 15px; }
body .breadcrumbs li { text-transform: none; }
body .footer { padding-top: 20px; border:0; }
body .header-language-background { background: #5e5e5e; }
.header-minicart span, a.skip-link.skip-account span {
    vertical-align: middle;
}
#search_mini_form .search-button {
    padding: 0;
    margin: 0;
}
body #header-search #search_mini_form .search-button {
	font: normal normal normal 18px/1 FontAwesome;
}
body .input-text:focus {
	outline: none;
	border-color: #df0024;
}
body .input-text {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 2px solid #adadad;
    background: #FFFFFF;
    font-size: 15px;
}
body #search {
    height: 30px;
    padding-right: 30px;
}
body #search_mini_form .search-button {
    width: 26px;
    height: 26px;
	margin: 2px;
	border-left: 2px solid #adadad;
	background: #eee;
}
body #header-search #search_mini_form .search-button:before {
    background-image: none;
    background-repeat: no-repeat;
	text-indent: -9999px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 0;
	margin: auto;
	text-indent: 0;
	color: #df0024;
}
#search_mini_form .search-button.fa.fa-search:before {
	content: "\f002";
}
body #header-search #search_mini_form .search-button:hover {
	background: #df0024;
}
body #header-search #search_mini_form .search-button:hover:before {
	color: #ffffff;
}

body .block-title h2,
body .block-title h3,
body .block-title strong,
body .block-title h2,
body .block-title h3,
body .block-title strong,
body .footer .block-title,
body .footer address {
	padding: 20px 0 10px 0;
    margin-top: 0;
}

body .skip-cart {
	color: #df0024;
}

body a:hover {
	color: #df0024;
}

body .icon-sprite,
body .btn-remove2,
body .ratings .rating-box,
body .ratings .rating-box .rating,
body .sorter > .sort-by .sort-by-switcher,
body .sorter > .view-mode .grid,
body .sorter > .view-mode .list,
body .skip-nav .icon,
body .skip-search .icon,
body #search_mini_form .search-button:before,
body .skip-account .icon,
body .skip-cart .icon, .product-view .sharing-links a,
body .review-summary-table .rating-box .rating-number:after,
body .ratings-table .rating-box,
body .ratings-table .rating-box .rating {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
}

@media only screen and (min-width: 771px) {
	body .logo {
		max-width: inherit;
		min-height: 65px;
		text-align: left;
		padding: 0;
		width: auto;
		margin: 5px 0 0 12px;
	}
	body .logo .large {
		display: inline-block;
		vertical-align: middle;
	}
	body .form-language {
		height: 28px;
		line-height: 26px;

	}
}
body .fastorder-row-ref .input-text {
    width: 70%;
}
body .fastorder-row-ref button {
    width: 28%;
	padding: 6px;
}
body .skip-link {
    height: auto;
    line-height: 28px;
    padding: 0 10px;
}

body .skip-link:not(.skip-active):hover { opacity: 1; }
body .form-language, body .form-contactheader {
    float: right;
    width: auto;
    display: inline-block;
    vertical-align: top;
	padding: 0 10px;
}
body .form-contactheader {
	padding: 0;
	text-align: right;
	line-height: 28px;
}
body .form-contactheader a {
	font-weight: normal;
	padding-left: 10px;
}
body .form-contactheader a:hover {
	color: #df0024;
}
body .form-language img {
    display: inline;
	vertical-align: baseline;
}
@media only screen and (min-width: 771px) {
	body #header-search {
		top: 45px;
	}
	#header-fastorderlink {
		display: inline-block;
		width: auto;
		padding: 0;
		text-align: right;
		margin-right: 10px;
		vertical-align: top;
		height: auto;
	}
	#header-fastorderlink a {
		padding: 0 15px;
		background: #eee;
		display: inline-block;
		line-height: 30px;
		font-weight: normal;
	}
	#header-fastorderlink a:hover {
		background: #df0024;
		text-decoration: none;
		color: #fff;
	}
	body #header-search {
		 width: auto;
	}
	#search_mini_form { width: 317px; }
}
@media only screen and (max-width: 770px) {
	body .logo-legend {
		display: none;
	}
	body .form-contactheader {
		line-height: 1.3em;
	}
	.logo-legend { display: none; }
	#easyflags a {
		float: right;
		margin-right: 0;
		margin-left: 5px;
	}
	body .form-language, body .form-contactheader {
		width: 100%;
		display: block;
	}
	body header .form-language {
		font-size: 12px;
	}
	body header .form-language a {
		display: inline-block;
	}
}
@media only screen and (max-width: 479px) {
	body .logo {
		display: block;
		width: 100%;
		float: none;
	}
	body .page-header-container .store-language-container {
		float: none;
		display: block;
		width: 100%;
		max-width: 100%;
	}
	body .form-language, body .form-contactheader, body .form-contactheader a {
		display: inline;
	}
}
body #fastorder_form #fastorder-0 {
    background-color: #df0024;
}
body .fastorder-wrap-close {
    background-color: #df0024;
}
#fastorder #fastorder_form ul li { margin-left: 0; }

.products-grid .product-name { padding: 0 10px; }
.product-name { white-space: normal; }
.product-name a { white-space: normal; }

body .footer .links {
	font-size: 12px;
	margin-bottom: 10px;
	padding: 0 30px 0 40px;
	position: relative;
}
body .footer .links.fa:before {
	position: absolute;
    top: 15px;
    left: 10px;
    font-size: 22px;
    color: #999;
}
body .footer .simillinks.fa:before {
	position: absolute;
    margin-top: 15px;
    left: 10px;
    font-size: 22px;
    color: #999;
}
body .footer .block-title {
	font-size: 16px;
	font-weight: bold;
    margin-top: 15px;
    padding-top: 0;
    border-top: 1px solid #ccc;
    border-bottom: 0;
    padding-bottom: 0;
}
body .footer .links li {
	padding: 3px 0;
}
body .footer .block-title strong {
	font-size: 16px;
	font-weight: bold;
}
body #contactForm { padding-left: 0; }

.ul {
	   list-style-type: square;
    margin-left: 1.5em;
}

body .fa:before {
    margin-right: .5em;
}

.header-top { background: #f5f5f5; text-align: left; font-weight: bold; }

#custommenu {
	background: #f5f5f5;
}
body.cms-page-view .std p, body.cms-no-route .std p {
    font-style: normal;
}
body div.menu a span {
    padding-top: 14px;
}
.menu0 img {
    vertical-align: middle;
    display: inline;
    margin-top: 3px;
}

.cms-page-view .col-main {
    max-width: 800px;
    margin: 0 auto;
}
.cms-page-view .col-main .page-title {
    text-align: center;
}
a.logo:hover {
	text-decoration: none;
}
.logo-legend {
	display: block;
    line-height: 1em;
    text-align: center;
    width: auto;
    font-size: 14px;
	margin-top: 10px;
}
.logo-legend span {
	background: #fff;
    padding: 0 10px;
}
.head { display: none; }

.messages li.warning-msg li {
	color: black;
    border-left: 5px solid #fc0;
    background-color: #ffc;
}
.messages li.warning-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fc0;
    border-right: none;
}

body .pagerBelow .cws-pager { height: auto; }
body .cws-arw a, .cws-pager, .cws-viewport, ul.slides li { height: 320px; }

dl#narrow-by-list2 {
	margin-bottom: 20px;
}
.block-layered-nav dl#narrow-by-list2 dd ol > li > span, .block-layered-nav dl#narrow-by-list2 dd ol > li > a {
	display: inline-block;
	padding: 0;
}
.block-layered-nav dl#narrow-by-list2 dd ol > li > a.btn-remove {
	float: right;
}

.block-title-fixheight {
	/* margin-top: 20px; */
}
.toolbar {
    border: 1px solid #cccccc;
}
.pager {
    margin: 0;
}

body .pages a, body .pages .current {
    line-height: 19px;
    width: 30px;
    height: 21px;
    display: inline-block;
	border-radius: 0;
    padding: 0;
    margin: 0;
}
body .pages li {
    display: inline-block;
    line-height: 19px;
    height: 21px;
	float: none;
    margin-left: 5px;
    background: #fefefe;
}

.products-grid li.item {
	outline: 2px solid #cccccc;
	margin-bottom: 40px;
}
body .products-grid .actions {
	min-height: initial;
	border-top: 1px solid #ccc;
	padding-top: 0;
	margin-top: 10px;
}
.products-grid .product-sku {
    font-size: 10px;
    line-height: 1em;
}
.products-grid .qty {
	width: 100%;
	height: 33px;
	border: 0;
}
.products-grid .actions div {
	padding: 0;
}
.products-grid .actions label {
	display: none;
}
.products-grid .actions input[type=text], .catalog-product-view input#qty[type=text] {
	width: 100%;
}
body .product-view .add-to-cart {
	border: 0;
	padding: 0;
	margin: 0;
}
body .product-view .add-to-cart>div {
	padding: 0;
	vertical-align: bottom;
}
body .product-view .add-to-cart>div:first-child {
	padding-right: 15px;
}
.products-grid .actions .button {
    width: 100%;
	border: 1px solid #5e5e5e;
    height: 33px;
}
.products-grid .actions .button span {
    display: none;
}
.products-grid .actions .button.fa {
    color: #df0024;
	background: #cccccc;
	border: 1px solid #cccccc;
	font-size: 25px;
	padding: 3px;
}
body .products-grid .actions .button.fa:before {
	margin-right: 0;
}

.easycatalog-grid li.item {
    text-align: center;
}
.easycatalog-grid .product-image {
    border: 0;
}
.easycatalog-grid .product-image img {
	border: 1px solid #ededed;
	margin: auto
}
.easycatalogimg .parent-category {
    background: #f5f5f5;
    padding: 5px;
}
body .easycatalogimg .parent-category a {
    font-weight: 700;
}
body .products-grid .product-info {
	padding-bottom: 0;
}
body .pages .previous:before, body .pages .next:before {
    margin-top: -5px;
}

body .product-view .product-shop .price-info {
	float: left;
	text-align: left;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
}
body .product-view .product-shop .extra-info, body .product-view .product-shop .product-name .h1, body .product-view .product-shop .product-name {
	float: none;
}
.product-add-area {
	border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
	padding-top: 15px;
    padding-bottom: 10px;
	margin-top: 15px;
    margin-bottom: 30px;
    background: #f5f5f5;
}
.product-add-area button {
	width: 100%;
    height: 51px;
	font-size: 18px;
	overflow: hidden;
}
.product-maquinas {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
}
.product-maquinas a {
	text-decoration: underline;
}
body .product-view .product-shop .price-box .regular-price .price,
body .product-view .product-shop .price-box .special-price .price,
body .product-view .product-shop .price-box .full-product-price .price {
	color: #5e5e5e;
}

.cms-page-view.cms-fast-order .col-main {
    max-width: 100%;
    margin: 0;
}
.cms-page-view.cms-fast-order .main-container {
    background: none;
}

body #fastorder #file, body #fastorder #file2, body #fastorder .download_csv {
    display: inline-block;
}

#ultimos_productos_visitados { margin-top: 40px; }
#ultimos_productos_visitados img { max-width: 100%; }

.advanced-search-summary {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    background: #f5f5f5;
}
.itemMenuName { text-align: center; }
.itemMenuName img { margin: 0 auto; width: 100%; }
div.wp-custom-menu-popup {
    padding: 20px 10px;
}
.product-sku { font-size: 18px; }
.vermasmaqs { font-weight: bold; color: #df0024; }
.masmaqs { display: none; }

.page-catalogos {
	text-align: center;
}
.page-catalogos i.fa.fa-file-pdf-o {
    color: #df0024;
    font-size: 60px;
}
.page-catalogos i.fa.fa-file-pdf-o:before {
    margin-right: 0;
}
.page-catalogos>div {
    margin-bottom: 20px;
}
.menu-componentes {
	margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
	display: inline-block;
	float: none;
}
.menu-componentes>div.inner {
	border: 1px solid #ccc;
	padding: 5px;
}
.menu-componentes a.itemMenuName {
	margin: 0;
	padding: 0;
}
.menu-componentes a.itemMenuName strong { font-size: 16px; }
.menu-componentes a.itemMenuName img { max-width: 100%}
.menu-componentes .itemSubMenu {
	padding-top: 0;
    list-style-type: circle;
    list-style-position: outside;
    display: inline;
    padding-left: 20px;
	padding-right: 0;
}
.menu-componentes .itemSubMenu li { line-height: 1em; }
.menu-componentes .itemSubMenu a { font-size: 12px; }
.clear { clear: both; }
.cms-page-view.cmssobrerb .col-main {
    max-width: 1000px;
}
.easycatalogimg .easyiteminner {
	border: 1px solid #ccc;
	margin-bottom: 20px;
	min-height: 240px;
}
.easycatalogimg .subtitem {
	padding: 0;
}
.easycatalogimg img {
	max-width: 100%;
}
.easycatalogimg .product-image, .no-touch .product-img-box .product-image:not(.zoom-available):hover {
	border: none;
}
.easycatalogimg .list-subcategories {
	text-align: left;
	padding-left: 20px;
}
.easycatalogimg .list-subcategories li {
	list-style-type: circle;
	padding-left: 0;
}
.easycatalog-grid li.item {
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

.easycatalog-grid li.item>div{
	padding: 0;
}

body .cart-forms, body .cart-totals-wrapper, body .crosssell {
    width: 30%;
}
body .cart-table {
    width: 70%;
}
body .cart .cart-totals table tfoot td {
	font-size: 16px;
}
.postTitle a { color: #df0024; }

/* FLIP BOX STYLES */
.panelflip {
	margin: 0 auto;
	height: 262px;
	position: relative;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
}

.panelflip .front,
.panelflip .back {
	text-align: center;
}

.panelflip .front {
	height: inherit;
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
	z-index: 900;
	text-align: center;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	   -moz-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.panelflip .back {
	height: inherit;
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
	z-index: 1000;
	-webkit-transform: rotateY(-180deg);
	   -moz-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.panelflip.flip .front {
	z-index: 900;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}
.panelflip.flip .back {
	z-index: 1000;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
}
.panelflip .box1{
	background-color: #fff;
	width: 100%;
	height: 262px;
	margin: 0 auto;
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.panelflip .box2{
	background: url(../images/FondoDescargaCatalogos.jpg) center center repeat;
	width: 100%;
	height: 262px;
	margin: 0 auto;
	padding: 60px 20px 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.panelflip .box2 .btn{
	color: #fff;
}
.panelflip .box2:after{
	content: " ";
	position: absolute;
	width: 36px;
	height: 36px;
	background: url(../images/Flecha.jpg) center center no-repeat;
	left: 0;
    right: 0;
    margin: auto;
    bottom: 36px;
}
.panelflip a.back {
	color: #fff;
	text-transform: uppercase;
}
.panelflip a.back:hover {
	text-decoration: none;
}
.panelflip a.back .btn {
	background: red;
	padding: 5px;
	margin-top: 60px;
}
.panelflip img { max-width: 100%; }

 .products-grid > li {
    width: 100%;
    margin-right: 0%;
}
body .products-grid > li {
    width: 100%;
    margin-right: 0%;
}
@media only screen and (min-width: 480px) {
	body .products-grid > li {
		width: 30.8642%;
		margin-right: 3.7037%;
	}
}
@media only screen and (min-width: 960px) {
	body .products-grid > li {
		width: 23.33333%;
		margin-right: 2.22222%;
	}
}
.cms-page-view.cms-fast-order .std li {
  font-size: 12px;
}
.cms-fast-order .product-sku {
    font-size: 10px;
}
body .fastorder_autocomplete li a .product-image img {
    height: 50px;
	display: inline;
}
body .fastorder_autocomplete li a .product-image {
    height: 50px;
}
body .fastorder_autocomplete li a .product-info {
    font-size: 10px;
    height: auto;
}
body .fastorder-row-price {
	display: none;
}
body #fastorder .price, body #fastorder .price-subtotal {
	display: none;
}
.header-minicart {
    font-weight: bold;
}
.minicart-wrapper, .minicart-wrapper p.product-name {
    font-size:12px;
}
.minicart-wrapper .info-wrapper {
    font-size:11px;
}
#shopping-cart-table { width: 100%; float: none; }

body .cart-table thead th {
	font-weight: 500;
	font-size: 14px;
}
body .cart-table tbody td, body .cart-table tbody td.product-cart-sku {
	font-weight: 300;
	font-size: 12px;
}
body .cart-table tbody td h2.product-name a {
	font-weight: 700;
	font-size: 12px;
}
body .cart-table tbody td.product-cart-image a {
	display: inline-block;
    width: auto;
}
body .cart-table tbody td.product-cart-image img {
	max-width: 120px;
    width: 100%;
    text-align: center;
    display: inline;
}
body.checkout-cart-index .cart-totals {
	background: none;
	border: 0;
}
body.checkout-cart-index .cart-totals tbody {
	display: none;
}
body.checkout-cart-index .cart .cart-totals table tfoot {
	border: 0;
}
body.checkout-cart-index .cart .cart-totals table tfoot strong {
	font-weight: 700;
	font-size: 18px;
}

.accionesextracarrito { text-transform: uppercase; border-top: 1px solid silver; padding-top: 20px; }
.accionesextracarrito .button { text-transform: uppercase; background: #999; }
.product-medidas table {
    width: 100%;
}
.product-medidas table td {
    padding: 5px 10px;
	border: 1px solid #ccc;
}
.add-to-cart label {
    font-weight: 500;
    font-size: 14px;
	margin: 0;
}
.catalog-product-view input#qty[type=text] {
    width: 100%;
    font-weight: 500;
    font-size: 14px;
}
.product-other-reference {
	font-size: 12px;
    font-weight: 500;
	margin-top: 10px;
}
.box-up-sell img {
    max-width: 100%;
}
.box-up-sell h2, #ultimos_productos_visitados h2 {
    font-weight: 700;
    font-size: 18px;
}
body .category-image { max-height: 200px; border:0; outline: 1px solid #cccccc; }
body .category-image img { max-height: 200px; max-width: 100%; width: auto; }

body.categoria-ofertas .easycatalogimg .subtitem {
	display: block;
    width: 100%;
    text-align: center;
}
body.categoria-ofertas .easycatalogimg img {}
	display: inline;
}
.portada-block { text-align: center; }
.portada-block img { max-width: 100%; display: inline;}
.portada-ofertas-oferta {
    font-size: 14px;
    line-height: 1.5em;
    border: 2px solid #5e5e5e;
	font-weight: 400;
	background: #eee;
	margin-bottom: 15px;
}
.portada-ofertas-oferta strong {
    font-size: 18px;
	font-weight: 700;
}
.portada-ofertas-oferta>div:first-child { padding:0; }
.portada-ofertas-oferta>div.col-xs-9 { padding: 10px 15px; }
.zoomWindow {
    margin-top: 30px;
}
.nopadding { padding: 0; }
.easycatalogimg .product-image { display: block; text-align: center; }
.easycatalogimg .product-image img { display: inline; }

.category-title small {
    text-transform: none;
    font-weight: normal;
}
.easycatalogimg h5.category-name small {
    text-transform: uppercase;
    font-weight: normal;
}

.products-grid li.item:hover, .products-grid li.item:first-child:hover, .products-grid.first.last li.item:hover, #upsell-product-table li.item:hover, .products-grid li.item:hover:first-child {
    -moz-transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    transform: translate(0, -5px);
    /* transform: scale(1.03); */
    box-shadow: 0px 0px 5px 3px #aaa;
    z-index: 100;
    opacity: 1;
    border: none;
    background: white;
    background: rgba(0, 0, 0, 0.05);
    border-top: 2px solid #CC3333;
}
.no-touch body .product-image:hover {
    border: 1px solid #ededed;
}

.historico-ofertas>div {
    margin-bottom: 20px;
}
.historico-ofertas>div a {
    outline: 3px solid #ccc;
	display: inline-block
}
.historico-ofertas>div a:hover {
    outline: 3px solid #df0024;
}

.cart-table .product-cart-actions>div {
    display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.cart-table .product-cart-actions>div table tr {
     border: 0;
}
.cart-table .product-cart-actions>div table td {
    padding: 2px 4px; border: 0;
}
.block-layered-nav .block-title span {
    text-transform: none;
}
.registered-users label { display: block; }

body.customer-account-login .scaffold-form label:first-child { width: 100%; }

body.checkout-cart-index #shopping-cart-totals-table>tfoot>tr {
    display: none;
}
body.checkout-cart-index #shopping-cart-totals-table>tfoot>tr:first-child {
    display: table-row;
}

div#checkout-review-submit {
    padding-top: 10px;
}
label[for=idpedidocliente] {
    font-size: 18px;
    color: red;
    padding-right: 5px;
}
.sidebar>.block:first-child>.block-title {
    min-height: 41px;
}
.product-image-thumbs {
	margin: 0;
}
.product-image-thumbs li {
    padding: 0;
}
.product-image-thumbs li img {
    max-width: 100%;
}
.postContent.std img { display: inline-block; }

body .footer .links.fa.fa-info-circle:before {
    color: darkblue;
}

body .footer .links.fa.fa-user-circle:before, body .footer .links.fa.fa-cog:before {
    color: #df0024;
}

body .footer .links.fa-file-text:before {
    color: green;
}

body .footer .links .fa.fa-paper-plane:before {
    color: gold;
}

body.categoria-ofertas .category-image {
    max-height: none;
}
body.categoria-ofertas .category-image img {
    max-height: none;
    max-width: none;
    width: auto;
    margin: auto;
}
.td-color-red, .td-color-red a {
    color: red;
}
.td-color-orange, .td-color-orange a {
    color: #D4AF37;
}
.td-color-green, .td-color-green a {
    color: green;
}
.mensaje-destacado {
    font-size: 28px;
    font-weight: bold;
    display: block;
    padding: 10px;
    margin: 10px;
}
.mensaje-destacado {
    animation-duration: 2000ms;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation:blink 2000ms infinite; /* Safari and Chrome */
}
@keyframes blink {
    from {
        color:black;
    }
    to {
        color:red;
    }
}
@-webkit-keyframes blink {
    from {
        color:black;
    }
    to {
        color:red;
    }
}
.historico-ofertas img {
    max-width: 100%;
}
.div-disabled {
	pointer-events: none;
	opacity: 0.5;
	background: #ccc;
}
.div-accept {
	pointer-events: none;
	opacity: 0.5;
	background: #cfc;
}
.nuevadevolucion>div { padding: 10px; border: 1px solid #ccc; }
.nuevadevolucion input[readonly] {
    background: #ddd;
}

.footer-social-links .col-xs-6 {
    padding: 0;
}
.footer-social-links .fa::before {
    font-size: 42px;
    margin-right: 30px;
}
.footer-social-links .fa.fa-linkedin-square {
	color: #0172b1;
}
.footer-social-links .fa.fa-instagram {
	color: #f4555a;
}
.footer-social-links .fa.fa-twitter-square {
	color: #00aeef;
}
.footer-social-links .fa.fa-facebook-square {
	color: #485a96;
}
.postWrapper {
  padding: 15px;
  clear: initial;
}
.postWrapper-wrapper {
	box-shadow: 0 10px 30px -5px rgba(0,0,0,.3);
	padding: 15px;
	border: 0;
	border-radius: 0;
	height: 400px;
	overflow: hidden;
}

#menu4607 a {
	color: #AF272F;
	font-weight: bold;
}


.price-box.has-minimal-price .regular-price {
    text-decoration: line-through;
    font-weight: 400;
}
