/*--------------------------------------------------------------
# TYPOGRAPHY
--------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900);

body {
    background: white;
}

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Roboto', sans-serif;
	font-size: 14px !important;
    font-weight: normal;
    line-height: normal !important;
     text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: subpixel-antialiased;
}

#content {
    padding-top: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    font-weight: lighter;
}

.h1, h1 {
    font-size: 36px;
}

.h2, .h3, h1, h2, h3 {
    color: gray;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 60px;
    text-align: left;
}

.page-template h2, .page-template h2 a, .archive h2, .archive h2 a  {
    color: white;
    margin-top: 0px;
    font-size: 21px;
    pointer-events: auto;
    z-index: 9;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.page-template h2 a:hover, .archive h2 a:hover {
    opacity: 0.7;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.page-template h2 a:active, .archive h2 a:active {
    opacity: 0.9;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.page-template .entry-header, .page-template-default .entry-header, .archive .entry-header {
    z-index: 9;
    display: block;
}

.text-gray {
	color: #9fa2ad;
}

.text-white {
	color: white;
}

.section-content, .entry-content, .entry-summary {
    margin: 0;
}

blockquote {
    border: 0;
}

td,
th {
	padding: 10px 0 10px 10px;
    color: #808080;
}

.site {
    padding: 10px;
}

.wc-qr-codes-container {
    display: none;
}

.img404 {
    display: table;
    margin: 100px auto 35px;
    pointer-events: none;
    text-align: center;
    width: 320px;
}

.error-404 {
    background: gray;
    width: 100%;
}

.error-404 .entry-title {
    text-transform: none;
    font-size: 16px;
    margin-bottom: 50px;
    text-align: center !important;
    width: 100% !important;
}


/* -----------------------------------------------------------
# NAV ICON
-------------------------------------------------------------- */

#menu-toggle, #dark-mode {
	display: none !important;
}

.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

/* Icon 1 */

#nav-icon1 {
  width: 25px;
  height: 25px;
  right: 20px;
  top: 24px;
  position: absolute;
  display: none;
  z-index: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 10px;
}

#nav-icon1 span:nth-child(3) {
  top: 20px;
}

#nav-icon1.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


/*--------------------------------------------------------------
# GRID
--------------------------------------------------------------*/

.grid-l2 {
    max-width: 1180px;
    margin: auto;
}

.grid-lg {
    max-width: 1620px;
    margin: auto;
}

.grid-m {
    max-width: 980px;
    margin: auto;
}

.grid-s {
    max-width: 768px;
    margin: auto;
}

.grid-xs {
    max-width: 420px;
    margin: auto;
}

.grid-768 {
    max-width: 768px;
    padding-top: 15%;
    padding-bottom: 15%;
}

.padding-left {
    padding-left: 0;
}

.padding-right {
    padding-right: 0;
}

.padding {
    padding-left: 0;
    padding-right: 0;
}

.border-right {
    border-right: 15px solid white;
}

.border-left {
    border-left: 15px solid white;
}

.border {
    border-right: 15px solid white;
    border-left: 15px solid white;
}

