@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&family=Ubuntu:ital,wght@0,300;0,400;0,700;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

.flex {
	display: flex;
}
.row-flex {
	flex-direction: row;
}
.justify-between {
	justify-content: space-between;
}
.justify-content-center {
	justify-content: center;
}
.justify-content-spacearound {
	justify-content: space-around;
}
.align-items-center {
	align-items: center;
}
.align-items-stretch {
	align-items: stretch;
}
.align-content-center {
	align-content: center;
}
.bold {
	font-weight: 700;
}
.intro-text {
  font-size: 24px;
  font-weight: 300;
  color: #338099;
  line-height: 125%;
}
.uppercase {
	text-transform: uppercase;
}
.space {
	letter-spacing: 0.5rem;
}
.white {
	color: #fff !important;
}
.azul {
	color: #052936 !important;
}
.verde {
	color: #338099 !important;
}
.anaranjado {
	color: #FB710C !important;
}
.bg-white {
	background: #fff;
}
.ptb-5 {
	padding: 5rem 0 !important;
}
.py-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.py-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.py-150 {
	padding-top: 150px;
	padding-bottom: 150px;
}
.w100 {
    width: 100% !important;
}
.w50 {
	width: 50%;
}
.row-default {
	margin-left: -15px !important;
	margin-right: -15px !important;
}
.bg-light {
	background: #d5dadd;
}
.open {
  opacity: 1 !important;
  visibility: visible !important;
}
.overlayout {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.6);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.boton-whatsapp-lateral {
    position: absolute;
    right: 15px;
    bottom: 15px;
    box-sizing: border-box;
    width: 64px;
    height: 64px;
    padding: 8px;
    border-radius: 50% 50% 50% 0;
    cursor: pointer;
    box-shadow: 0px 0px 10px #333;
    background-image: url(../images/whatsapp-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 46px 46px;
    background-color: #25d366;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

/* ==================== Animaciones ==================== */
@keyframes left {
  from {left: 25%;}
  to {left: 0;}
}
@-moz-keyframes left {
  from {left: 25%;}
  to {left: 0;}
}
@-webkit-keyframes left {
  from {left: 25%;}
  to {left: 0;}
}
@-o-keyframes left {
  from {left: 25%;}
  to {left: 0;}
}

@keyframes fadein {
  from {opacity: 0;}
  to {opacity: 1;}
}
@-moz-keyframes fadein {
  from {opacity: 0;}
  to {opacity: 1;}
}
@-webkit-keyframes fadein {
  from {opacity: 0;}
  to {opacity: 1;}
}
@-o-keyframes fadein {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* ======================== Layout ====================== */
#avatar-full-6-block {
  background-color: #1E4654;
}
#avatar-pos-breadcrumbs {
	padding: 15px 0;
	background: #dedede;
}
.breadcrumb>li+li:before {
	color: #666;
}
#avatar-pos-top-right {
	position: relative;
}
.overlay {
    position: fixed;
    width: 0%;
    height: 0%;
    background: rgba(0, 0, 0, .6);
    z-index: 999999;
}
.overlay.made {
    width: 100%;
    height: 100%;
}