.empty-box {
    background-image: url("http://www.arcoweld.com/images/arcobg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 50px 0px 50px 0px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.empty-box:before {
    content: "";
    width: 72px;
    height: 72px;
    display: none; /* table */
    margin: auto auto 20px;
}

.empty-box span {
    display: table;
    margin: auto auto 25px;
    width: 480px;
    color: gray;
    font-weight: normal;
}

.empty-box h1 {
    text-align: center;
    font-size: 26px;
    color: #808080;
    margin: 0px 0px 20px 0px;
}

/* -----------------------------------------------------------
# PARALLAX
-------------------------------------------------------------- */

.parallax-window {
    min-height: 400px;
    background: transparent;
}


/* -----------------------------------------------------------
# ANIMATION
-------------------------------------------------------------- */


/* -----------------------------------------------------------
# NAV ICON
-------------------------------------------------------------- */



/* -----------------------------------------------------------
	SELECTIONS
-------------------------------------------------------------- */

::selection {
	background: #004e9c;
	color:white;
}

p.post-body:selection {
	background: #004e9c;
	color:white;
}

::-moz-selection {
	background: #004e9c;
	color:white;
}

p.post-body:-moz-selection {
	background: #004e9c;
	color:white;
}

.entry-thumb {
    height: 350px;
    overflow: hidden;
}

.entry-thumb img {
	width: 100%;
	height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;	
}

/* -----------------------------------------------------------
	TRANSITIONS
-------------------------------------------------------------- */

header *, footer * {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

video, .wp-video, .mejs-container * {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

/* -----------------------------------------------------------
	BACKGROUND COLORS
-------------------------------------------------------------- */

.gray {
	background: #f0f0f0;
}

.white {
	background: white;
}

.blue {
    background: #004e9c;
}

.orange {
    background: #f56600;
}

.black {
	background: black;
	color: white;
}

.black2 {
	background-image: -o-linear-gradient(120deg , rgba(0,0,0,0.9) 0%, rgba(25,25,25,0.2) 100%);
	background-image: -moz-linear-gradient(120deg , rgba(0,0,0,0.9) 0%, rgba(25,25,25,0.2) 100%);
	background-image: -webkit-linear-gradient(120deg , rgba(0,0,0,0.9) 0%, rgba(25,25,25,0.2) 100%);
	background-image: -ms-linear-gradient(120deg , rgba(0,0,0,0.9) 0%, rgba(25,25,25,0.2) 100%);
	background-image: linear-gradient(120deg , rgba(0,0,0,0.9) 0%, rgba(25,25,25,0.2) 100%); 
}

.black3 {
	background-image: -o-linear-gradient(120deg , rgba(0,0,0,0.9) 0%, rgba(25,25,25,0) 100%);
	background-image: -moz-linear-gradient(120deg , rgba(0,0,0,0.9) 0%, rgba(25,25,25,0) 100%);
	background-image: -webkit-linear-gradient(120deg , rgba(0,0,0,0.9) 0%, rgba(25,25,25,0) 100%);
	background-image: -ms-linear-gradient(120deg , rgba(0,0,0,0.9) 0%, rgba(25,25,25,0) 100%);
	background-image: linear-gradient(120deg , rgba(0,0,0,0.9) 0%, rgba(25,25,25,0) 100%); 
}

.arcobg3 {
    background: #f0f0f0;
	background-image: url("http://www.arcoweld.com/images/arcobg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #004e9c;
    -webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #f56000;
    text-decoration: none;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

.link-white {
	color: white;
}

.link-black {
	color: black;
}

.link-gray {
	color: gray;
}

.link-orange {
	color: #f56600;
}

.linkRed a {
  color: #c3002f;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}

.linkRed a:hover,
.linkRed a:focus,
.linkRed a:active {
  color: red;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignleft-1 {
	display: inline;
	float: left;
}

.align-left {
    margin-left: 0;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.align-right {
    margin-right: 0;
}

.alignright-2 {
	display: inline;
	float: right;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.aligncenter-2 {
	clear: both;
    display: table;
    margin: auto;
    margin-bottom: 40px;
    padding-top: 30px;
}

/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/

header {
    background: #004e9c;
    border-left: 10px solid white;
    border-right: 10px solid white;
    height: 70px;
    left: 0;
    opacity: 0.95;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.arcoweld-menu {
    opacity: 0.7;
    margin: auto;
    text-align: center;
}

#site-logo {
	height: 70px;
	width: 180px;
	margin: auto;
	background-image: url("http://www.arcoweld.com/images/arcoweld-logo.svg");
	background-repeat: no-repeat;
	background-position: left center;
    background-size: 180px auto;
    position: relative;
    float: left;
}

#site-logo a {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #FFF; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}

#site-logo:hover {
    opacity: 0.7;
}

#site-logo:active {
    opacity: 0.5;
}

input[type="search"] {
    background-color: #024593;
    background-image: url("http://www.arcoweld.com/images/icons/btn-search-normal.svg");
    background-position: left 7px top 4px;
    background-repeat: no-repeat;
    background-size: 20px auto;
    border: 0;
    border-radius: 0;
    width: 100%;
    color: white;
    margin-top: 23px;
    /*border-bottom: 1px white solid;*/
    border: 1px solid #0c418f;
    border-radius: 5px;
    font-weight: normal;
    padding: 6px 35px;
    transition: none;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

input[type="search"]:focus, input[type="search"]:active {
    color: white;
    background-color: #003e8c;
    border: 1px solid #063785;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

input[type="search"]::-webkit-input-placeholder {
    color: white;
}

.single-product .arcoweld-categories:before, .page-template-cart .arcoweld-categories:before, .search .arcoweld-categories:before, .woocommerce-checkout .arcoweld-categories:before {
    opacity: 0.9;
}

.arcoweld-categories:before {
    background: black;
    content: " ";
    display: table;
    height: 40px;
    opacity: 0.5;
    position: absolute;
    width: 100%;
}

.arcoweld-categories {
    text-align: center;
}

.product-category {
    display: inline-table;
    margin-right: 25px;
    padding: 5px 15px 5px 11px;
}

.product-category:hover {
    background: #0d0d0d;
}

.product-category a img {
    margin-right: 7px;
    position: relative;
    width: 30px;
    opacity: 0.6;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.product-category a h3 {
    color: #9FA1A3;
    display: inline-table;
    font-size: 10px !important;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
}

.product-category a:hover * {
    color: #f56600;
}

.black4 {
    background: black;
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 70px;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    z-index: -999999;
    pointer-events: none;
}

.admin-bar .black4 {
    top: 102px !important;
}

.admin-bar #primary {
    margin-top: -32px;
}

.sub-cat {
    background: #0d0d0d;
    box-shadow: 0 10px 30px -10px black;
    border-radius: 0 0 5px 5px;
    margin-left: -11px;
    margin-top: 5px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    width: 220px;
}

.sub-cat ul {
    display: table;
    width: 100%;
}

.sub-cat ul li {
    border-bottom: 1px solid #202020;
    padding: 11px 15px 11px 25px;
    text-align: left;
    width: 100%;
}

.sub-cat ul li a {
    color: white;
    font-size: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.sub-cat ul li a:hover {
    color: #f56600;
}

.arcoweld-categories .product-category:hover > .sub-cat {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.arcoweld-categories .product-category:hover > a img {
    opacity: 1;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.arcoweld-categories .product-category:hover > a h3 {
    color: white;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.arcoweld-categories .product-category:hover > .black4 {
    visibility: visible;
    opacity: 0.9;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

/*.product-category a:hover img {
    filter: saturate(800) hue-rotate(250deg) contrast(500%);
    -webkit-filter: saturate(800) hue-rotate(250deg) contrast(500%);
    transition: none;
}*/

.header-cart-count {
    background-image: url("http://www.arcoweld.com/images/icons/btn-cart-normal.svg");
    background-position: -2px center;
    background-repeat: no-repeat;
    color: #f56600;
    display: inline-table;
    height: 30px;
    text-align: center;
    width: 30px;
}

.header-user .arco-image {
    width: 42px;
    height: 42px;
    margin: 10px 0 0 0;
    display: inline-table;
    pointer-events: none;
    border-radius: 50px;
    background: transparent;
}

.arco-image {
    background-image: url("http://www.arcoweld.com/images/icons/btn-user-normal.svg");
    background-size: 120%;
    background-position: center;
    background-repeat: no-repeat;
}

.header-user span {
    color: white;
    float: right;
    margin-left: 10px;
    margin-top: 22px;
}

header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header li {
    display: inline-table;
}

.cart-user {
    margin: auto 15px auto 0;
}

ul.user {
    margin-top: 5px;
    text-align: right;
}

ul.user li {
    opacity: 1;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

ul.user li:hover {
    opacity: 0.7;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

ul.user li:active {
    opacity: 0.9;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

/*--------------------------------------------------------------
# CATEGORIES
--------------------------------------------------------------*/

.term-corte .Corte h3 {
    color: #f56600;
}

.term-corte .Corte img  {
    background: transparent url("http://www.arcoweld.com/images/icons/cat-corte-active.svg") no-repeat;
    content: url("http://www.arcoweld.com/images/icons/cat-corte-active.svg");
    height: 0;
    padding: 15px;
    width: 0;
}

.term-soldadura .Soldadura h3 {
    color: #f56600;
}

.term-soldadura .Soldadura img  {
    background: transparent url("http://www.arcoweld.com/images/icons/cat-soldadura-active.svg") no-repeat;
    content: url("http://www.arcoweld.com/images/icons/cat-soldadura-active.svg");
    height: 0;
    padding: 15px;
    width: 0;
}

.term-medicinal .Medicinal h3 {
    color: #f56600;
}

.term-medicinal .Medicinal img {
    background: transparent url("http://www.arcoweld.com/images/icons/cat-medicinal-active.svg") no-repeat;
    content: url("http://www.arcoweld.com/images/icons/cat-medicinal-active.svg");
    height: 0;
    padding: 15px;
    width: 0;
}

.term-maquinas .Máquinas h3 {
    color: #f56600;
}

.term-maquinas .Máquinas img {
    background: transparent url("http://www.arcoweld.com/images/icons/cat-maquina-active.svg") no-repeat;
    content: url("http://www.arcoweld.com/images/icons/cat-maquina-active.svg");
    height: 0;
    padding: 15px;
    width: 0;
}

.term-seguridad .Seguridad h3 {
    color: #f56600;
}

.term-seguridad .Seguridad img {
    background: transparent url("http://www.arcoweld.com/images/icons/cat-seguridad-active.svg") no-repeat;
    content: url("http://www.arcoweld.com/images/icons/cat-seguridad-active.svg");
    height: 0;
    padding: 15px;
    width: 0;
}

.term-gases .Gases h3 {
    color: #f56600;
}

.term-gases .Gases img {
    background: transparent url("http://www.arcoweld.com/images/icons/cat-gases-active.svg") no-repeat;
    content: url("http://www.arcoweld.com/images/icons/cat-gases-active.svg");
    height: 0;
    padding: 15px;
    width: 0;
}

.term-herramientas .Herramientas h3 {
    color: #f56600;
}

.term-herramientas .Herramientas img {
    background: transparent url("http://www.arcoweld.com/images/icons/cat-herramientas-active.svg") no-repeat;
    content: url("http://www.arcoweld.com/images/icons/cat-herramientas-active.svg");
    height: 0;
    padding: 15px;
    width: 0;
}

/*--------------------------------------------------------------
# HOME
--------------------------------------------------------------*/

.home .education, .home .awblog {
    min-height: 420px;
}

.arcoweld-slider {
    overflow: hidden;
    position: relative;
    top: 0px;
    width: 100%;
    /*z-index: -9;*/
    margin-bottom: 30px;
    min-height: 390px;
    background: #404040;
    /*background-image: url("http://www.arcoweld.com/images/arcoweld3.jpg");*/
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}

.arcoweld-slider table {
    position: absolute;
    height: 100vh;
}

.arcoweld-slider h1 {
    color: white;
    font-weight: 500;
    margin: -190px auto 0;
    padding: 0 25px;
    font-size: 42px;
    text-shadow: 2px 2px 10px black;
}

.arcoweld-slider span {
    color: darkgray;
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
}

.ms-slide-info.ms-dir-h {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    width: 100%;
    max-width: 1440px;
}

.my-arcoweld, .arcoweld-box {
    overflow: hidden;
    padding: 0;
    position: relative;
    margin-bottom: 35px;
}

h2.first-title {
    background: white;
    color: #004e9c;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding-top: 0px;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 9;
}

h2.section-title, h3.section-title {
    background: white;
    color: #004e9c;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 9;
}

.section-info {
    padding: 20px;
}

.arco-image {
    width: 72px;
    height: 72px;
    display: table;
    margin: auto;
    margin-top: 30px;
    border-radius: 50px;
}

.my-account {
    text-align: center;
}

.my-account, .arcoweld-ads, .my-custom, .my-cart {
    height: 440px;
    width: 100%;
}
/*
.featured-products ul.products li.product {
    width: 100% !important;
}

.featured-products ul.products li.product a img {
    width: 70px;
}

.featured-products ul.products li.product a {
    width: 100%;
}

.featured-products ul.products li.product a.button {
    position: absolute;
    right: -210px !important;
    top: 30px;
    width: 100px !important;
}

.featured-products ul.products li.product .price {
    margin-left: 90px !important;
    position: absolute;
    top: 20px;
    z-index: 9;
}

.featured-products .product-info {
    display: block;
} */

.my-account {
    background-image: url("http://www.arcoweld.com/images/arcoweld-user.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}

.my-account span {
    color: white;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0px;
    display: table;
    width: 100%;
}

.my-account .info {
    color: white;
    text-transform: uppercase;
    font-size: 10px;
    text-align: center;
    padding-bottom: 50px;
}

.my-account .info a {
    color: #f56600;
    display: table;
    font-size: 12px;
    margin: 5px auto;
    text-align: center;
    text-transform: uppercase;
}

.my-name {
    margin-top: 0px !important;
}

.my-items {
    background: #004e9c;
    color: white;
    display: table;
    height: 100vh;
    margin-top: 25px;
    padding: 10px;
    width: 100%;
}

.myorders, .mylist, .mysaves {
    color: lightgray;
    font-size: 10px;
    margin-left: 20px;
    text-transform: uppercase;
}

.recent-orders, .my-wishlist, .recent-elements {
    margin: auto auto 20px;
    max-width: 150px;
    text-align: left;
}

.my-items h4 {
    color: white;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin: 10px 0 2px;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}

.my-items h4:before {
    font-family: FontAwesome;
    display: inline-block;
    width: 2em; /* same as padding-left set on li */
}

.my-items .recent-orders h4:before {
    content: "\f02c"; /* FontAwesome Unicode */
}

.my-items .my-wishlist h4:before {
    content: "\f291"; /* FontAwesome Unicode */
}

.my-items .recent-elements h4:before {
    content: "\f02e"; /* FontAwesome Unicode */
}

.my-items p {
    font-size: 12px;
    font-weight: 300;
    margin: auto;
    width: 90px;
}

a.btn {
    background: #004e9c;
    padding: 7px 25px;
    border-radius: 5px;
    color: white;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: normal;
    box-shadow: 0 5px 15px -5px black;
    margin: 50px auto 50px auto;
    -webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;    
}

a.btn:hover {
    color: white;
    opacity: 0.7;
    -webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

a.btn:active, a.btn:focus {
    color: white;
    opacity: 0.9;
    box-shadow: 0px 5px 15px black;
    -webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.logout {
    margin: 0px auto auto !important;
}

.caldera-grid .btn, .caldera-grid .btn-default, .btn-arcoweld {
    background: #004e9c !important;
    padding: 8px 55px !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-weight: normal !important;
    border: 0px !important;
    margin: auto;
    display: table;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.caldera-grid .btn:hover, .caldera-grid .btn-default:hover, .btn-arcoweld:hover,
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    opacity: 0.7;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.caldera-grid .btn:active, .caldera-grid .btn-default:active, .btn-arcoweld:active,
.woocommerce #respond input#submit:active, .woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active {
    opacity: 0.9;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.product-list {
    padding: 20px;
}

/*#wrcp li.product, #wrcp ul.products {
    margin-bottom: 0px !important;
}*/

.home li.product, .home ul.products, .page-template-cart li.product, .page-template-cart ul.products, .search-no-results li.product, .search-no-results ul.products {
    margin-bottom: 0px !important;
}

.arcoweld-ads {
    background-position: center center;
    background-size: cover;
    display: block;
    overflow: hidden;
    width: 100%;
}

.brands {
    padding-top: 7px;
}

.arcoweld-brands {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 150px auto;
    padding: 40px 0;
}

/*
.arcoweld-brands:nth-last-child(2) {
    margin: 0;
}*/

.arcoweld-brands, .arcoweld-ads {
    opacity: 1;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.arcoweld-brands:hover, .arcoweld-ads:hover {
    opacity: 0.9;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.arcoweld-brands:active, .arcoweld-ads:active {
    opacity: 0.9;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.home .my-cart {
    background-image: url("http://www.arcoweld.com/images/arcobg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home .widget {
    background: transparent;
}

.widget_shopping_cart_content {
    position: relative;
    overflow: hidden;
}

.home #wrcp .my-products {
    min-height: auto;
}

.awblog, .education, .events {
    min-height: 520px;
    position: relative;
    overflow: hidden;
}

#global {
    display: table;
    height: 380px;
    margin-bottom: 40px;
    width: 100%;
}

#global h1 {
    font-size: 27px !important;
    margin-bottom: 15px;
    margin-top: 0;
    position: relative;
    text-align: center;
    color: #404040;
}

#global table td {
    padding: 0;
}

#global .caldera-grid .btn, #global .caldera-grid .btn-default, #global .btn-arcoweld, .empty-box .btn-arcoweld {
    border-collapse: separate;
}

#global span {
    margin: auto auto 20px;
    display: table;
    text-align: center;
    max-width: 420px;
}

#global h1 span {
    display: inline;
    color: #f56600;
}

#global .status {
    margin: 50px auto 0px;
    display: table;
    text-align: left;
}

#global .status ul {
    margin: 0;
    padding: 0;
}

#global .status ul li span {
    display: inline;
}

#global .status ul li strong {
    color: #404040;
}


#global .loop {
    margin-left: -15px;
    margin-right: -15px;
}

#global .loop2 {
    display: table;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

#global .loop2 h2, #global .loop2 h3 {
    margin-top: 20px;
    color: #404040;
    font-size: 21px;
}

#global .loop2 h2 a, #global .loop2 h3 a {
    color: #404040;
}

li.product {
    background: white;
    border-radius: 5px;
    border: 1px solid lightgray;
    overflow: hidden;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

li.product:hover {
    box-shadow: 0px 25px 50px gray;
    border: 1px solid #004e9c;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.onsale {
    background: #f56600 !important;
    border-radius: 5px !important;
    height: auto !important;
    line-height: normal !important;
    margin: 0 !important;
    min-height: auto !important;
    padding: 5px 10px !important;
    width: auto !important;
}

.single-product .onsale {
    margin: 20px !important;
}

.single-post ul, .single-post ol {
    margin-left: 0;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background: #004e9c !important;
    color: white !important;
    float: right;
    font-size: 12px;
    text-align: center;
    margin: 0 10px !important;
}

.woocommerce .arcoweld-product-list #respond input#submit, .woocommerce .arcoweld-product-list a.button, .woocommerce .arcoweld-product-list button.button, .woocommerce .arcoweld-product-list input.button, .product-list #respond input#submit, .product-list a.button, .product-list button.button, .product-list input.button, .single-product a.button, .arcosearch a.button {
    float: none !important;
    left: 0 !important;
    right: 0 !important;
    display: table !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 10px !important;
    width: 100% !important;
}

.arcoweld-product-list .woocommerce-info {
    margin-top: 20px;
}

.woocommerce ul.products li.product .price {
    display: table;
    float: left;
    font-size: 14px;
    height: 30px;
    margin-bottom: 20px;
    margin-left: 10px;
    height: 50px;
}

.product-info {
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    color: white;
    padding: 15px;
}

.product-info h2 {
    color: white;
    font-weight: bold;
}

.part-number {
    display: table;
    margin-bottom: 20px;
    font-size: 12px;
    color: #f56600;
}

.short-description {
    font-size: 12px;
    display: table;
}

.woocommerce-LoopProduct-link {
    display: block !important;
    background: white;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.product:hover > .woocommerce-LoopProduct-link {
    opacity: 1;
    background: #004e9c !important;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.product:active > .woocommerce-LoopProduct-link {
    opacity: 0.7;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.product:hover > a img {
    filter: grayscale(100%);
    mix-blend-mode: multiply;
}

.product:hover > .woocommerce-LoopProduct-link .product-info {
    display: block;
}

.woocommerce a.added_to_cart {
    display: none;
    margin: auto auto 10px; 
}

.woocommerce-mini-cart .quantity {
    display: table;
    font-size: 12px;
    margin-top: 5px;
}

.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
    display: block;
    max-height: 290px;
    overflow: auto;
} .home ul.cart_list {height: 290px;}

.home .woocommerce ul.cart_list:after, .home .woocommerce ul.product_list_widget:after {
    /*border-right: 60px solid #f0f0f0;*/
    bottom: 100px;
    box-shadow: 0 -55px 30px -20px #f0f0f0 inset;
    content: "";
    height: 150px;
    pointer-events: none;
    position: absolute;
    width: 100%;
}

ul.woocommerce-mini-cart li.woocommerce-mini-cart-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid lightgray;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    border: 0;
    padding-top: 20px;
}

.woocommerce-mini-cart__buttons a.checkout {
    float: left !important;
    margin-left: 0 !important;
}

.woocommerce-mini-cart__buttons a.wc-forward {
    float: right;
    margin-right: 0 !important;
}

.my-cart .widget {
    padding-top: 0;
    padding-bottom: 0;
}

.woocommerce-mini-cart__empty-message:before {
    content: "";
    background: url(http://www.arcoweld.com/images/icons/cart-nothing.svg);
    width: 72px;
    height: 72px;
    display: table;
    margin: auto auto 20px;
}

.archive .woocommerce-mini-cart__empty-message:before {
    display: none;
}

.woocommerce-mini-cart__empty-message {
    text-align: center;
    margin-top: 30%;
}

.archive .woocommerce-mini-cart__empty-message {
    margin-top: 20px;
    text-align: left;
}

.woocommerce-order-pay table tbody tr.order_item td {
    color: #f56600;
}

.woocommerce-error:before {
    color: #C10606;
}

.woocommerce-error {
    border: 1px solid #FECACB;
    border-radius: 5px;
    background: #FFF2F2;
    color: #C10606;
}

.woocommerce-info:before {
    color: #065BC1;
}

.woocommerce-info {
    border: 1px solid #CBF0FE;
    border-radius: 5px;
    background: #F2FBFF;
    color: #065BC1;
}

.woocommerce-message:before {
    color: #05C405;
}

.woocommerce-message {
    border: 1px solid #CBFECB;
    border-radius: 5px;
    background: #F0FFF0;
    color: #05C405;
}
/*
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    background: white;
}

.woocommerce-account .col2-set .col-1, .woocommerce-account-page .col2-set .col-1,
.woocommerce-account .col2-set .col-2, .woocommerce-account-page .col2-set .col-2 {
    background: white;
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 0 10px;
}
*/
.woocommerce-account h2, .woocommerce-account h3 {
    font-size: 21px !important;
    margin-top: 25px;
}

/*--------------------------------------------------------------
# WIDGET + TAGS
--------------------------------------------------------------*/

.arcoweld-sidebar h2 {
    padding: 0 !important;
    margin-bottom: 15px !important;
    background: transparent !important;
    color: #404040 !important;
    font-size: 14px !important;
}

.arcoweld-sidebar p {
    color: gray;
    font-size: 12px;
}

.widget {
    background: #f0f0f0;
    border-radius: 5px;
    padding: 15px;
    margin-top: 20px;
}

.widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.widget ul li {
    margin-bottom: 3px;
    margin-left: 20px;
}

.cat-parent, .current-cat a, .current-cat-parent a, .children .cat-parent a {
    color: #f56600;    
}

.children, .children a {
    color: #404040;    
}

.children .children a {
    color: #404040;    
}

.widget .cat-parent:before {
    content: "—";
    /*font-family: FontAwesome;*/
    display: inline-block;
    width: 1.5em; /* same as padding-left set on li */
}

.arcoweld-sidebar .children {
    margin-bottom: 10px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #004e9c;    
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range, .woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 3px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #c0cedf;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    top: -0.240em;
    width: 0.7em;
    height: 0.7em;
    background-color: #004e9c;
}

.widget ul li:before {
    content: "+"; /*"\f196"; FontAwesome Unicode */
    /*font-family: FontAwesome;*/
    display: inline-block;
    width: 1.5em; /* same as padding-left set on li */
}

.widget h2 {
    background: white;
    color: #004e9c;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.arcoweld-sidebar .widget_shopping_cart h2:before {
    content: "\f07a"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    width: 1.5em; /* same as padding-left set on li */    
}

.arcoweld-sidebar .widget_product_categories h2:before {
    content: "\f0ca"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    width: 1.5em; /* same as padding-left set on li */   
}

.arcoweld-sidebar .widget_price_filter h2:before {
    content: "\f155"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    width: 1.5em; /* same as padding-left set on li */   
}

.arcoweld-sidebar .widget_layered_nav h2:before {
    content: "\f00a"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    width: 1.5em; /* same as padding-left set on li */
}

.yit-wcan-select-open {
    border-radius: 5px;
}

.tagcloud {
    padding: 20px;
}

.tag-cloud-link {
    background: white;
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 3px 5px;
    text-transform: uppercase;
    display: inline-table;
    font-size: 10px !important;
    font-weight: bold;
    margin-bottom: 5px;
}

a.tag-cloud-link:hover {
    background: #004e9c;
    border: 1px solid #004e9c;
    color: white;
}

.woocommerce-pagination {
    margin-bottom: 50px;
}

.page-numbers, .woocommerce-pagination ul li {
    border: 0 !important;
}

.woocommerce-pagination ul li {
    border-radius: 100px;
}

.woocommerce-pagination .prev:before {
    content: "\f0a8";
    font-family: FontAwesome;
    display: inline-block;
    width: 25px;
    margin-top: 5px;
    position: absolute;
    margin-left: -40px;
    font-size: 20px;
    color: #004e9c;
}

.woocommerce-pagination .next:before {
    content: "\f0a9";
    font-family: FontAwesome;
    display: inline-block;
    width: 25px;
    margin-top: 5px;
    position: absolute;
    margin-left: 15px;
    font-size: 20px;
    color: #004e9c;
}

.woocommerce-pagination .prev, .woocommerce-pagination .next {
    font-size: 0px !important;
    color: white;
}

/*--------------------------------------------------------------
# SINGLE PRODUCT
--------------------------------------------------------------*/

.single-product header, .woocommerce-cart header, .woocommerce-checkout header {
    position: relative;
    border: 0;
}

.woocommerce-breadcrumb a {
    color: #373737 !important;
}

.woocommerce-breadcrumb a:hover {
    color: #f15c22 !important;
}

.woocommerce-breadcrumb {
    color: #f56700 !important;
    text-align: center;
}

.delimiter {
    color: #404040;
}

#arco-product {
    padding-top: 10px;
    /*border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;*/
    background: #f0f0f0;
    padding: 0;
}

.entry-summary {
    min-height: 420px;
}

.image-summary, .entry-summary, .add-to-cart {
    padding: 20px;
}

.image-summary img {
    mix-blend-mode: multiply;
}

#arcoweld-single-product h1 {
    padding: 0;
    margin: 0;
    color: #404040;
    text-align: left;
    line-height: normal;
}

#arcoweld-single-product .partNumber {
    display: table;
    margin-top: 25px;
}

#arcoweld-single-product .entry-summary {
    margin-top: 40px;
    margin-bottom: 40px;
}

.price:before {
    content: "Mejor Valoración";
    display: table;
    color: gray;
    margin-bottom: 3px;
    font-size: 12px;
}

.entry-summary .price {
    display: table;
    margin-bottom: 20px;
    margin-top: 25px;
}

#arcoweld-single-product .tabs{
    margin-bottom: 25px;
    max-width: 768px;
}

table.shop_attributes td {
    padding: 10px !important;
}

.single-product .woocommerce-message, .single-product .woocommerce-info, .single-product .woocommerce-error {
    box-shadow: 0 2px 5px lightgray;
    display: table;
    height: 40px;
    margin: auto;
    top: 32px;   
}

.single-product .woocommerce-message {
    display: none !important;
}

.woocommerce-message a, .woocommerce-info a, .woocommerce-error a {
    float: right;
}

.open-a-div .woocommerce-info {
    display: table;
    margin: 50px auto 25px;;
}

#arcoweld-single-product {
    margin-top: 55px;   
    margin-bottom: -8px;
}

#arcoweld-single-product .price del .woocommerce-Price-amount {
    display: table;
    margin-bottom: 5px;
    font-size: 14px;
    color: #404040;
    font-weight: 400;
}

#arcoweld-single-product .price ins, #arcoweld-single-product .entry-summary .woocommerce-Price-amount {
    font-size: 18px;
    font-weight: 500;
    color: #f56600;
    background: transparent;
}

#arcoweld-single-product .description, #arcoweld-single-product .description p, #arcoweld-single-product .description p span {
    color: gray !important;
    max-width: 768px;
    font-family: 'Roboto', sans-serif !important;
	font-size: 14px !important;
    font-weight: normal !important;
    line-height: 1.5 !important;
    text-align: left !important;
}

#arcoweld-single-product .tagged_as a {
    background: white;
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 3px 5px;
    text-transform: uppercase;
    display: inline-table;
    font-size: 10px !important;
    font-weight: bold;
    margin: 0px 5px 5px 5px;
}

#arcoweld-single-product .tagged_as a:hover {
    background: #004e9c;
    border: 1px solid #004e9c;
    color: white;
}

.tabs h2, .description h2 {
    font-size: 12px;
    font-weight: bold;
    color: #004e9c;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 40px 0px 20px 0px;
    padding: 0;
}

#product-video, #product-info, #product-releated {
    margin-top: 20px;
}

#product-releated {
    margin-bottom: 20px;
}

#product-video iframe {
    border-radius: 5px;
    /*box-shadow: 0px 70px 150px 10px black;*/
    margin: 50px auto;
    display: table;
}

#pod-features, #pod-specifications {
    min-height: 200px;
}

#product-info #pod-caracteristicas h3:before {
    content: "\f1de"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    width: 1.5em; /* same as padding-left set on li */
}

#product-info #pod-especificaciones h3:before {
    content: "\f160"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    width: 1.5em; /* same as padding-left set on li */
}

#product-info #pod-table h3:before {
    content: "\f0ce"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    width: 1.5em; /* same as padding-left set on li */
}

#product-releated #pod-relacionados h3:before {
    content: "\f02b"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    width: 1.5em; /* same as padding-left set on li */
}

#pod-releated {
    padding: 20px;
}

#pod-features, #pod-specifications, #pod-table-spe {
    padding: 70px;
}

.pod-content {
    color: gray;
}

#pod-table .pod-content {
    padding: 25px 0px;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}

#pod-table td {
    padding: 10px;
}

#pod-table tr td:first-child {
    font-weight: 500;
}

#pod-table tr:nth-of-type(even) {
    background: #e9e9e9;
}

#pod-table tr * {
    -webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

#pod-table tr:hover * {
    background: white;
    color: #004e9c;
    -webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.line {
    background-image: url(http://www.arcoweld.com/images/cuadro.svg);
    background-size: 30px;
    background-position: center center;
    background-repeat: repeat-y;
}

/*---------------------*/
/*** ADD TO CART BOX ***/
/*---------------------*/

.add-to-cart {
    border-radius: 5px;
    box-shadow: 0 2px 5px lightgray;
    margin-top: 20px;
    position: absolute;
    right: 30px;
    background: white;
    max-width: 200px;
}

#arcoweld-single-product .stock {
    border-bottom: 1px solid lightgray;
    padding-bottom: 10px;
    text-align: center;
}