/* ==================== Home Page ==================== */
.logo-alfa {
	height: 80px;
	width: auto;
	margin-top: 70px;
}
.logo-alfa img {
	height: 100%;
	width: auto;
}
.logo-fijo {
	margin-top: 0;
}
.logo-home {
	width: 380px;
	height: auto;
}
.alfa-banner-home {
	margin: 0 0 -6px 0;
	padding: 0;
}
.banner-container {
	position: relative;
}
.banner-container:before {
	content: "";
	position: absolute;
	top: 0;
	left: -15%;
	width: 60%;
	height: calc(100% - 6px);
	background: #052936;
	opacity: 0.85;
	transform: skew(-20deg);
}
.banner-text {
	position: absolute;
	top: 33%;
	left: 0;
	width: 65%;
	padding: 10px 5%;
	-webkit-animation: left 2s, fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: left 2s, fadein 2s; /* Firefox < 16 */
        -ms-animation: left 2s, fadein 2s; /* Internet Explorer */
         -o-animation: left 2s, fadein 2s; /* Opera < 12.1 */
            animation: left 2s, fadein 2s;
}
.banner-text * {
	color: #fff;
}
.banner-text h1 {
	font-family: 'Oxygen', sans-serif;
	font-weight: 300;
	font-size: 62px;
	line-height: 110%;
}
.btn-purchase {
	display: inline-block;
	color: #fff !important;
	border: solid 1px #fff;
	border-radius: 30px;
	padding: 15px 40px;
	margin-top: 25px;
	background: transparent;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.btn-purchase:hover {
	border: solid 1px #FB710C;
	background: #FB710C;
}
.lineas-home {
	position: relative;
}
.lineas-home .lineas-container {
	position: absolute;
	top: -80px;
	width: 100%;
}
.lineas-home .item {
	width: 23%;
	box-shadow: 0px 0px 15px rgba(0,0,0,.5);
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.lineas-home .item:hover {
	transform: translateY(-10px);
}
.lineas-home .item-text {	
	padding: 15px 20px;
	background: #fff;
}
.lineas-home .item-text h5 {
	position: relative;
	color: #052936 !important;
	margin-top: 30px;
}
.lineas-home .item-text h5:before {
	content: "";
	position: absolute;
	top: -15px;
	left: 0;
	width: 25%;
	height: 3px;
	background: #FB710C;
}
.lineas-home .item-text p {
	font-size: 14px;
	line-height: 135%;
	color: #666 !important;
}
.separador {
	display: block;
	height: 250px;
}
.lineas-home .item-img {
	position: relative;
}
.lineas-home .item-button {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 35px;
	text-align: center;
}
.cta-button {
	bottom: 0;
	right: 0;
	width: 50%;
	height: 35px;
	text-align: center;
	margin-top: 30px;
}
.lineas-home .item-button a,
.cta-button a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 35px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	background: #FB710C;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.lineas-home .item-button a:hover {
	opacity: 0.75;
}
.lineas-home .item-button a span {
	margin-left: 5px;
}
.bg-home {
	position: relative;
	padding: 100px 0 250px 0;
	background-image: url('../../../images/alfa/bg-home-00.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.bg-home:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 30%, rgba(255,255,255,.80) 70%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 30%, rgba(255,255,255,.80) 70%, rgba(255,255,255,0) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,1) 30%, rgba(255,255,255,.80) 70%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.category-module-blog {
	padding: 0 0 40px 0;
	margin: 0;
}
.category-module-blog .card {
	position: relative;
	overflow: hidden;
}
.category-module-blog .card-title {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 10px 20px;
	background: rgba(9, 23, 96, .8);
	transform: translateY(68px);
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.category-module-blog .card-title h4 {
	display: block;
    color: #fff;
    margin-bottom: 10px;
    line-height: 135%;
    font-size: 16px;
}
.category-module-blog .mod-articles-category-introtext {
	color: #fff;
	font-size: 12px;
	line-height: 135%;
}
.category-module-blog .card:hover .card-title {
	background: rgba(9, 23, 96, 1);
	transform: translateY(0px);
}
.bg-banner-home {
	min-height: 300px;
}
.bg-content-home {
	width: 100%;
	height: 100%;
	background-image: url('../images/sample/bg-img-home.jpg');
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
}
.item-text-content {
	width: 640px;
	padding: 100px 50px;
}

/* =================== Log In =================== */
.alfa-login-module {	
	position: absolute;
	top: 0;
	right: 80px;
}
.alfa-login-module .btn-login {
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
}
.alfa-login-module .btn-login:before {
	display: inline-block;
  width: 40px;
	content: "\f007";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 21px;
	line-height: 40px;
  color: #091760;
  text-align: center;
}
.alfa-login-module .login {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -210px;
    margin-left: -220px;
    padding: 40px;
    border-radius: 10px;
    background: #fff;
    z-index: 99999;
    box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.alfa-login-module .nav.nav-tabs.nav-stacked {
    display: block;
    margin-bottom: 0;
}

.registration #member-registration label {
    display: inline-block !important;
}

/* ==================== Estilos Menus ===================== */
.menu-horizontal {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	list-style-type: none;
}
.at-main-menu .menu-horizontal {
	height: 80px;
	margin-top: 70px;
}
.at-main-menu .menu-horizontal.sombra {
	box-shadow: 5px 5px 10px rgba(0,0,0,.7);
}
.at-main-menu .menu-horizontal li a {
	text-transform: uppercase;
	line-height: 80px;
	font-weight: 400;
	color: #333;
	padding: 0 20px;
}
.whatsapp-menu {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 20px 0 40px !important;
	font-size: 24px;
	color: #fff !important;
	background: #FB710C;
}
.at-main-menu .menu-horizontal li a span {
	font-weight: 700;
}
#avatar-header-inside-block:before {
	content: "";
	bottom: 10px;
	right: 0;
	position: absolute;
	width: calc((100% - 1280px)/2);
	height: 80px;
	background: #FB710C;
	box-shadow: 5px 5px 10px rgba(0,0,0,.7);
	z-index: 999;
}
#avatar-header-inside-block:after {
	content: "";
	bottom: 10px;
	left: 50%;
	margin-left: 604px;
	width: 36px;
	position: absolute;
	height: 80px;
	background: #FB710C;
	z-index: 999;	
}
.whatsapp-menu img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	background: #FB710C;
}
#avatar-header-block {
	position: fixed;
  width: 100%;
  z-index: 9999;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0px 3px 3px rgba(0,0,0,.3);
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}
#avatar-header-block.show {
	visibility: visible;
	opacity: 1;
}
#avatar-header-block .avatar-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
#avatar-header-block .at-main-menu .menu-horizontal {
	margin-top: 10px;
	flex-grow: 1;
}
.menu-fijo ul.menu-horizontal li.item-123 {
	display: none;
}
.logo-alfa-blue .logo-alfa {
	width: auto;
	height: auto;
}
.logo-alfa-blue .logo-alfa a {
	font-size: 32px;
	line-height: 60px;
	font-family: 'Oxygen', sans-serif;
	font-weight: 700;
	color:  #091760;
}
.logo-alfa-blue .logo-alfa a img{
	width: 180px;
	height: auto;
	margin-right: 10px;
}
.email-top {
	position: absolute;
	top: 8px;
	right: 150px;
}
.email-top a {
	color: #fff;
	font-weight: 700;
}