#arcoweld-single-product table, #arcoweld-single-product table td p {
    margin: 0;
}

.quantity:before {
    content: "Cantidad:";
    display: inline-table;
    margin-top: 5px;
}

.quantity .qty {
    margin-bottom: 10px;
    text-align: center;
    float: right;
}

.print:before {
    content: "\f02f"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 10px;
}

.data-sheets:before {
    content: "\f1c1"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 10px;
}

.add_to_wishlist:before {
    content: "\f291"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 10px;
}

.yith-wcwl-wishlistaddedbrowse:before {
    content: "\f058"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px;
}

.yith-wcwl-wishlistaddedbrowse {
    color: #004e9c;
    line-height: 1;
    padding: 0.618em 0;
    text-align: center;
    white-space: nowrap;
}

.print, .data-sheets, .add_to_wishlist {
    border: 1px solid slategrey;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    left: auto;
    line-height: 1;
    overflow: visible;
    padding: 0.618em 1em;
    position: relative;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    color: slategrey;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
} .data-sheets, .add_to_wishlist, .yith-wcwl-wishlistaddedbrowse {margin-bottom: 5px !important;}

.print:hover, .data-sheets:hover, .add_to_wishlist:hover,
.print:active, .data-sheets:active, .add_to_wishlist:active, 
.print:focus, .data-sheets:focus, .add_to_wishlist:focus {
    border: 1px solid #f56600;
   -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

/* Empty attribute selector */
a.data-sheets[href=''] {
  display: none;
}

/* Not empty attribute selector */
a.data-sheets:not([href='']) {
    display: inline-block;
}

.add-to-cart button.button {
    width: 100%;
    margin: 10px 0px 20px 0px !important;
}

.add-to-cart button.button:before {
    content: "\f07a"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 10px;
}

.woocommerce button.button.added:after, .woocommerce a.button.added:after {
    background: #004e9c;
    content: "\f058"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    left: 13px;
    margin-left: 0;
    position: absolute;
    top: 9px;
    width: 17px;
} .woocommerce a.button.added:after { width: auto !important; top: auto !important; left: 11px !important; }

.woocommerce button.button.loading, .woocommerce a.button.loading {
    padding-right: 1em !important;
}

.woocommerce button.button.loading:after, .woocommerce a.button.loading:after  {
    background: #004e9c;
    left: 13px;
    padding: 2px;
    right: auto;
    top: 8px;
} .woocommerce a.button.loading:after, #pod-relacionados button.button.loading:after { padding: 0 !important; left: 11px !important; } 

#pod-relacionados form.cart .quantity {
    display: none;
}

#pod-relacionados form.cart button.button {
    font-size: 12px !important;
    display: table !important;
    float: none !important;
    left: 0 !important;
    margin-bottom: 10px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    right: 0 !important;
    width: 90% !important;
}

/*--------------------------------------------------------------
# ARCOWELD CART
--------------------------------------------------------------*/

.coupon label {
    display: none;
}

ul.process {
    border-bottom: 1px solid #f0f0f0;
    list-style: none;
    margin: 10px 0 25px;
    padding: 0 0 30px;
    text-align: center;
} .page-template-cart ul.process { margin-top: 30px; } .page-template-cart .arcocart { margin-top: 0; } .woocommerce-order-received ul.process { margin-bottom: 0px; } 

ul.process li {
    color: #bfbfbf;
    display: inline-table;
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
}

ul.process li.current, ul.process li.last {
    color: #f56600;
}

ul.process li.current:after {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 15px;
    color: #bfbfbf;
}

ul.process li.prev:after, ul.process li.next:after {
    content: "\f105"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 15px;
    color: #bfbfbf;
}

.arcocart {
    margin-top: 55px;
    margin-bottom: 10px;
    display: table;
    width: 100%;
}

.arcocart h1 {
    font-size: 16px !important;
    margin: 15px 0px 10px 0px;
    text-align: left;
    position: absolute;
}

.arcocart .checkbox, .arcocart .radio, .arcocart label {
    margin: 0;
}

.arcoweld-cart .entry-content {
    display: table;
    padding-top: 15px;
    width: 100%;
}

.arcoweld-cart .page-title {
    color: #004e9c;
    font-size: 24px;
}

.arcoweld-cart table td {
   width: auto;
}

.empty-cart:before {
    content: url(http://www.arcoweld.com/images/icons/cart-nothing.svg);
    width: 96px;
    display: table;
    margin: auto auto 20px;
    color: #004e9c;
}

.subtitle, .cart-collaterals h2, .arcocart h3 {
    color: #004e9c;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    display: table;
}

.cart-collaterals h2, .arcocart h3 {
    background: white;
    margin: 0 0 12px;
    padding-bottom: 12px;
    width: 100%;
}

h3.woocommerce-column__title {
    padding-bottom: 0px;
}

.my-orders table.shop_table thead {
    background: white;
}

.woocommerce table.shop_table tr td.order-number a:before {
    /*content: url(http://www.arcoweld.com/images/icons/my-order.svg);*/
    height: 32px;
    left: 20px;
    margin: 0;
    position: absolute;
    top: 30px;
    width: 32px;
}

.woocommerce table.shop_table tr td.woocommerce-orders-table__cell-order-number a:before {
    /*content: url(http://www.arcoweld.com/images/icons/my-order.svg);*/
    height: 32px;
    left: 20px;
    margin: 0;
    position: absolute;
    top: 30px;
    width: 32px;
}

.woocommerce table.shop_table tr td.order-number a, .woocommerce table.shop_table tr td.woocommerce-orders-table__cell-order-number a  {
    margin-left: 50px;
}

.woocommerce table.shop_table tr td.order-status span {
    border-radius: 3px;
    color: white;
    font-size: 10px;
    font-weight: 500;
    padding: 2px 4px;
    text-transform: uppercase;
    background: lightgrey;
    color: dimgray;
}

.woocommerce table.shop_table tr td.order-status span.pending {
    background: gold;
    color: darkgoldenrod;
}

.woocommerce table.shop_table tr td.order-status span.on-hold {
    background: #ff9630;
    color: saddlebrown;
}

.woocommerce table.shop_table tr td.order-status span.processing {
    background: springgreen;
    color: green;
}

.woocommerce table.shop_table tr td.order-status span.failed {
    background: red;
}

.woocommerce table.shop_table tr td.order-status span.cancelled {
    background: lightgrey;
}

.woocommerce table.shop_table tr td.order-status span.completed {
    background: dodgerblue;
}

.woocommerce table.shop_table tr td.order-status span.refunded {
    background: burlywood;
    color: dimgray;
}

.my-orders table.shop_table tr:nth-of-type(2n) {
    background: #e7e7e7;
}

.woocommerce table.shop_table tr td {
    padding: 16px 12px;
    width: auto; /* before don't exist, just only for My Account->Orders */
}

.woocommerce-checkout table.shop_table tr td {
    padding: 12px 12px !important;
    width: 55% !important;
}

.woocommerce-order-pay table.shop_table tr td {
    width: auto !important;
}

.woocommerce ul#shipping_method li input {
    margin: 0 !important;
}

.my-orders table.shop_table tr td {
    padding: 35px 15px;
}

.arcoweld-cart #respond input#submit, .arcoweld-cart a.button, .arcoweld-cart button.button, .arcoweld-cart input.button {
    margin: 0 !important;
}

.arcoweld-cart input[type="text"] {
    padding: 6px;
    margin-right: 15px;
    width: 120px;
    float: left;
}

.arcoweld-cart .coupon input.button {
    background: #f0f0f0 !important;
    border: 1px solid lightgray;
    color: gray !important;
    float: left;
}

.arcoweld-cart .quantity:before {
    display: none;
}

.arcoweld-cart .cart-collaterals .cart_totals, .arcoweld-cart .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}

.arcoweld-cart .cart-collaterals table.shop_table {
    padding: 10px 20px;
    border: 0;
}

.arcoweld-cart .cart-collaterals table.shop_table {
    text-align: right;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    float: none;
    font-size: 14px;
    left: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    right: 0;
    width: 90%;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button:before, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:before, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:before, .woocommerce #payment #place_order:before, .woocommerce-page #payment #place_order:before {
    content: "\f07a"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 10px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
    font-size: 14px;
    left: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    right: 0;
    width: 100%;
    padding: 1em;
}

#order_review {
    padding: 0px 20px 20px 20px;
}

#order_review table.shop_table {
    border: 0;
}

.woocommerce form .form-row label, #billing_country_field, .shipping_address #shipping_country_field {
    display: none;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 10px 10px 10 0px;
    border: 0;
    border-bottom: 1px solid lightgray;
    border-radius: 0px;
    /* woocommerce-edit-address  */
    padding: 7px;
    background: transparent;
}

.woocommerce form .form-row {
    margin-bottom: 20px;
}

.woocommerce form .form-row .input-checkbox {
    position: relative;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
    color: #a00;
}

.blog-results {
    padding: 20px;
}

.search-results h2.ablog:before {
    content: "\f15c"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 10px;
}

.search-results h2.aprod:before {
    content: "\f291"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 10px;
}

h2.aprod {
    margin-top: 25px;
}

.arcosearch {
    margin-top: 0px !important;
}

.arco-padding {
    padding: 20px !important;
}

.search-results li {
    list-style: none;
}

.search-results .blog-post {
    float: left;
    width: 25%;
    margin-right: 20px;
    margin-bottom: 20px;
}

.postsearch {
    margin-top: 10px;
    margin-bottom: 20px;
    display: table;
    width: 100%;
}

.search-results .blog-post:nth-child(4) {
    margin-right: 0px;
}

.productsearch {
    padding: 0;
}

.emptycart {
    margin-top: 50px;
}