/* ========================= Formularios ========================== */
.alfa-form-sus {
	padding: 30px 0;
}
.alfa-form-sus {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 1;
}
.alfa-form-sus .bfPage {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
}
.alfa-form-sus .bfPage > .bfClearfix {
    display: none;
}
h3.alfa-boletines {
	position: relative;
	color: #ffffff;
	padding-left: 55px;
	margin-right: 20px;
}
h3.alfa-boletines:before {
	content: "\f0e0";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 42px;
	left: 0;
}
#ff_elem1 {
	width: 350px;
	height: 45px;
	line-height: 45px;
	border: solid 1px #ddd;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 0 15px;
}
.alfa-form-sus .bfSubmitButton {
	padding: 0 30px;
	margin: 0;
	height: 45px;
	color: #ffffff;
	border: solid 1px #FB710C;
	background: #FB710C;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}
.alfa-contact-form .form-inline .control-label {
	font-size: 12px;
	font-weight: 400;
}
.alfa-contact-form .form-inline input {
	border: solid 1px #ccc;
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
}
.alfa-contact-form .bfElemWrap {
	margin-bottom: 10px;
}
#bfElemWrap23,
#bfElemWrap28,
#bfElemWrap33,
#bfElemWrap34 {
	width: 49%;
}
#bfElemWrap23,
#bfElemWrap33 {
	float: left;
}
#bfElemWrap28,
#bfElemWrap34 {
	float: right;
}
.alfa-form .bfSubmitButton {
	padding: 10px 50px;
	margin-top: 15px;
	color: #fff;
	letter-spacing: 1px;
	background: #212745 !important;
}
.alfa-form .bfSubmitButton:hover span{
	color: #666 !important;
}