.woocommerce-order-received h2 {
    color: #004e9c;
    display: table;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

h3.wc-bacs-bank-details-account-name {
    color: gray;
}

ul.wc-bacs-bank-details {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0px !important;
    border-bottom: 1px dashed #d3ced2;
    margin-bottom: 20px !important;
    padding-bottom: 10px;
}

.woocommerce-bacs-bank-details:before {
    content: "Detalles bancarios";
    width: auto;
    height: 25px;
    color: #004e9c;
    display: table;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-top: -36px;
    text-transform: uppercase;
    position: absolute;
    margin-left: -21px;
}

.woocommerce-bacs-bank-details:after {
    content: "A nombre de: Arcoweld, C.A — Rif: J-40768380-2";
    width: auto;
    height: 25px;
    color: #004e9c;
    display: table;
    font-weight: 500;
}

.woocommerce-bacs-bank-details {
    margin-top: 23px;
    display: table;
    width: 92.5%;
    background: #f6f6f6;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.1);
    padding: 10px 20px;
}

.wc-bacs-bank-details-heading {
    font-size: 0 !important;
}

li.bank_name {
    width: 135px;
    float: none !important;
    margin-bottom: 20px;
    border: 0 !important;
}

li.account_number {
    margin-right: 12.5px !important;
}

.thankyou {
  margin-bottom: 30px !important;  
}

.woocommerce-order-received table.woocommerce-table--order-details {
    background: #f0f0f0;
    overflow: hidden;
}

.woocommerce-order-received .woocommerce-table--order-details tr td, .woocommerce-order-received .woocommerce-table--customer-details tr td, .woocommerce-view-order table.shop_table tr td {
    background: #f6f6f6;
}

.woocommerce-order-received .woocommerce-customer-details address {
    
}

table.my-upload:before {
    color: #004e9c;
    content: "Comprobante de pago";
    display: table;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 9px;
    text-transform: uppercase;
}

table.my-upload {
    margin: 0;
    width: 33.3%;
}

table.my-upload tbody {
    background: #f6f6f6;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-collapse: separate;
    border-radius: 5px;
    display: table;
    width: 100%;
    margin-bottom: 50px;
}

table.my-upload td{
    padding: 20px;
}

table.my-upload td input[type="file"] {
    width: 220px;
}

table input.button {
    max-width: 125px !important;
}

.woocommerce-order-received .woocommerce-order-details table th {
    background: #fff;
}

.arco-icons:before {
    width: 96px;
    display: table;
    margin: auto auto 20px;
    color: #004e9c;
}

#global .order-received:before, .woocommerce table.shop_table tr td.order-number a.processing:before, #global .processing:before {
    content: url(http://www.arcoweld.com/images/icons/order-processing.svg);
}

#global .order-failed:before, .woocommerce table.shop_table tr td.order-number a.failed:before, #global .failed:before {
    content: url(http://www.arcoweld.com/images/icons/order-failed.svg);
}

#global .order-pay:before, .woocommerce table.shop_table tr td.order-number a.pending:before, #global .pending:before {
    content: url(http://www.arcoweld.com/images/icons/order-pending-payment.svg);
}

.woocommerce table.shop_table tr td.order-number a.on-hold:before, #global .on-hold:before {
    content: url(http://www.arcoweld.com/images/icons/order-waiting.svg);
}

.woocommerce table.shop_table tr td.order-number a.cancelled:before, #global .cancelled:before {
    content: url(http://www.arcoweld.com/images/icons/order-canceled.svg);
}

.woocommerce table.shop_table tr td.order-number a.completed:before, #global .completed:before {
    content: url(http://www.arcoweld.com/images/icons/order-completed.svg);
}

.woocommerce table.shop_table tr td.order-number a.refunded:before, #global .refunded:before {
    content: url(http://www.arcoweld.com/images/icons/order-refunded.svg);
}

/*--------------------------------------------------------------
# EVENTOS
--------------------------------------------------------------*/

.date {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}

.hour {
    font-size: 12px;
    font-weight: 400;
    color: gray;
}

.hour:before {
    content: "\f017"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 10px;
}

.events article {
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
# PAGE
--------------------------------------------------------------*/

.entry-header {
    background: #404040;
    height: 280px;
    position: relative;
    overflow: hidden;
    top: 0px;
    width: 100%;
    z-index: -9;
    margin-bottom: 15px;
    display: table;
    background-size: cover;
    background-position: center center;
    pointer-events: auto;
}

.entry-title {
    margin-top: 0px;
    text-align: left;
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 31px;
}

.entry-title:before, .woocommerce-products-header__title:before, .page-title:before {
    bottom: -10px;
    content: "—";
    margin: auto;
    position: absolute;
}

.entry-content {
    padding-top: 100px;
    padding-bottom: 100px
}

/*--------------------------------------------------------------
# ARCHIVE PRODUCT
--------------------------------------------------------------*/

.woocommerce-products-header, .arcoweld-search {
    background: lightgray;
    height: 280px;
    position: relative !important;
    overflow: hidden;
    top: 0px;
    width: 100%;
    z-index: 9;
    margin-bottom: 10px;
    /*display: table;*/
    border: 0;
    padding-top: 150px;
    opacity: 1;
}

.woocommerce-products-header__title, .page-title {
    margin-top: 0;
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 31px;
    text-align: left;
}

.term-description, .search-query {
    font-size: 18px;
    color: white;
    font-weight: 300;
    max-width: 480px;
    line-height: normal;
}

.woocommerce_category_image, .image-page {
    background-size: cover;
    background-position: center top;
    -webkit-filter: blur(5px); /* Safari */
    filter: blur(5px);
    position: absolute;
    top: 0;
    z-index: -1;
    width: 110%;
    margin-left: -5%;
    height: 100vh;
}

.image-page {
    background-image: url("http://www.arcoweld.com/images/arcobg3.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.woocommerce-ordering select {
    background: transparent;
    padding: 5px 7px !important;
    border: 1px solid white;
    border-radius: 5px;
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    margin-top: 10px;
    color: white;
    background-image: url("http://www.arcoweld.com/images/icons/btn-next-normal.svg");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 185px center;
}

.woocommerce-result-count {
    padding-top: 20px;
}

.price-register {
    color: #f56600;
    margin-top: 25px;
    display: table;
    font-size: 16px;
    font-weight: 400;
}

.excerpt {
    font-size: 12px;
}

.archive .woocommerce-message, .archive .woocommerce-info, .archive .woocommerce-error {
    left: -5px;
    margin-top: 20px;
    max-width: 98%;
}

.archive .woocommerce-message a.button, .archive .woocommerce-info a.button, .archive .woocommerce-error a.button {
    float: right !important;
    width: auto !important;
    margin-bottom: 0px !important;
}

/*--------------------------------------------------------------
# SEARCH
--------------------------------------------------------------*/

.arcoweld-search {
    height: 380px;
}

.arcoweld-search .image-page {
    background-image: url("http://www.arcoweld.com/images/arcobg.png");
    background-size: 100% !important;
    background-position: top center !important;
}

.arcoweld-search .image-page {
    background-size: cover;
    background-position: center;
    -webkit-filter: blur(0px); /* Safari */
    filter: blur(0px);
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100% !important;
    height: 100vh;
    margin-left: auto !important;
}

.arcoweld-search h1.page-title:before {
    /*content: "\f002";
    font-family: FontAwesome;
    font-size: 76px;*/
    content: url("http://www.arcoweld.com/images/icons/search.svg");
    width: 76px;
    height: 76px;
    display: table;
    margin: auto auto 20px;
    color: #004e9c;
}

.search-no-results .arcoweld-search h1.page-title:before {
    content: url("http://www.arcoweld.com/images/icons/search-nothing.svg");
}

.arcoweld-search h1.page-title {
    color: gray;
    text-align: center;
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal;
}

.arcoweld-search .search-query {
    color: #004e9c;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 100%;
}

.search .page-title:before {
    position: relative;
}

/*--------------------------------------------------------------
# BLOG
--------------------------------------------------------------*/

.page-template-blog .empty-box {
    background-image: url("http://www.arcoweld.com/images/arcobg.png");
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    top: -40px;
    padding: 0px;
    position: relative;
}
/*
.thumb:before {
    content: url(http://www.arcoweld.com/images/icons/not-thumb.svg);
    margin: 10px;
    position: absolute;
    width: 120px;
}*/

.thumb {
    height: 140px; /* before=> 180px */
    overflow: hidden;
    width: 100%;
    border-radius: 5px;
    margin: 0px 15px 15px 0px;
    background-image: url("http://www.arcoweld.com/images/arcobg4.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}

.thumb img {
    position: relative;
    z-index: 9;
}

.thumb:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}

.thumb:active {
    opacity: 0.9;
    -webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}

.post-type {
    background: #004e9c;
    border: 1px solid #004e9c;
    border-radius: 5px;
    padding: 3px 5px;
    text-transform: uppercase;
    display: inline-table;
    font-size: 10px !important;
    font-weight: bold;
    margin-bottom: 5px;
    color: white;
    margin-bottom: 25px;
}

.time {
    font-size: 12px;
}

.arcoweld-section h3, .page-template-formacion h3 {
    margin-top: 20px;
    min-height: 60px;
}

.arcoweld-section h3 a {
    color: #404040;
    font-size: 21px;
}

.arcoweld-section h3 a:hover {
    color: #004e9c !important;
}

.arcoweld-section article a {
    font-weight: lighter;
}

.arcoweld-section article a:hover {
    color: #004e9c;
}

.arcolink {
    color: #004e9c;
    font-weight: 500;
}

.fa {
    padding-left: 10px;
    padding-top: 3px;
    position: absolute;
}
/*
.single .entry-header {
    height: 380px;
}*/

.arco-avatar {
    background-size: cover;
    border-radius: 50px;
    height: 50px;
    width: 50px;
}

table {
    border-collapse: collapse;
    height: 100%;
    width: 100%;
}

table td {
    padding: 120px 0 0;
    position: relative;
    vertical-align: middle;
    width: 50%;
    z-index: 1;
}

table.woocommerce-cart-form__contents td {
    border: 0 none !important;
}

.single .entry-title, .pods .entry-title  {
    font-weight: 300;
    margin-top: 0;
    text-align: left;
    text-transform: none;
    width: 80%;
}

.single .entry-title:before, .pods .entry-title:before, .arcoweld-cart .page-title:before, .error-404 .entry-title:before {
    display: none;
}

.single .entry-header span {
    color: lightgray;
    display: inline-table;
    font-size: 12px;
    margin-left: 65px;
    position: absolute;
    text-align: center;
    top: 19px;
}

.single .entry-meta {
    margin-top: 20px;
}

.single .entry-content {
    margin-top: 20px;
}

.wp-caption-text {
    font-size: 12px;
    color: gray;
    text-align: left;
    margin-top: 7px;
}

.gallery-item {
    padding-right: 20px;
}

#disqus_thread {
    margin: auto;
    max-width: 980px;
}

.related-posts h2.section-title {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.related {
    padding: 20px 0px 50px 0px;
    margin-bottom: 50px;
    border-bottom: 1px solid lightgray;
}

.related h2 {
    margin-top: 0px;
    font-size: 21px;
}

/*--------------------------------------------------------------
# EVENTOS + FORMACION
--------------------------------------------------------------*/

.pod-eventos .entry-header, .pod-formacion .entry-header {
    background-position: top center;
    height: 380px;
}

.events .post-type {
    background: white;
    border: 1px solid lightgray;
    color: #f56600;
}

.entry {
    padding: 20px;
    margin-bottom: 30px;
}

.page-template-blog .entry-content, .page-template-formacion .entry-content {
    padding-bottom: 0px;
}

.pod-eventos .entry-title, .pod-formacion .entry-title {
    margin-top: 0px;
    text-align: left;
}

.pod-eventos .post-type, .pod-formacion .post-type, .entry-header .post-type, .archive .post-type {
    background: white;
    border: 1px solid #f0f0f0;
    border-collapse: separate;
    color: #f56600;
    display: inline-table;
    margin: auto auto 20px;
    text-align: center;
}

.pod-eventos .date:before, .pod-formacion .date:before {
    content: "\f133"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    width: 1.5em; /* same as padding-left set on li */
    padding-right: 10px;
}

.pod-eventos .date, .pod-formacion .date {
    font-size: 16px;
    color: white;
    font-weight: 300;
    text-align: center;
    display: inline-table;
    margin-right: 50px;
} .pod-formacion .date { margin-right: 0px !important; }

.pod-eventos .time:before, .pod-formacion .time:before {
    content: "\f017"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    width: 1.5em; /* same as padding-left set on li */
    padding-right: 10px;
}

.pod-eventos .time, .pod-formacion .time {
    font-size: 16px;
    color: white;
    font-weight: 300;
    text-align: center;
    display: inline-table;
}

.pod-eventos .entry-content, .pod-formacion .entry-content {
    padding-top: 15px;
    padding-bottom: 0px;
}

.info2:before {
    content: url("http://www.arcoweld.com/images/icons/events-happy.svg");
    width: 64px;
    height: 64px;
    display: table;
    margin: auto auto 20px;
    color: #004e9c;
}

.pod-formacion .info2:before {
    content: url("http://www.arcoweld.com/images/icons/course-happy.svg");
}

.info-box, .info2, .register {
    padding: 40px 25px;
    color: gray;
    min-height: 320px;
    margin-bottom: 25px;
}

.no-events:before {
    content: url(http://www.arcoweld.com/images/icons/events-sad.svg);
    width: 72px;
    height: 72px;
    display: table;
    margin: auto auto 20px;
    color: #004e9c;
}

/*- FORMACION -*/

.page-template-formacion .education {
    min-height: auto;
}

.page-template-formacion .entry-content {
    padding-top: 20px;
}

.page-template-formacion .empty-box {
    background-image: url("http://www.arcoweld.com/images/arcobg.png");
    background-size: 80%;
    background-position: center bottom;
    background-repeat: no-repeat;
    top: -40px;
    padding: 0px;
    position: relative;
}

.no-courses:before {
    content: url(http://www.arcoweld.com/images/icons/course-sad.svg);
    width: 72px;
    display: table;
    margin: auto auto 20px;
    color: #004e9c;
}

p.no-courses, p.no-events {
    margin-top: -90px;
}

.education .date {
    font-size: 12px;
    font-weight: 400;
    color: gray;
}

.education .date:before {
    content: "\f133"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 10px;
}

.education .thumb {
    background: #004e9c;
}

.blend {
    filter: grayscale(1);
    mix-blend-mode: soft-light;
}

.speaker {
    border-radius: 125px;
    display: table;
    height: 120px;
    margin: auto;
    width: 120px;
    display: block;
    overflow: hidden;
}

.speaker img {
    max-width: 100%;
    float: right;
}

.speaker-name {
    text-align: center;
    font-weight: bold;
    margin-top: 25px;
}


/*--------------------------------------------------------------
# MY ACCOUNT
--------------------------------------------------------------*/

.page-template-account .entry-header .arco-time {
    width: 64px;
    height: 64px;
    margin: 0;
    float: left;
    border: 0;
}

.madrugada, .noche {
    background: url(http://www.arcoweld.com/images/icons/btn-night.svg) !important;
}

.tarde {
    background: url(http://www.arcoweld.com/images/icons/btn-afternoon.svg) !important;
}

.dia {
    background: url(http://www.arcoweld.com/images/icons/btn-morning.svg) !important;
}

.page-template-account .entry-header .my-name {
    color: white;
    float: left;
    font-size: 21px;
    margin: 0 15px;
    padding-top: 5px;
}

.page-template-account .entry-header a.logout {
    color: gray;
    font-size: 12px;
    left: 106px;
    margin: 0 !important;
    position: absolute;
    top: 42px;
}

.page-template-account .entry-header a.logout:hover {
    color: #f56600;
}

.alert a {
    float: right;
}

.pt-errors .alert a {
    float: none !important;
}

.alert-success {
    position: relative;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    margin: 0px auto auto;
    width: 100%; 
}

.woocommerce-account .entry-content {
    padding-top: 0;
    padding-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    text-align: center;
    width: 100%;
}

.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    float: right;
}

.woocommerce-MyAccount-navigation ul li {
    display: inline-table;
    margin: 0 30px 0 0;
}

.woocommerce-MyAccount-navigation ul li a {
    display: table;
    font-size: 12px;
    margin: 0;
    color: white;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    color: #f56600;
}

.woocommerce-MyAccount-navigation-link a:before {
    margin: auto auto 5px;
    width: 36px;
    display: table;
}

.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: url(http://www.arcoweld.com/images/icons/btn-dashboard.svg);
} .woocommerce-MyAccount-navigation-link--dashboard.is-active a:before { content: url(http://www.arcoweld.com/images/icons/btn-dashboard-active.svg); }

.woocommerce-MyAccount-navigation-link--orders a:before {
    content: url(http://www.arcoweld.com/images/icons/btn-dashboard.svg);
} .woocommerce-MyAccount-navigation-link--orders { display: none !important; }

.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: url(http://www.arcoweld.com/images/icons/btn-download.svg);
} .woocommerce-MyAccount-navigation-link--downloads { display: none !important; }

.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: url(http://www.arcoweld.com/images/icons/btn-address.svg);
} .woocommerce-MyAccount-navigation-link--edit-address.is-active a:before { content: url(http://www.arcoweld.com/images/icons/btn-address-active.svg); }

.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: url(http://www.arcoweld.com/images/icons/btn-user.svg);
} .woocommerce-MyAccount-navigation-link--edit-account.is-active a:before { content: url(http://www.arcoweld.com/images/icons/btn-user-active.svg); }

.woocommerce-MyAccount-navigation-link--wishlist a:before {
    content: url(http://www.arcoweld.com/images/icons/btn-wishlist.svg);
} .woocommerce-MyAccount-navigation-link--wishlist.is-active a:before { content: url(http://www.arcoweld.com/images/icons/btn-wishlist-active.svg); }

.woocommerce-MyAccount-navigation-link--save a:before {
    content: url(http://www.arcoweld.com/images/icons/btn-save.svg);
} .woocommerce-MyAccount-navigation-link--save.is-active a:before { content: url(http://www.arcoweld.com/images/icons/btn-save-active.svg); }

.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: url(http://www.arcoweld.com/images/icons/btn-logout.svg);
} .woocommerce-MyAccount-navigation-link--customer-logout.is-active a:before { content: url(http://www.arcoweld.com/images/icons/btn-logout-active.svg); }

.woocommerce-account .is-active a {
    color: #f56600;
}

.wpua-edit {
    display: none;
    float: none;
    width: 100%;
}

.wpua-edit #wpua-upload-button-existing {
    margin-top: 160px;
}

#wpua-images-existing {
    position: absolute;
    top: 50px;
}

#wpua-thumbnail-existing, #wpua-preview-existing span.description, #wpua-remove-button-existing, #wpua-undo-button-existing, #my-avatar p.submit {
    display: none !important;
}

#wpua-upload-messages-existing span {
    float: left;
    width: 100%;
    display: none;
}
.woocommerce-Address, .woocommerce-edit-address .woocommerce-MyAccount-content, .woocommerce-edit-account fieldset {
    display: table;
}

.wpua-edit h3, .woocommerce-Address h3, .woocommerce-edit-address .woocommerce-MyAccount-content h3, .woocommerce-edit-account fieldset legend {
    margin: 0 0 12px 0;
    color: #004e9c;
    text-transform: uppercase;
    font-weight: 500;
} .woocommerce-edit-account fieldset legend { margin: 0; font-size: 18px; } .woocommerce-edit-account fieldset { margin-bottom: 25px; }

.woocommerce-edit-account form .form-row label {
    display: block;
    line-height: normal;
}

a.edit {
    margin: auto 0 auto auto;
    display: table;
    padding: 7px 20px;
    border-radius: 5px;
    border: 1px solid #004e9c;
}

a.edit:hover {
    background: #004e9c;
    color: white;
}

.wpua-edit button.button:before {
    content: "\f093"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 10px;
}

.admin-bar .wpua-edit button.button {
    background: transparent !important;
    color: gray !important;
    padding: 0;
    border: 0;
    float: none;
    margin: 0 !important;
    width: auto;
}


.wpua-edit button.button {
    background: transparent !important;
    color: gray !important;
    padding: 5px 10px;
    border: 0;
    float: left;
    margin: 0 !important;
    width: 90px;
    text-align: center;
    border: 1px solid lightgray;
}


#__wp-uploader-id-1 {
    background: #004e9c !important;
    color: white;
    border: 0;
    float: none;
    margin: 0 !important;
    width: auto;
}

.admin-bar .wpua-edit button.button {
    width: auto !important;
    margin-top: 140px !important;
    
}

.wpua-edit input[type="submit"].button {
    background: #004e9c;
    color: white;
    border: 0;
    padding: 10px 50px;
}

#wpua-preview-existing img, #wpua-thumbnail-existing img {
    border-radius: 50px;
    max-height: 96px !important;
}

#wpua-file-existing {
    margin-bottom: 20px;
    width: 190px;
}

#wpua-edit-attachment-existing {
    display: none;
}

.woocommerce table.my_account_orders {
    font-size: 14px;
}

.woocommerce-orders table.shop_table thead {
    background: white;
}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    padding: 9px 12px;
}

table.my_account_orders thead, table.my_account_orders thead, table.shop_table thead  {
    text-transform: uppercase;
    font-size: 12px;
    background: #f0f0f0;
}

.woocommerce-view-order h2, .woocommerce-view-order h3 {
    color: #004e9c;
    font-size: 30px;
}

.woocommerce-view-order table.shop_table th {
    padding: 16px 12px;
}

.woocommerce-MyAccount-content h2, .woocommerce-MyAccount-content h3 {
    color: #004e9c;
    font-size: 12px !important;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 0 0 12px 0;
    position: relative;
    text-transform: uppercase;
    z-index: 9;
}

.my-info {
    padding-top: 50px;
    margin-bottom: 50px;
}

.user-info {
    margin-left: 0;
}

#dashboard {
    padding-bottom: 50px;
    margin-bottom: 10px;
}

#my-downloads, #my-address, #edit-my-address, #edit-account, #my-wishlist, #my-elements {
    padding-top: 25px;
    padding-bottom: 25px;
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

#edit-my-address, #edit-account, #my-wishlist, #my-elements {
    padding-top: 50px;
}

#my-address .woocommerce-Addresses {
    margin-top: 50px;
}

#edit-my-address .woocommerce-address-fields {
    /*border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background: #f6f6f6;*/
    display: table;
    margin-bottom: 50px;
    padding: 50px 0px;
    width: 100%;
}

#edit-my-address input.button, #edit-account input.button {
    margin: 0 0 50px 0 !important;
}

.woocommerce-view-order #global h1.arco-icons {
    max-width: 460px;
    margin: auto;
    font-size: 21px !important;
    line-height: normal;
}

.woocommerce-view-order #global mark {
    background: transparent;
    color: #004e9c;
    font-weight: 400;
}

.order-update:empty {
    display: none;
}

.savetolater:empty:after {
    content: "No hay elementos en la lista.";
    display: table;
    height: 50px;
    margin-top: 40px;
    width: 100%;
}

.order-update {
    margin-bottom: 50px;
    max-width: 48%;
}

.order-update ol {
    margin: 0 0 20px;
    padding-left: 15px;
}

.order-update li {
    background: #f2fbff;
    border: 1px dotted #cbf0fe;
    border-radius: 5px;
    color: slategray;
    margin: 0 0 20px;
    padding: 10px;
}

.order-update .woocommerce-OrderUpdate-description {
    color: gray;
    font-size: 12px;
    padding-top: 5px;
}

address {
    background: #f6f6f6;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 15px;
}

.edit-myinfo, .edit-password {
    /*background: #f6f6f6;
    border: 1px solid rgba(0, 0, 0, 0.1);*/
    border-radius: 5px;
    display: table;
    padding: 30px 0 0;
    width: 100%;
    margin-bottom: 50px;
}

table.wishlist_table {
    font-size: 14px !important;
}

table.wishlist_table thead {
    background: white;
}

table.wishlist_table tfoot, #my-wishlist .wc-forward {
    display: none;
}

table.wishlist_table thead th {
    border: 0 !important;
}

table.wishlist_table thead tr th {
    padding: 9px 12px !important;
}

.wishlist_table tr td, .wishlist_table tr th.wishlist-delete, .wishlist_table tr th.product-checkbox {
    text-align: left;
}

.woocommerce table.wishlist_table thead th, .woocommerce table.wishlist_table tbody td {
    border-color: rgba(0, 0, 0, 0.1);
}

table.wishlist_table tr:nth-of-type(2n) {
    background: #e7e7e7;
}

.woocommerce .wishlist_table td.product-add-to-cart span.dateadded {
    font-size: 12px;
}

.woocommerce .wishlist_table td.product-add-to-cart a {
    display: inline-table !important;
}

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
    border-radius: 5px;
}

#my-wishlist .woocommerce-error, #my-wishlist .woocommerce-info, #my-wishlist .woocommerce-message {
    margin-bottom: 25px;
}

.rs-item-saved-for-later {
    border-radius: 5px;
    overflow: hidden;
    float: left;
    width: 48.9%;
    margin-right: 20px;
    box-shadow: 0 5px 10px lightgray !important;
    border: 1px solid #d0d0d0;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.rs-item-saved-for-later:hover {
    box-shadow: 0 5px 30px lightgray !important;
    border: 1px solid #d0d0d0;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.rs-item-float .rs-item-title {
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

ul.rs-saved-for-later > li.rs-item-saved-for-later > .rs-item-content > a:hover > .rs-item-float > .rs-item-title {
    color: #f56600 !important;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.rs-item-saved-for-later:nth-of-type(2n) {
    margin: 0;
}

.rs-item-float {
    float: none !important;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-left: 100px;
}

/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/

footer {
    background-color: #242424;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23636363' fill-opacity='0.3' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
    background-image: url("http://www.arcoweld.com/images/arcoweld-symbol-fade.svg");
    background-size: 1290px;
    background-position: center -207px;
}

footer ul {
    margin: 0;
    text-align: center;
    padding: 15px 0px 15px 0px;
    border-bottom: 1px solid #404040;
}

footer ul li {
    display: inline-table;
}

footer ul li a {
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: normal;
    font-size: 12px;
    padding: 0px 15px 0px 15px;
}

footer ul li a:hover {
    color: #f56600;
}

.minima {
    padding: 7px 0 7px 0;
    text-align: center
}

.minima, .minima a {
	font-size: 11px;
	color: gray;
}

.minima a:hover {
	font-size: 11px;
	color: #f56000;
}

.arcoweld-footer {
	background-image: url("http://www.arcoweld.com/images/arcoweld-symbol.svg");
	background-repeat: no-repeat;
	background-position: center center;
	width: 100px; height: 50px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
    top: 5px;
    opacity: 0.5;
}

.copyright {
	margin: 15px 0 15px 0;
	font-size: 11px;
	color: #545454;
    text-align: left;
}

.arco-terms {
	margin: 15px 0 15px 0;
	font-size: 11px;
	color: lightgray;
    text-align: right;
}

.arcoweld-terms ul {
    border: 0;
    padding: 0;
    margin: 15px 0 0px 0;
    text-align: right;
}

.arcoweld-terms ul li a {
    color: #545454;
    font-size: 11px;
    text-transform: none;
    letter-spacing: normal;
    padding: 0px 0px 0px 15px;
}

.arcoweld-rrss {
    text-align: left;
    font-size: 11px;
    color: #545454;
    margin-top: 5px;
    margin-bottom: 5px;
}

.arcoweld-rrss a {
    color: #ffffff;
    text-decoration: underline;
    font-size: 24px;
    margin-right: 7px;
}

.arcoweld-rrss a:hover {
    color: #f56600;
}

.maps {
    background-color: #242424;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23636363' fill-opacity='0.3' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}

.maps h4:before {
    content: "\f041"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    width: 1.5em; /* same as padding-left set on li */
}

.maps h4 {
    color: white;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 25px;
    margin-top: 80px;
    text-transform: uppercase;
}

.maps p {
    color: #707070;
    width: 400px;
    font-weight: 300;
}

a.foot {
    float: left;
    padding: 8px 30px !important;
}

.google-maps {
    border-radius: 10px;
    margin: 25px 0px;
    overflow: hidden;
}

#cboxCurrent, #cboxPrevious, #cboxNext {
    display: none !important;
}

##cboxTitle {
    text-align: left;
}

.tp-bannertimer, .ms-time-bar {
    height: 2px !important;
    position: absolute;
    bottom: -80px;
	background-color: #f15c22 !important;
	background-image: -o-linear-gradient(90deg , rgba(0,0,0,0.7) 0%, rgb(241,92,34) 100%) !important;
	background-image: -moz-linear-gradient(90deg , rgba(0,0,0,0.7) 0%, rgb(241,92,34) 100%) !important;
	background-image: -webkit-linear-gradient(90deg , rgba(0,0,0,0.7) 0%, rgb(241,92,34) 100%) !important;
	background-image: -ms-linear-gradient(90deg , rgba(0,0,0,0.7) 0%, rgb(241,92,34) 100%) !important;
	background-image: linear-gradient(90deg , rgba(0,0,0,0.7) 0%, rgb(241,92,34) 100%) !important;
}

.tp-loop-wrap {
    display: none;
}

.ms-skin-light-5 .ms-nav-next:hover, .ms-skin-light-5 .ms-nav-prev:hover {
    background-color: #404040;
    border-radius: 50px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.ms-skin-light-5 .ms-nav-next, .ms-skin-light-5 .ms-nav-prev {
    background-color: #202020;
    border-radius: 50px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#wc-print-notices {
    /*margin-bottom: -30px;
    padding-top: 50px;*/
}

.woocommerce-NoticeGroup-checkout .woocommerce-error {
    margin-top: -86px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    box-shadow: 0 10px 20px -10px #d0d0d0;
    left: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 768px;
    position: absolute;
    right: 0;
    z-index: 999;
}
#hideMe {
    -webkit-animation: cssAnimation 2.5s forwards; 
    animation: cssAnimation 2.5s forwards;
}
@keyframes cssAnimation {
    0%   {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;}
}
@-webkit-keyframes cssAnimation {
    0%   {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;}
}

#wc-print-notices:empty  {
    display: none;
}

a.rs-save-for-later-button {
    float: right;
}

a.rs-save-for-later-button svg path {
    fill: lightgray;
}

a.rs-save-for-later-button.saved svg path {
    fill: #f56600;
}

a.rs-see-saved {
    display: none !important;
}

#my-elements a.rs-save-for-later-button {
    float: none;
    margin-right: 5px;
    margin-top: 10px;
}

.single-post a.rs-save-for-later-button {
    float: left  !important;
}

a.rs-saved-trigger, .yith-wcwl-wishlistaddedbrowse span, #yith-wcwl-popup-message {
    display: none !important;
}

.yith-wcwl-add-to-wishlist .ajax-loading {
    background: white;
    left: 35px;
    position: absolute;
    top: 137px;
}

.yith-wcwl-wishlistexistsbrowse {
    margin-bottom: 15px;
}

.savetolater {
    margin-top: 2px;
}

.wishlist_table tr td.product-thumbnail, .wishlist_table tr td.product-name, .wishlist_table tr td.wishlist-name, .wishlist_table tr td.wishlist-privacy, .woocommerce table.wishlist_table tfoot td {
    max-width: 380px;
}


/* -------------------- */
/* INSTAPAGO DE BANESCO */
/* -------------------- */

.woocommerce-NoticeGroup {
    /*margin-bottom: 50px;*/
}

.instacontainer input {
    width: 100% !important;
    height: 30px;
} #Field106 { height: 30px; margin-right: 5px !important; }

.instacontainer .div1, .instacontainer .div2, .instacontainer .div3, .instacontainer .div4, .instacontainer .div5, .instacontainer .div6 {
    display: table;
    margin-bottom: 5px;
    width: 100%;
}

.instacontainer .div1, .instacontainer .div2, .instacontainer .div5, .instacontainer .div6, .instacontainer .logos {
    float: left;
    width: auto;
}

#instapago_cchname {
    margin-bottom: 5px !important;
}

.instacontainer .div2 {
    width: 286px;
}

.logos img {
    filter: grayscale(1);
    width: 80px;
}

.instacontainer .copy p {
    margin-top: 30px;
    text-align: left;
}

img.instapago-img {
    filter: grayscale(1);
    height: 70px;
    margin: auto !important;
}

.blockUI.blockOverlay{
    background-color: black !important;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.4 !important;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 1;
}

#arcodark {
    background: url(http://www.arcoweld.com/images/icons/btn-dark-mode-on.svg);
    width: 20px;
    height: 20px;
    display: table;
    cursor: pointer;
    float: left;
    margin-right: 20px;
    margin-bottom: 50px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#arcodark.on {
    background: url(http://www.arcoweld.com/images/icons/btn-dark-mode-off.svg);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

a.save-dark svg path {
    fill: #404040;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.ms-loading-container .ms-loading, .ms-slide .ms-slide-loading {
    top: 67% !important;
}

.single-post .addtoany_shortcode {
    margin-top: 50px;
}

/*
.slotholder:before {
    background-image: -o-linear-gradient(120deg , rgba(0,0,0,0.7) 0%, rgba(25,25,25,0.2) 100%);
	background-image: -moz-linear-gradient(120deg , rgba(0,0,0,0.7) 0%, rgba(25,25,25,0.2) 100%);
	background-image: -webkit-linear-gradient(120deg , rgba(0,0,0,0.7) 0%, rgba(25,25,25,0.2) 100%);
	background-image: -ms-linear-gradient(120deg , rgba(0,0,0,0.7) 0%, rgba(25,25,25,0.2) 100%);
	background-image: linear-gradient(120deg , rgba(0,0,0,0.7) 0%, rgba(25,25,25,0.2) 100%); 
    content: " ";
    height: 150vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 120%;
    -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
*/