/* ============================ Estilos Footer ============================= */
.alfa-menu-bottom {
	padding-top: 100px;
	padding-bottom: 100px;
}
.alfa-menu-bottom img.logo {
	width: 80%;
	height: auto;
}
.alfa-menu-bottom h3 {
	margin-bottom: 20px !important;
}
.alfa-menu-bottom h3 span {
	color: #338099 !important;
}
.alfa-menu-bottom ul.at-menu-horizontal {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.alfa-menu-bottom ul.at-menu-horizontal li {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.alfa-menu-bottom ul.at-menu-horizontal li:hover {
	background: #1E4654;
}
.alfa-menu-bottom ul.at-menu-horizontal li a {
	display: block;
	width: 100%;
	padding: 10px 0 10px 10px;
	margin: 0;
	border-bottom: dotted 1px #052936;
}
.alfa-menu-bottom ul.at-menu-horizontal li a:first-child {
	border-top: dotted 1px #fff;
}
.row-social img {
	width: 35px;
	height: 35px;
	margin-right: 10px;
}
.row-social img:last-child {
	margin-right: 0;
}

/* ============================= Contactos ================================ */
.header-container {
	position: relative;
	padding: 100px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.header-container:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.8);
	mix-blend-mode: multiply;
}
.header-container h2,
.header-container p {
	position: relative;
	z-index: 9;
}
.header-contactos {
	background-image: url('../../../images/headers/header-contactos.jpg');
}
.info-contacto {
	padding: 20px 0 20px 20px;
	border-left: solid 4px #D48728;
}
.telefono-contacto {
	font-size: 24px;
}

/* =========================== Categoría de Productos ============================= */
.browse-view .row .product .spacer {
	padding: 20px 30px;
	margin: 10px;
	border-radius: 10px;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;	
}
.browse-view .row div.product:hover .spacer {
	box-shadow: 0px 0px 10px rgba(0,0,0,.3);
}
.browse-view .row .product .spacer .vm3pr-1 {
	display: none;
}
.category-view .product p.product_s_desc {
	height: 64px;
	font-size: 12px;
	line-height: 135%;
	text-align: center;
}
.vm-product-container-mf {
	display: block;
	width: 100px;
	margin: 0 auto;
}
.vm-product-descr-container h2 {
	position: relative;
	margin: 0 0 30px 0;
	font-size: 16px;
	line-height: 135%;
}
.vm-product-descr-container h2:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	height: 3px;
	background: #FB710C;
}
.vm-product-descr-container h2 a {
	color: #052936;
}
.vm-product-media-container {
	margin-bottom: 5px;
}
.vm-product-descr-container-1 {
	min-height: 50px;
	margin: 30px 0 0 0;
}
.addtocart-bar {
	position: relative;
}
span.quantity-box {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -63.5px;
}
span.quantity-box input.quantity-input {
  height: 40px;
  width: 40px;
  border: solid 1px #9ca8b0;
}
span.quantity-controls {
  width: 120px;
	height: 40px;
  vertical-align: middle;
  margin: 0;
}
span.quantity-controls input.quantity-plus {
  width: 40px;
  height: 40px;
  background-image: url(../images/icons/plus-icon.png);
  background-repeat: no-repeat;
  background-size: 17px 17px;
  background-position: center;
  background-color: #9ca8b0;
  margin: 0;
  float: right;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
span.quantity-controls input.quantity-minus {
  width: 40px;
  height: 40px;
  background-image: url(../images/icons/minus-icon.png);
  background-repeat: no-repeat;
  background-size: 17px 17px;
  background-position: center;
  background-color: #9ca8b0;
  margin: 0;
  float: left;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
span.addtocart-button input.addtocart-button {
	border: solid #D48728 1px;
	background: #D48728;
}
.avatar-intro-item-text * {
	text-align: left;
}
.orderby-displaynumber {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.vm-order-list .orderlistcontainer .title {
	display: none;
}
.vm-pagination,
.vm-page-counter {
	float: none;
}
.vm-page-counter {
	font-size: 11px;
}
.pagination_nav .btn,
.pagination_nav .page {
	padding: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.vm-pagination-bottom .pagination_nav {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.vm-customfields-wrap {
  text-align: center;
  margin-bottom: 25px;
}
.vm3pr-6 .vm-customfields-wrap {
  min-height: 243px;
}
.custom_field_C_container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.product-field-type-C .chzn-container {
	width: 140px !important;
}
.vm-product-details-container .product-field-type-C .chzn-container {
	width: 150px !important;
}
.vm3pr-6 .chzn-container-single .chzn-drop,
.vm-product-details-container .chzn-container-single .chzn-drop {
	width: 140px !important;
}
.vm-product-details-container .custom_field_C_container {
	width: 300px;
}
.vm3pr-6 .chzn-container-single .chzn-search,
.vm-product-details-container .chzn-container-single .chzn-search {
	display: none;
}
.product-fields-title-wrapper {
  display: block;
  padding: 0;
  color: #338099;
  font-size: 12px;
}

/* ==================== Product Details ===================== */
.orderlistcontainer div.activeOrder {
	background: #dedede;
  border: none;
  height: 50px;
  width: 250px;
  text-align: center;
  line-height: 50px;
  padding: 0;
  border-radius: 8px;
}
.orderlistcontainer div.activeOrder a {
	color: #474747;
	font-weight: 400;
	text-transform: uppercase;
}
.display-number select {
	background: #dedede;
	border-radius: 8px;
	height: 50px;
	width: 60px;
	border: none;
	text-align: center;
}
.vm-product-container .vm-product-media-container,
.vm-product-container .vm-product-details-container {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
.vm-product-container .vm-product-details-container .mf_name {
	display: inline-block;
	text-align: center;
	margin: 0;
	width: 170px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	background: #FB710C;
}
.vm-product-container .vm-product-details-container .product-short-description {
	font-size: 21px;
	line-height: 135%;
	color: #666;
}
.vm-product-details-container h1 {
	margin: 25px 0 10px 0;
}
.productdetails-view .spacer-buy-area {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}
.productdetails-view .product-price {
	display: none !important;
}
.productdetails-view span.quantity-box {
	left: 0;
	margin-left: 40px;
}
.productdetails-view .product-description {
	margin-top: 30px;
	padding: 20px 40px;
	border: solid 1px #e9e9e9;
	border-radius: 10px;
	background: #f3f3f3;
}
div.ask-a-question,
.product-fields-file {
	margin: 20px 0 5px 0;
	width: 48%;
}
a.ask-a-question,
a.download-pdf {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
  font-size: 16px;
  background: #052936 !important;
  padding: 0 10px;
  margin: 0;
  text-align: center;
  color: #fff;
  border: solid 1px #052936;
  border-radius: 10px;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;	
}
a.download-pdf {
	background: #338099 !important;
	border: solid 1px #338099;
}
a.ask-a-question i,
a.download-pdf i {
	font-size: 32px;
	line-height: 50px;
	margin-right: 10px;
}
a.ask-a-question:hover,
a.download-pdf:hover {
	color: #777;
	border-color: #e9e9e9;;
	background: #f3f3f3 !important;
}
.addtocart-area,
.spacer-buy-area .clear {
	display: none;
}
.hr {
	width: 100%;
	padding: 10px 0;
	border-bottom: dotted 1px #333;
}
.product-fields {
	margin: 20px 0 0;
}
.product-fields .product-field {
	position: relative;
	float: none;
	background: #DEDEDE;
	padding: 30px 20px 30px 150px;
	margin: 0;
	border-radius: 20px;
}
.product-fields .product-field:before {
	content: "";
	position: absolute;
	width: 80px;
	height: 80px;
	top: 14px;
	left: 44px;
	border-radius: 50%;
	background-color: #fff;
}
.customfield-garantia .product-fields .product-field {
	background: transparent;
}
.customfield-garantia .product-fields-title-wrapper strong {
	font-size: 32px;
	font-weight: 300;
	color: #000;
}
.customfield-garantia .product-fields .product-field:before {
	content: "";
	width: 120px;
	height: 120px;
	top: 17px;
	left: 0;
	border-radius: 0;
	background-image: url('../images/sample/garantia-icon.png');
	background-position: center;
	background-repeat: no-repeat;
}
.customfield-ontop .product-fields .product-field:before {
	background-image: url('../images/sample/industrias-icon.png');
	background-position: center;
	background-repeat: no-repeat;
}
.customfield-onmid .product-fields .product-field:before {
	background-image: url('../images/sample/normativa-icon.png');
	background-position: center;
	background-repeat: no-repeat;
}
.customfield-onbot .product-fields .product-field:before {
	background-image: url('../images/sample/certificados-icon.png');
	background-position: center;
	background-repeat: no-repeat;
} 
.product-fields .product-field .product-field-display {
	font-size: 16px;
	font-weight: 500;
}
.customfield-garantia .product-field-display {
	font-size: 62px !important;
	line-height: 100%;
	font-family: 'Anton', sans-serif;
}
.additional-images {
	margin-top: 50px;
}
.additional-images img {
	width: 150px;
	margin: 0;
	padding: 10px;
	border: solid 1px #ccc;
}
.enermec-productos-relacionados {
	padding: 50px 0 25px 0;
	margin: 50px 0 0 0;
	border-top: dotted 1px #ccc;
}
.enermec-productos-relacionados .product-container h4{
	padding: 0 60px;
}
.enermec-productos-relacionados .related-products-title {
	text-align: center;
	text-transform: uppercase;
}
.enermec-productos-relacionados .enermec-destacados .product-container .vm-product-media-container img {
	padding: 40px;
}
.product-alfa .product-price {
	float: none;
}
.vm-pagination.vm-pagination-bottom {
	margin-top: 25px;
}

/* ========================= Carrito Top =========================== */
.alfa-cart-module {
	position: absolute;
  top: 0;
  right: 0;
  width: 60px;
}
.alfa-cart-module .vmCartModule {
    position: relative;
}
.alfa-cart-module .vm_cart_products {
    position: fixed;
    top: 150px;
    height: calc(100% - 150px);
    right: -300px;
    width: 450px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    background: #e9e9e9;
    color: #000;
    z-index: 999999;
    padding: 30px 15px 30px 15px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.alfa-cart-module .vm_cart_products.shown {
    right: 0;
    opacity: 1;
    visibility: visible;
  	overflow-y: auto;
}
.alfa-cart-module .total_products .carrito-icono {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 34px;
    text-align: center;
    content: '\f07a';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    pointer-events: none;
    font-size: 21px;
    color: #091760;
    margin-right: 5px;
    background: #fff;
    border-radius: 50%;
    padding: 5px;
}
.alfa-cart-module .total_products .cantidad {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background: #f4450b;
    color: #fff;
    padding: 0;
    margin: 0;
    border-radius: 50%;
}
.alfa-cart-module .vm_cart_products .product_row {
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: solid 1px #d5dadd;
}
.alfa-cart-module .vm_cart_products .product_row .image {
    box-sizing: border-box;
    width: 27.5%;
    margin-right: 2.5%;
}
.alfa-cart-module .vm_cart_products .product_row .product_details {
    box-sizing: border-box;
    /*width: 67.5%;
    margin-left: 2.5%;*/
}
.alfa-cart-module .vm_cart_products .product_row .product_details .product_name a {
    font-family: Roboto;
    text-transform: uppercase;
    color: #183884;
}
.alfa-cart-module .vmCartModule .total {
    text-align: left;
}
.alfa-cart-module .vmCartModule .total strong {
    float: right;
}
.alfa-cart-module .show_cart a {
	display: block;
    text-align: center;
    float: none !important;
    color: #4e5a62;
    border: solid 1px #4e5a62;
    padding: 10px 25px;
    margin-top: 30px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.alfa-cart-module .show_cart a:hover {
	color: #ffffff;
	background: #4e5a62;
}

/* ================= Productos destacados ======================= */
.vmgroupno-padding-margin-side {
	position: relative;
}
.oladigital-destacados * {
	text-align: center;
}
.oladigital-destacados .product-container {
	box-sizing: border-box;
	margin: 0px 10px;
	padding: 50px 0;
}
.oladigital-destacados .productdetails .product-price {
	width: 100%;
	font-size: 24px;
	font-weight: 600;
    margin: 10px auto 20px auto;
    color: #1a9fe2;
}
.oladigital-destacados img.featuredProductImage {
	box-sizing: border-box;
	padding: 20px;
}
.project-navigation .btn-prev {
	left: 30px;
}
.project-navigation .btn-next {
	right: 30px;
}
.project-navigation .btn-next,
.project-navigation .btn-prev {
    position: absolute;
    width: 40px;
    height: 70px;
    top: 45%;
    margin-top: -40px;
    background: rgba(0, 55, 77, 0.8);
    color: #fff;
    line-height: 70px;
    text-align: center;
    font-size: 32px;
    opacity: 1;
    z-index: 997;
    cursor: pointer;
    -webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.project-navigation a:hover {
    width: 60px;
    background: rgba(0, 55, 77, 1); /* Primary color, can be changed via colors.css */
}
.vmgroupno-padding-margin-side:hover .project-navigation .btn-prev,
.vmgroupno-padding-margin-side:hover .project-navigation .btn-next {
    opacity: 1;
}

.oladigital-destacados .product-name {
	margin: 0;
	font-size: 21px;
	line-height: 110%;
}
.oladigital-destacados .category-name {
	font-size: 12px;
	line-height: 110%;
	text-transform: uppercase;
}
.oladigital-destacados .manufacturer-name {
	display: inline-block;
    color: #e6e6e6;
    text-transform: uppercase;
    background: #3D7B93;
    padding: 3px 16px 3px 16px;
    font-size: 14px;
    line-height: 14px;
    margin: 10px 0 0 0;
}

/* ================= Productos destacados ======================= */
.vmgroupno-padding-margin-side {
	position: relative;
}
.oladigital-destacados * {
	text-align: center;
}
.oladigital-destacados .product-container {
	box-sizing: border-box;
	margin: 0px 10px;
	padding: 0 0 50px 0;
}
.oladigital-destacados .productdetails .product-price {
	width: 100%;
	font-size: 24px;
	font-weight: 600;
    margin: 10px auto 20px auto;
    color: #1a9fe2;
}
.oladigital-destacados img.featuredProductImage {
	box-sizing: border-box;
	padding: 20px;
}
.project-navigation {
	opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.avatar-wrapper:hover .project-navigation {
	opacity: 1;
}
.project-navigation .btn-prev {
	left: 0px;
}
.project-navigation .btn-next {
	right: 0px;
}
.project-navigation .btn-next,
.project-navigation .btn-prev {
    position: absolute;
    width: 40px;
    height: 70px;
    top: 45%;
    margin-top: -40px;
    background: rgba(212, 135, 40, 0.6);
    color: #fff;
    line-height: 70px;
    text-align: center;
    font-size: 32px;
    opacity: 1;
    z-index: 997;
    cursor: pointer;
    -webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.project-navigation a:hover {
    width: 60px;
    background: rgba(212, 135, 40, 1); /* Primary color, can be changed via colors.css */
}
.vmgroupno-padding-margin-side:hover .project-navigation .btn-prev,
.vmgroupno-padding-margin-side:hover .project-navigation .btn-next {
    opacity: 1;
}

.oladigital-destacados .product-name {
	margin: 0;
	font-size: 21px;
	line-height: 110%;
}
.oladigital-destacados .category-name {
	font-size: 12px;
	line-height: 110%;
	text-transform: uppercase;
}
.oladigital-destacados .manufacturer-name {
	display: inline-block;
    color: #fff;
    text-transform: uppercase;
    background: #D4CB28;
    padding: 5px 16px;
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 10px 0;
}

/* =========================== PADDED =========================== */
.enermec-added .btn_container {
    padding: 20px 40px;
}
.enermec-added .vm_added_title {
    line-height: 60px;
    text-align: center;
}
.enermec-added .btn_container a {
    display: inline-block;
    width: 49%;
    padding: 10px 0;
}
.enermec-added .btn_container a:first-child {
    margin-right: 2%;
}
.enermec-added .btn_container a.showcart,
.enermec-added .btn_container a.showcart:hover {
    color: #ffffff;
    border: solid 1px #183884;
    background-color: #183884;
}
.enermec-added .btn_container a.continue_link,
.enermec-added .btn_container a.continue_link:hover {
    background: transparent;
    border: solid 1px #183884;
    color: #183884 !important;
}

/* ======================== Cotizador ========================== */

.vm-customfield-cart {
	text-align: left;
}
ul.steps {
	list-style-type: none;
	margin: 0 0 40px 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}
ul.steps li span {
	position: relative;
	padding-top: 18px;
	display: block;
	color: #c6cdd2;
}
ul.steps li span:before {
	content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 12px;
    left: calc(50% - 6px);
    top: 0;
}
ul.steps li {
	position: relative;
	text-align: center;
	width: 20%;
}
ul.steps li:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #c6cdd2;
	top: 9px;
	left: 0;
	z-index: -1;
}
ul.steps li.current span {
	color: #f56332;
}
ul.steps li.current:after {
	background: #f56332;
}
.cart-view h1 {
	font-size: 32px;
}
.vm-cart-header-container {
	margin-bottom: 20px;
}
.vm-continue-shopping {
	width: calc(27% - 10px);
}
.vm-continue-shopping .continue_link {
	display: block;
	padding: 10px 30px;
	color: #384247;
	text-align: center;
	background: #a9b6bc;
}

table.cart-content tr td {
	vertical-align: top;
	padding: 10px;
}
table.cart-content tr td.cart-left {
	padding-left: 0;
	width: 73%;
}
table.cart-content tr td.cart-right {
	padding-right: 0;
}

.cart-right table.cart-summary {
    border: solid 1px #d5dadd;
}
table.cart-summary tr th,
table.cart-summary tr td {
	background: none;
    text-align: center;
    padding: 10px;
    border: none;
}
.cart-left table.cart-summary tr td {
	vertical-align: middle;
	border-bottom: solid 1px #d5dadd;
}
table.cart-summary tr th.vm-cart-item-name {
	text-align: left;
}
table.cart-summary tr th.vm-cart-item-total,
table.cart-summary tr th.vm-cart-item-basicprice {
	width: 20%;
}
table.cart-summary tr td.vm-cart-item-sku {
	text-align: center;
}
table.cart-summary tr td.vm-cart-item-name {
	display: flex;
	flex-direction: row;
	align-items: center;
}
table.cart-summary tr td.vm-cart-item-name .item-image {
	width: 120px;
	margin-right: 15px;
}
table.cart-summary tr td.vm-cart-item-name .item-name {
	width: 100%;
	text-align: left;
}
.billto-shipto {
    border-top: solid #d5dadd 1px;
    border-bottom: none;
}
.metodo-envio h4,
.metodo-pago h4 {
	font-size: 12px;
	color: #999;
	margin: 10px 0 0 0;
	text-align: left;
}
.vmshipment_name,
.vmpayment_name {
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}
.vm2-remove_from_cart {
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    color: #f56332;
    height: 24px;
    width: 24px;
    vertical-align: middle;
    font-size: 24px;
    line-height: 24px;
    background: none;
}
.vm2-add_quantity_cart {
    border: 0px;
    cursor: pointer;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-top: -2px;
    vertical-align: middle;
    color: #4e5a62;
    font-size: 14px;
    line-height: 24px;
    background: #c6cdd2;
}
.vm-cart-item-total .PricesalesPrice,
.costo-total-productos .PricesalesPrice {
	font-weight: bold;
	font-size: 18px;
}
.total-carro .PricebillTotal {
	font-weight: bold;
	font-size: 21px;
}
.vm-cart-item-basicprice span.PricesalesPrice {
	font-size: 18px;
}
.vm-cart-item-total .line-through,
.vm-cart-item-basicprice .line-through {
	font-size: 12px;
	color: #4e5a62;
}
.total-carro .PricebillTotal {
	color: #f56332;
}
.billto-shipto a.details {
	padding: 5px 30px;
	margin: 10px 0 10px 10px;
	color: #183884;
	border: none;
	border-radius: 0;
	border: solid 1px #183884;
	background: none;
}
.checkout-button-top {
	padding: 20px 0 0;
	border-top: none;
}
.vm-button-correct,
.vm-button-correct:link,
.vm-button-correct:visited,
.buttonBar-right .button:first-child,
.buttonBar-right button.default:first-child,
.control-buttons button.default.btn_address {
	display: inline-block;
	width: 25%;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    background: #f56332;
    color: #fff;
    border: 1px solid #f56332;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    padding: 10px 30px;
}
.control-buttons button.default,
.buttonBar-right .button:last-child,
.buttonBar-right button.default:last-child {
	display: inline-block;
	width: 25%;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    background: none;
    color: #f56332;
    border: 1px solid #f56332;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    padding: 10px 30px;
}
div.terms-of-service,
span.tos,
input.terms-of-service,
.terms-of-service label {
	display: block;
	margin: 0;
	padding: 0;
}
.vm-fieldset-tos div.cart.tos {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 20px 10px;
	background: #f1f3f4;
}
span.tos,
input.terms-of-service {
	margin-right: 5px;
}
.coupon_form {
	display: flex;
	flex-direction: row;
}
.coupon_form input.coupon {
	width: 70%;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
}
.coupon_form div.details-button {
	width: 30%;
}
.coupon_form input.details-button {
	width: 100%;
	color: #fff;
	height: 100%;
	background: #183884;
}
.btn-coupon {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #ffffff !important;
	background: #4e5a62;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-coupon:hover {
	background: #08122b;
}
.metodo-pago td span {
	display: block;
}
.vmpayment_description, .vmshipment_description {
	font-size: 14px;
	color: #353535;
	text-transform: uppercase;
	font-weight: 400;
}

table.user-details {
	width: 100%;
}
table.user-details tr {
	display: block;
}
table.user-details tr[title="Referencia"] td,
table.user-details tr[title="Nombre corto de dirección"] td {
	width: 100%;
}
table.user-details tr[title="Confirmar E-Mail"] td,
table.user-details tr[title="Contraseña"] td,
table.user-details tr[title="Confirmar contraseña"] td {
	width: 22.22%;
}
table.user-details tr[title="Teléfono"] td {
	width: 25%;
}
table.user-details tr[title="Nombres y Apellidos"] td,
table.user-details tr[title="E-Mail"] td,
table.user-details tr[title="Empresa"] td,
table.user-details tr[title="DNI / RUC"] td,
table.user-details tr[title="País"] td,
table.user-details tr[title="Departamento / Estado"] td,
table.user-details tr[title="Provincia / Ciudad"] td,
table.user-details tr[title="Nombres del receptor"] td,
table.user-details tr[title="Apellidos del receptor"] td,
table.user-details tr[title="DNI de receptor"] td {
	width: 33.33%;
}
table.user-details tr[title="Dirección"] td {
	width: 75%;
}
table.user-details td {
	float: left;
}
table.user-details td.key label {
	display: block;
	width: 100%;
	font-weight: normal;
	margin: 0;
}
table.user-details td.key input {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	background: none;
}
table.user-details td.key textarea {
	display: block;
	width: 100%;
	height: 60px;	
	margin-bottom: 20px;
}
table.user-details .chzn-container-single .chzn-single {
    padding: 5px;
    height: 40px;
    line-height: 30px;
}
table.user-details .chzn-container,
table.user-details .chzn-container .chzn-drop {
    min-width: 100%;
}
table.user-details .chzn-container-single .chzn-search input {
	min-width: 100%;
	margin-bottom: 0 !important;
}
.buttonBar-right {
	float: none;
}
fieldset.enermec-payment-shipment-select {
	margin-top: 40px;
	margin-bottom: 40px;
}
fieldset.enermec-payment-shipment-select .vm-shipment-plugin-single,
fieldset.enermec-payment-shipment-select .vm-payment-plugin-single {
	margin: 10px 0;
}
fieldset.enermec-payment-shipment-select .vm-shipment-plugin-single input[type=radio],
fieldset.enermec-payment-shipment-select .vm-payment-plugin-single input[type=radio] {
	opacity: 0;
    width: 0;
    height: 0;
}
fieldset.enermec-payment-shipment-select .vm-shipment-plugin-single label,
fieldset.enermec-payment-shipment-select .vm-payment-plugin-single label {
	position: relative;
}
fieldset.enermec-payment-shipment-select .vm-shipment-plugin-single label:before,
fieldset.enermec-payment-shipment-select .vm-payment-plugin-single label:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -4px;
    width: 40px;
    height: 25px;
    border-radius: 12.5px;
    background: #cbcbcd;
    -webkit-transition: .4s;
    transition: .4s;
}
fieldset.enermec-payment-shipment-select .vm-shipment-plugin-single label:after,
fieldset.enermec-payment-shipment-select .vm-payment-plugin-single label:after {
    content: "";
    display: block;
    position: absolute;
    height: 21px;
    width: 21px;
    left: 2px;
    top: -2px;
    background: #e5e5e6;
    border-radius: 50%;
    -webkit-transition: .4s;
    transition: .4s;
}
fieldset.enermec-payment-shipment-select .vm-shipment-plugin-single input:checked + label:after,
fieldset.enermec-payment-shipment-select .vm-payment-plugin-single input:checked + label:after {
    background: #fff;
    left: 17px;
}
fieldset.enermec-payment-shipment-select .vm-shipment-plugin-single input:checked + label:before,
fieldset.enermec-payment-shipment-select .vm-payment-plugin-single input:checked + label:before {
    background: #183884;
}
fieldset.enermec-payment-shipment-select .vm-shipment-plugin-single label span.vmshipment_name,
fieldset.enermec-payment-shipment-select .vm-payment-plugin-single label span.vmpayment_name {
    margin-left: 50px;
    margin-top: -23px;
    margin-bottom: 12px;
}

/* ======================= ORDER DONE ======================= */
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: 0.35rem;
}
.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.vm-order-done input[type="submit"] {
	margin-left: 15px;
	padding: 5px 20px;
	color: #183884;
	border: solid 1px #183884;
	background: none;
}
.vm-spacer {
	border-top: solid 1px #183884;
	margin-top: 25px;
	padding-top: 50px;
}
.post_payment_payment_name span {
	display: block;
}
.post_payment_payment_name .post_payment_payment_name_title {
	color: #999;
}
.post_payment_payment_name .vmpayment_name {
	font-size: 21px;
	line-height: 100%;
}
.post_payment_payment_name .vmpayment_description {
	font-size: 32px;
	line-height: 110%;
}
.post_payment_order_number {
	font-size: 21px;
	margin-bottom: 40px;
}
.post_payment_order_total {
	display: none;
}