/* body, td, div { font-family: 'museo_sans_cyrl500'; font-size: 12px; } */
html,
body {
	height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}
html::-webkit-scrollbar {
	display: none;
}
html::-webkit-scrollbar-thumb {
	background-color: transparent;
}
body, td, div { font-family: 'Ubuntu Sans'; font-weight: 500; font-size: 12px;}

.f11 { font-size: 11px; }
.f12 { font-size: 12px; }
.f13 { font-size: 13px; }
.f14 { font-size: 14px; }
.f15 { font-size: 15px; }
.f16 { font-size: 16px; }
.f17 { font-size: 17px; }
.f18 { font-size: 18px; }

/* .fn { font-family: 'museo_sans_cyrl700'; } */
.fn { font-family: 'Ubuntu Sans'; font-weight: 700; }
/* .fn2 { font-family: 'museo_sans_cyrl900'; } */
.fn2 { font-family: 'Ubuntu Sans'; font-weight: 900; }
a { text-decoration:none; }
a:hover { text-decoration:underline; }
/* .na { background-color: #fe5000; color: #FFF; } */
.na { background-color: #203a8f; color: #FFF; min-height: 40px;}
.na a { color:#FFF; }
.c {  text-align: center; }

.pd5 { padding: 10px; }
.pd10 { padding: 10px; }
.pd15 { padding: 10px; }  
.pd20 { padding: 20px; }

img {
	max-width: 100%;
}

ul.hr {
	margin:0;
	padding:0;
} 
ul.hr li {
	padding: 0;
	margin: 0;
	/* margin-left: 5px;
	margin-right: 5px; */
	display: inline-block;
	position: relative;
	/*min-width: 80px;*/
    min-height: 18px;
}
.header-tienda ul.hr li {
	min-height: 30px;
}


.header-tienda-2 {
	background-color: #EEEEEE;
}
.header-tienda-2-menu {
	box-shadow: 0px 169px 47px 0px rgba(84, 88, 90, 0.00), 0px 108px 43px 0px rgba(84, 88, 90, 0.00), 0px 61px 37px 0px rgba(84, 88, 90, 0.01), 0px 27px 27px 0px rgba(84, 88, 90, 0.02), 0px 7px 15px 0px rgba(84, 88, 90, 0.02);
}
.header-bar {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.header-access {
	display: flex;
	height: 40px;
}
.header-access-link {
	text-decoration: none !important;
	all: unset;
	cursor: pointer;
	background-color: #EEEEEE;
	height: 40px;
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 0 0 0 8px;
}
.header-access-link:hover {
	background-color: #F8F8F8;
}
.header-access-link img {
	padding: 3px;
	height: 20px;
	width: 20px;
}
.header-access-link p {
	font-family: Ubuntu Sans;
	margin: 0;
	color: #6E7173;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	vertical-align: middle;
}

.main-menu-2 {
	display: flex;
	gap: 80px;
	align-items: center;
	height: 88px;
}
@media (max-width: 992px) {
	.main-menu-2 {
		gap: 15px;
	}
}
.main-logo {
	width: 164px;
	height: 64px;
}
.main-menu-access-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.main-routes {
	display: flex;
	align-items: center;
	gap: 16px;
}
.main-routes a {
	text-decoration: none;
	border-radius: 8px;
	padding: 16px 8px;
	font-family: Ubuntu Sans;
	font-weight: 500;
	font-size: 16px;
	vertical-align: middle;
	color: #001489;
}
.main-routes a:hover {
	color: #001489;
	background-color: #F8F8F8;
}
.header-search {
	display: flex;
	gap: 25px;
}
.header-search form {
	display: flex;
	align-items: center;
}
.header-search form input {
	height: 44px;
	min-width: 124px;
	padding: 0 15px;
	background-color: #F8F8F8;
	border-top: 0.5px solid #D4D5D6;
	border-left: 0.5px solid #D4D5D6;
	border-bottom: 0.5px solid #D4D5D6;
	border-right: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.header-search form button {
	height: 44px;
	background-color: #F8F8F8;
	border-top: 0.5px solid #D4D5D6;
	border-right: 0.5px solid #D4D5D6;
	border-bottom: 0.5px solid #D4D5D6;
	border-left: 0;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.header-search form button img {
	height: 18px;
	width: 18px;
}
.secundary-routes {
	display: flex;
	align-items: center;
	gap: 24px;
}
.secundary-routes-links {
	font-family: Ubuntu Sans;
	font-weight: 500;
	font-size: 16px;
	vertical-align: middle;
	color: #A1A3A4;
	margin: 0;
}
.header-pedidos {
	text-decoration: none !important;
	border-radius: 8px;
	padding: 16px 8px;
	color: #001489;
}
.header-pedidos:hover {
	color: #001489;
	background-color: #F8F8F8;
}
.header-carrito {
	background-color: #FE5100;
	border-radius: 50%;
	position: relative;
	padding: 14px;
	min-height: 48px;
	min-width: 47px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	border: 1px solid #FFFFFF;
	transition: 0.3s;
}
.header-carrito:hover {
	background-color: #FFFFFF;
	border: 1px solid #FE5100;
}
.header-carrito img {
	/* background-image: url('../images/carrito.svg'); */
	width: 18px;
	height: 19px;
	transition: 0.3s;
}
/* .header-carrito img:hover {
	background-image: url('../images/carrito-hover.svg');
} */
.header-carrito span {
    position: absolute;
    display: flex;
    padding-left: 1px;
    padding-top: 1px;
    justify-content: center;
    align-items: center;
    top: -2px;
    left: 32px;
    width: 15px;
    height: 15px;
    color: #001489;
    border: 1px solid #FE5100;
    background-color: #FFFFFF;
    border-radius: 50%;
}

.main-sliders {
	height: 584px; 
	position: relative;  
	background-repeat: no-repeat; 
	background-size: cover;
	background-position: right center;
}
.sliders-texts {
	margin: auto;
    height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 8px;
}
.custom-bg-color {
	margin-bottom: 16px !important;
	display: flex;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	color: #FFFFFF;
	background-color: #FE5100;
}
.sliders-button-container {
	display: flex;
	padding: 24px 0;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	max-width: 654px;
}
.main-sliders div h1,
.main-sliders h1 {
	margin: 0;
	font-family: Ubuntu Sans;
	font-weight: 700;
	font-size: 60px;
	line-height: 60px;
	color: #FFFFFF;
	max-width: 654px;
}
.orange-title {
	margin-bottom: 16px !important;
	display: flex;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	color: #FFFFFF;
	background: #FE5100;
}
.main-sliders a {
	text-align: center;
	width: 204px;
	max-width: 364px;
	font-family: Ubuntu Sans;
	font-weight: 500;
	font-size: 16px;
	vertical-align: middle;
	padding: 12px 32px;
	color: #FFFFFF;
	background-color: #FE5100;
	border-radius: 100px;
	box-shadow: 0px 35px 10px 0px rgba(90, 88, 90, 0.00), 0px 23px 9px 0px rgba(90, 88, 90, 0.01), 0px 13px 8px 0px rgba(90, 88, 90, 0.05), 0px 6px 6px 0px rgba(90, 88, 90, 0.08), 0px 1px 3px 0px rgba(90, 88, 90, 0.09);
	transition: 0.3s;
	text-decoration: none !important;
}
.main-sliders a:visited {
	color: #FFFFFF !important;
}
.main-sliders a:hover {
	background-color: #001489;
}
.home-main-content {
	background-color: #F8F8F8;
	padding-bottom: 50px;
}
.home-main-content .container {
	position: relative;
}
.section-nav {
	cursor: pointer;
	box-shadow: 0px 29px 8px 0px rgba(84, 84, 84, 0.00), 0px 19px 7px 0px rgba(84, 84, 84, 0.01), 0px 11px 6px 0px rgba(84, 84, 84, 0.05), 0px 5px 5px 0px rgba(84, 84, 84, 0.09), 0px 1px 3px 0px rgba(84, 84, 84, 0.10);
	height: 24px;
	border-radius: 50%;
	width: 24px;
	position: absolute;
	top: 99px;
}
.prev-button {
	background-image: url('../images/Icon-back-orange.svg');
	transition: 0.3s;
	right: 90px;
}
.prev-button:hover {
	background-image: url('../images/Icon-back-1-orange.svg');
}
.next-button {
	background-image: url('../images/Icon-next-orange.svg');
	transition: 0.3s;
	right: 50px;
}
.next-button:hover {
	background-image: url('../images/Icon-next-1-orange.svg');
}
.home-main-content h1 {
	font-family: Ubuntu Sans;
	font-weight: 600;
	font-size: 40px;
	line-height: 28px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
	color: #001489;
}
.home-main-content p {
	font-family: Ubuntu Sans;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	margin-bottom: 30px;
}
#slider-products-container .bx-wrapper .bx-viewport {
	background-color: #F8F8F8 !important;
	height: 520px !important;
}
.slider-productos {
	display: flex;
	gap: 16px;
	background-color: #F8F8F8;
}
.card-section {
	width: 320px;
	height: 455px;
	max-width: 392px;
	border-radius: 16px;
}
.card-image {
	width: 320px; 
	height: 320px; 
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}
.card-content {
	padding: 16px 24px; 
	height: 195px; 
	display: flex; 
	flex-direction: column; 
	align-items: center; 
	justify-content: space-evenly; 
	background-color: #FFFFFF;
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px;
}
.card-title {
	font-family: Ubuntu Sans;
	font-weight: 700;
	font-size: 20px;
	color: #001489;
	width: 320px;
	text-align: center;
	background-color: #ffffff;
}
.card-button {
	text-decoration: none !important;
	font-family: Ubuntu Sans;
	font-weight: 500;
	width: 183px;
	padding: 12px 32px;
	border: 1.5px solid #FE5100;
	color: #FE5100;
	border-radius: 100px;
	font-size: 16px;
	text-align: center;
	transition: 0.3s;
	position: relative;
    z-index: 10;
}
.card-button:visited {
	color: #FE5100;
}
.card-button:hover {
	color: #001489 !important;
	outline: none;
	border: 1.5px solid #001489;
}
.card-button:active {
	color: #FFFFFF !important;
	background-color: #FE5100;
	border: 1.5px solid #FE5100;
	transition: none;
}
.bg-section-product {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	/* background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%),
    url('../images/bg-products.png') center / cover no-repeat; */
	background-position: center;
	min-height: 490px;
	width: 100%;
}
.bg-section-product div h1 {
	margin: 0;
	color: #FFF;
	font-family: Ubuntu Sans;
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: 60px;
}
.category-orange-title {
	margin-bottom: 0 !important;
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: #FFFFFF;
    background: #FE5100;
	margin-bottom: 0;
	box-shadow: 0px 161px 45px 0px rgba(84, 88, 90, 0.00), 0px 103px 41px 0px rgba(84, 88, 90, 0.02), 0px 58px 35px 0px rgba(84, 88, 90, 0.06), 0px 26px 26px 0px rgba(84, 88, 90, 0.10), 0px 6px 14px 0px rgba(84, 88, 90, 0.12);
}
.products-sections {
	display: flex;
	padding: 0;
	position: relative;
}
.sections {
	box-shadow: 0px 169px 47px 0px rgba(84, 88, 90, 0.00), 0px 108px 43px 0px rgba(84, 88, 90, 0.00), 0px 61px 37px 0px rgba(84, 88, 90, 0.01), 0px 27px 27px 0px rgba(84, 88, 90, 0.02), 0px 7px 15px 0px rgba(84, 88, 90, 0.02);
	position: absolute;
    top: -25px;
	height: 148px;
	display: flex;
	padding: 16px;
	justify-content: center;
	align-items: center;
	gap: 16px;
	flex: 1 0 0;
	border-radius: 16px;
	background: #FFF;
}
.sections a {
	text-decoration: none !important;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	flex: 1 0 100px;
	transition: 0.3s;
}
.sections a:hover {
	background-color: #F8F8F8;
}
.card-category {
	display: flex;
	height: 116px;
	padding: 16px 8px 8px 8px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
}
.image-category {
	width: 56px;
	height: 56px;
	flex-shrink: 0;
	aspect-ratio: 1/1;
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.image-category-selected {
	filter: invert(14%) sepia(99%) saturate(5363%) hue-rotate(7deg) brightness(101%) contrast(103%);
}
.title-category {
	margin: 0;
	text-align: center;
	color: #001489;
	font-family: "Ubuntu Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 22.732px;
}
.title-category-selected {
	color: #FE5100 !important;
}
.products-main {
	padding-bottom: 32px;
	padding-top: 140px;
	background-color: #F8F8F8;
}
.products-main .container,
.products-main .container .col-md-3 {
	padding: 0;
}
.filter-container {
	border-radius: 16px;
	background: #FFFFFF;
	display: flex;
	padding: 32px 15px 16px 15px;
	flex-direction: column;
	gap: 16px;
}
@media (max-width: 991px) {
	.filter-container {
		margin-bottom: 16px;
	}
}
.filter-title {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	color: #001489;
	font-family: "Ubuntu Sans";
	font-size: 24px;
	margin: 0 0 16px 0;
	font-style: normal;
	font-weight: 600;
}
.filter-options {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 16px;
}
.filter-options a {
	text-decoration: none !important;
}
.filter-options a:active {
	font-weight: 600;
}
.filter-option {
	height: 39px;
	display: flex;
	padding: 0px 16px 0px 24px;
	justify-content: space-between;
	align-items: center;
	transition: 0.3s;
	cursor: pointer;
}
.filter-option:hover {
	background-color: #F8F8F8;
}
.filter-option p {
	margin: 0;
	color: #6E7173;
	font-family: "Ubuntu Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
}

.filter-by-price {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
}
.filter-by-price-active {
    opacity: 1;
    max-height: 70px;
    display: flex;
    align-items: end;
    justify-content: center;
    height: 65px;
}
.filter-by-price-container {
	width: 100%;
    padding: 5px 35px 5px 28px;
}
.filter-by-available {
	opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
    padding: 0 20px;
    gap: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.filter-by-available-active {
	opacity: 1;
    max-height: 70px;
    height: 35px;
}
.filter-button {
	display: flex;
	color: #FFF;
	text-align: center;
	text-decoration: none !important;
	font-family: "Ubuntu Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: -0.24px;
	padding: 10px;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	background: #FE5100;
	transition: 0.3s;
	box-shadow: 0px 35px 10px 0px rgba(90, 88, 90, 0.00), 0px 23px 9px 0px rgba(90, 88, 90, 0.01), 0px 13px 8px 0px rgba(90, 88, 90, 0.05), 0px 6px 6px 0px rgba(90, 88, 90, 0.08), 0px 1px 3px 0px rgba(90, 88, 90, 0.09);
}
.filter-button:visited {
	color: #FFFFFF !important;
}
.filter-button:hover {
	color: #FFFFFF;
	background-color: #001489;
}
.range-container {
	position: relative;
    width: 100%;
}
input[type="range"] {
    position: absolute;
    width: 100%;
    pointer-events: none;
    appearance: none;
    background: transparent;
}
input[type="range"]::-webkit-slider-thumb {
    pointer-events: auto;
    appearance: none;
    width: 16px;
    height: 16px;
    background: #007bff;
    border-radius: 50%;
    cursor: pointer;
}
.products-section {
	padding: 0 0 0 16px;
}
@media (max-width: 992px) {
	.products-section {
		padding-left: 0;
	}
}
.products {
	max-height: 1006px;
    overflow-y: auto;
    overflow-x: hidden;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}
.product-card {
	position: relative;
}
.empty-products {
	border-radius: 16px;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 395px;
}
.product-image {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	position: relative;
	height: 300px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media (max-width: 1200px) {
	.product-image {
		height: 163px;
	}
}
.product-details {
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	background-color: #FFFFFF;
	display: flex;
	height: 195px;
	padding: 16px 16px 24px 16px;
	flex-direction: column;
}
.product-info {
	display: flex;
	padding: 8px 0px 24px 0px;
	flex-direction: column;
	justify-content: center;
	align-items: start;
	gap: 4px;
	align-self: stretch;
}
.product-title {
	width: 244px;
	white-space: nowrap;
	margin: 0;
	overflow: hidden;
	color: #001489;
	text-overflow: ellipsis;
	font-family: "Ubuntu Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
}
@media (max-width: 1200px) {
	.product-title {
		width: 194px;
		font-size: 18px;
	}
}
.product-description {
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	min-height: 48px;
    max-height: 48px;
	color: #6E7173;
	font-family: "Ubuntu Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.28px;
}
.product-info-end {
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: stretch;
}
.prices {
	display: flex;
	height: 48px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	flex: 1 0 0;
}
.before-discount-price {
	margin: 0;
	display: flex;
	align-items: center;
	overflow: hidden;
	color: #6E7173;
	text-overflow: ellipsis;
	font-family: "Ubuntu Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.4px;
	text-decoration: line-through;
}
@media (max-width: 1200px) {
	.before-discount-price {
		font-size: 16px;
	}
}
.price {
	margin: 0;
	display: flex;
	align-items: center;
	overflow: hidden;
	color: #001489;
	text-overflow: ellipsis;
	font-family: "Ubuntu Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: -0.48px;
}
@media (max-width: 1200px) {
	.price {
		font-size: 18px;
	}
}
.product-add-button {
	text-decoration: none !important;
	font-size: 16px;
	display: flex;
	padding: 8px 8px 8px 16px;
	justify-content: center;
	gap: 10px;
	align-items: center;
	flex: 1 0 0;
	border-radius: 100px;
	color: #FFFFFF;
	background-color: #FE5100;
	border: 1.5px solid #FE5100;
	transition: 0.3s;
	box-shadow: 0px 35px 10px 0px rgba(90, 88, 90, 0.00), 0px 23px 9px 0px rgba(90, 88, 90, 0.01), 0px 13px 8px 0px rgba(90, 88, 90, 0.05), 0px 6px 6px 0px rgba(90, 88, 90, 0.08), 0px 1px 3px 0px rgba(90, 88, 90, 0.09);
}
@media (max-width: 1200px) {
	.product-add-button {
		font-size: 14px;
	}
}
.product-add-button:hover {
	color: #FFFFFF;
	background-color: #001489;
	border: 1.5px solid #001489;
}
.product-add-button:active,
.product-add-button:visited {
	color: #FFFFFF !important;
}
.product-details-container {
	background-color: #F8F8F8;
	padding: 20px 0;
}
.container-product-detail {
	display: flex;
	align-items: flex-start;
	background-color: #fff;
	border-radius: 16px;
}
.product-add-products-form {
	width: 50%;
	padding: 64px 32px;
	background-color: #FEFEFE;
	border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}
.product-details-form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	align-self: stretch;
}
.product-detail-information {
	display: flex;
	padding: 8px 0 12px 0;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}
.product-detail-limit {
	margin: 0;
	overflow: hidden;
	color: #FE5100;
	text-overflow: ellipsis;
	font-family: "Ubuntu Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -0.4px;
}
.product-details-description {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	align-self: stretch;
}
.product-description-title {
	margin: 0;
	overflow: hidden;
	color: #54585A;
	text-overflow: ellipsis;
	font-family: "Ubuntu Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: -0.36px;
}
.product-description-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    overflow: hidden;
    color: #6E7173;
    text-overflow: ellipsis;
    font-family: "Ubuntu Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
    transition: max-height 0.3s ease-in-out;
    max-height: 72px;
}
.product-description-text-fulltext {
    max-height: 200px;
	display: block;
}
.product-description-text-transition {
	display: block;
    transition: max-height 0.3s ease-in-out;
}
.product-see-more-button {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.product-see-more-button div {
	display: flex;
	padding: 4px 6px;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
    gap: 5px;
    text-decoration: none !important;
}
.product-see-more-button div:hover {
	background-color: #F8F8F8;
}
.product-see-more-button P {
	margin: 0;
	color: #001489;
	font-family: "Ubuntu Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22.732px;
}
.product-pretext-text {
	color: #6E7173;
	margin: 0;
	font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
	font-size: 14px;
}
.product-detail-custom {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.product-custom-product-formgroup {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	align-self: stretch;
}
.product-custom-product-formgroup .label-container {
	padding: 4px 8px 4px 16px;
}
.product-detail-custom-product-title {
	margin: 0;
	overflow: hidden;
	color: #6E7173;
	text-overflow: ellipsis;
	font-family: "Ubuntu Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}
.product-detail-custom-hw {
	width: 100%;
}
.product-custom-input {
	background-color: #F4F4F4;
	padding: 4px 24px 4px 16px;
	height: 40px;
}
.product-size-qty {
	width: 125px;
	font-size: 15px;
	margin: 0;
	padding: 0;
	font-weight: 600;
}
.product-detail-custom-hw p {
	margin: 0;
	font-size: 12px;
	color: #6E7173;
	padding: 4px 0 0 14px;
}
.product-details-prices {
	padding: 8px 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.btn-options {
	border: 0.5px solid #BBBCBD;
    background: #F4F4F4;
    padding: 6px 7px;
	margin: 0 !important;
}
.btn-minus {
	border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.product-qty-input {
	text-align: center;
    border: 0;
    background: #ffffff;
    box-shadow: none !important;
    padding: 8px 5px !important;
    width: 50px !important;
}
.btn-plus {
	border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.product-button-container {
	width: 100%;
}
.product-details-buttons {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.product-details-button {
	padding: 8px 16px 8px 32px;
	gap: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	text-align: center;
	font-family: "Ubuntu Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	border-radius: 100px;
}
.product-disabled-button {
	cursor: default;
	background-color: #A1A3A4;
}
.product-disabled-button:hover {
	color: #FFFFFF;
}
.product-button-buy {
	background: #FE5100;
	box-shadow: 0px 35px 10px 0px rgba(90, 88, 90, 0.00), 0px 23px 9px 0px rgba(90, 88, 90, 0.01), 0px 13px 8px 0px rgba(90, 88, 90, 0.05), 0px 6px 6px 0px rgba(90, 88, 90, 0.08), 0px 1px 3px 0px rgba(90, 88, 90, 0.09);
	letter-spacing: -0.3px;
	transition: 0.3s;
}
.product-button-buy:hover {
	color: #FFFFFF !important;
	background-color: #001489;
}
.product-details-button .fa-spin {
	display:none;
}
.product-details-button.loading .fa-spin {
	display:inline-block;	
}
.alert-danger {
	font-family: "Ubuntu Sans";
}
.alert {
	margin-bottom: 0 !important;
}
.alert-danger {
    color: #FA4135 !important;
    background-color: #FFD7D7 !important;
	text-align: center;
}
.section-container {
	width: 100%;
	display: flex;
	padding: 40px 0 64px 0;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	flex-shrink: 0;
}
.main-title {
	color: #001489;
	padding-bottom: 16px;
	margin: 0;
	font-family: "Ubuntu Sans";
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: -0.64px;
}
.carro-layout {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
	flex-shrink: 0;
}
.carro-products {
	width: 61.62%;
	display: flex;
	height: 617px;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	flex: 1 0 0;
	align-self: stretch;
	overflow-y: auto;
}
.carro-products::-webkit-scrollbar,
.products::-webkit-scrollbar {
    width: 10px;
}
.carro-products::-webkit-scrollbar-thumb,
.products::-webkit-scrollbar-thumb {
	background: #C9C9C9;
    border-radius: 60px;
}

.carro-card {
	max-height: 189px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex: 1 0 0;
	align-self: stretch;
	border-radius: 16px;
	background-color: #FFFFFF;
}
.carro-product-image {
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	width: 190px;
	height: 190px;
}
.carro-product-info {
	display: flex;
	padding: 24px 32px;
	flex-direction: column;
	gap: 12px;
	flex: 1 0 0;
	align-self: stretch;
}
.carro-product-name {
	padding: 8px 0 12px 0;
	overflow: hidden;
	color: #001489;
	text-overflow: ellipsis;
	font-family: "Ubuntu Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: -0.48px;
	margin: 0;
}
.carro-info-options {
	display: flex;
	align-items: center;
}
.carro-product-price-qty {
	display: flex;
	padding: 8px 20px 8px 0;
	justify-content: space-between;
	align-items: center;
	flex: 1 0 0;
}
.carro-product-price {
	margin: 0;
	overflow: hidden;
	color: #6E7173;
	text-overflow: ellipsis;
	font-family: "Ubuntu Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
}
.carro-product-qty {
	margin: 0;
    overflow: hidden;
    color: #6E7173;
    text-overflow: ellipsis;
    font-family: "Ubuntu Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
	margin: 0;
}
.carro-options {
	display: flex;
	align-items: center;
	gap: 5px;
}
.carro-svg {
	background-repeat: no-repeat;
	height: 17px;
	width: 17px;
	transition: 0.3s;
}
.carro-edit-svg {
	background-image: url('../images/editar.svg');
}
.carro-edit-svg:hover {
	background-image: url('../images/editar-hover.svg');
}
.carro-remove-svg {
	background-image: url('../images/borrar.svg');
}
.carro-remove-svg:hover {
	background-image: url('../images/borrar-hover.svg');
}
.carro-product-svg {
	margin: 0;
}
.carro-no-products {
	width: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
    gap: 14px;
    justify-content: center;
    align-content: center;
    background-color: #fff;
    border-radius: 16px;
}
.carro-no-products p,
.empty-products p {
	text-align: center;
    overflow: hidden;
    color: #6E7173;
    text-overflow: ellipsis;
    font-family: "Ubuntu Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.28px;
    margin: 0;
}
.carro-no-products a {
	width: 250px;
    margin: 0 auto;
}
.carro-total-container {
	width: 38.38%;
	height: 617px;
	display: flex;
	padding: 64px 24px;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
	align-self: stretch;
	border-radius: 8px;
	background: #FFFFFF;
}
.carro-estimado-impuesto {
	display: flex;
	padding: 8px 0 12px 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
}
.carro-estimado {
	width: 100%;
	display: flex;
	justify-content: space-between;
	height: 24px;
	align-items: center;
}
.carro-total-estimado-text {
	margin: 0;
	overflow: hidden;
	color: #001489;
	text-overflow: ellipsis;
	font-family: "Ubuntu Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: -0.36px;
}
.carro-total-estimado-valor {
	overflow: hidden;
	color: #6E7173;
	text-overflow: ellipsis;
	font-family: "Ubuntu Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: -0.36px;
	margin: 0;
}
.carro-impuesto-text {
	overflow: hidden;
	color: #6E7173;
	text-overflow: ellipsis;
	font-family: "Ubuntu Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.28px;
}
.carro-impuesto-text span {
	font-weight: 600;
}
.carro-options-container {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.carro-opciones-compra {
	display: flex;
	height: 48px;
	padding: 8px;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	border-radius: 100px;
	text-align: center;
	font-family: "Ubuntu Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: -0.24px;
	transition: 0.3s;
	text-decoration: none !important;
}
.carro-proceder-deshabilitado {
	cursor: default;
	pointer-events: none !important;
	background: #A1A3A4;
	color: #FFFFFF;
}
.carro-proceder-compra:visited {
	color: #FFFFFF !important;
}
.carro-proceder-compra {
	color: #FFFFFF;
	background: #FE5100;
	box-shadow: 0px 35px 10px 0px rgba(90, 88, 90, 0.00), 0px 23px 9px 0px rgba(90, 88, 90, 0.01), 0px 13px 8px 0px rgba(90, 88, 90, 0.05), 0px 6px 6px 0px rgba(90, 88, 90, 0.08), 0px 1px 3px 0px rgba(90, 88, 90, 0.09);
}
.carro-proceder-compra:hover {
	color: #FFFFFF;
	background-color: #001489;
}
.carro-seguir-comprando {
	color: #FE5100;
	border-radius: 100px;
	border: 1.5px solid #FE5100;
	transition: 0.3s;
}
.carro-seguir-comprando:visited {
	color: #FE5100;
}
.carro-seguir-comprando:hover {
	color: #001489;
	border: 1.5px solid #001489;
}
.confirm-container {
	width: 100%;
	display: flex;
	padding: 24px;
	align-items: flex-start;
	gap: 16px;
	background: #FFFFFF;
}
.confirm-section {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex: 1 0 0;
	align-self: stretch;
}
.delivery-form {
	padding: 32px 0;
	gap: 32px;
}
.pay-methods {
	max-width: 536px;
	padding: 32px 32px 64px 32px;
	gap: 48px;
}
.delivery-text {
	padding: 0px 8px 0 16px;
	overflow: hidden;
	color: #6E7173;
	text-overflow: ellipsis;
	font-family: "Ubuntu Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}
.delivery-inputs {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}
.delivery-information {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	flex: 1 0 0;
	align-self: stretch;
}
.delivery-information-container {
	width: 100%;
}
.design-label {
	margin: 0;
	overflow: hidden;
	color: #6E7173;
	text-overflow: ellipsis;
	font-family: "Ubuntu Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	padding: 4px 8px 4px 16px;
}
.design-input {
	width: 100%;
	color: #6E7173;
	border-radius: 4px;
	border: 0.5px solid #D4D5D6;
	background: #F4F4F4;
	text-overflow: ellipsis;
	font-family: "Ubuntu Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	overflow: hidden;
	display: flex;
	background-color: #F4F4F4;
    padding: 4px 24px 4px 16px;
    height: 40px;
}
.design-input::placeholder {
	color: #A1A3A4;
}
.addres-input {
	margin-bottom: 16px;
}
.house-info {
	width: 33%;
}
.delivery-specific-information {
	display: flex;
	align-items: center;
	gap: 16px;
}
.confirm-region-city {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}
.confirm-contact-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	flex-shrink: 0;
	align-self: stretch;
}
.input-container {
	width: 100%;
}
.design-textarea {
	width: 100%;
	height: auto;
	resize: none;
}
.confirm-pay-container {
	width: 100%;
}
.pay-information-section {
	padding: 8px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pay-text {
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: "Ubuntu Sans";
	font-style: normal;
	line-height: 24px;
}
.total-quote-price {
	color: #54585A;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.3px;
}
.delivery-price {
	color: #6E7173;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -0.3px;
}
.total-price {
	color: #001489;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.36px;
}
.confirm-paymentType-container {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 32px;
}
.confirm-payType-conditions-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 32px;
	align-self: stretch;
}
.paymentTypeRadioInput {
	opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}
.confirm-paymentTypeInput {
	cursor: pointer;
	display: flex;
	width: 151px;
	padding: 16px 8px 8px 8px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	flex-shrink: 0;
	align-self: stretch;
	border-radius: 8px;
	background: #F4F4F4;
	transition: 0.3s;
}
.paymentType-text {
	overflow: hidden;
	color: #001489;
	text-align: center;
	text-overflow: ellipsis;
	font-family: "Ubuntu Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 22.732px;
}
.paymentTypeRadioInput:checked ~ label {
	background: #C9C9C9;
}
.confirm-information {
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	color: #6E7173;
	text-overflow: ellipsis;
	font-family: "Ubuntu Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: -0.24px;
}
.confirm-information {
	display: flex;
    position: relative;
    width: 100%;
	gap: 16px;
    align-items: center;
	margin-left: 16px;
}
.confirm-information input {
	display: none;
}
.confirm-information span {
	width: 19px;
	min-width: 19px;
    height: 19px;
	min-height: 19px;
    border: 2px solid #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.confirm-information input:checked + span::after {
    content: "";
    width: 50%;
    height: 50%;
    background: #ccc;
    border-radius: 50%;
}
.confirm-information p {
	margin: 0;
}
.confirm-quote-aceptation {
	display: flex;
}
.confirm-quote-button,
.confirm-contact-message {
	font-weight: 600;
	display: flex;
	width: 364px;
	height: 48px;
	padding: 8px 8px 8px 16px;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	background: #FE5100;
	color: #FFFFFF;
	transition: 0.3s;
	box-shadow: 0px 35px 10px 0px rgba(90, 88, 90, 0.00), 0px 23px 9px 0px rgba(90, 88, 90, 0.01), 0px 13px 8px 0px rgba(90, 88, 90, 0.05), 0px 6px 6px 0px rgba(90, 88, 90, 0.08), 0px 1px 3px 0px rgba(90, 88, 90, 0.09);
}
.confirm-quote-button:visited,
.confirm-contact-message:visited {
	color: #FFFFFF !important;
}
.confirm-quote-button:hover,
.confirm-contact-message:hover {
	color: #FFFFFF;
	background-color: #001489;
}
.confirm-quote-button .fa-spin {
	display:none;
}
.confirm-quote-button.loading .fa-spin {
	display:inline-block;	
}
.admin-information {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.confirm-iconset {
	display: flex;
	padding: 16px 0px;
	justify-content: flex-end;
	align-items: center;
	gap: 24px;
	align-self: stretch;
	border-bottom: 1.5px solid #D4D5D6;
}
.confirm-icon-image {
	height: 40px;
    margin: auto;
}
.confirm-icon-title {
	margin: 0;
	width: 262px;
	color: #A1A3A4;
	font-family: "Ubuntu Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22.732px;
}
.alert-info {
	text-align: center !important;
}
.contact-display {
	display: flex;
	gap: 16px;
	width: 100%;
}
.contact-form-container {
	width: 60%;
	background-color: #FFFFFF;
	border-radius: 16px;
	padding: 32px;
}
.contact-form {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	flex: 1 0 0;
	align-self: stretch;
}
.contact-form div {
	width: 100%;
}
.relevant-info {
	width: 40% !important;
	display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
}
.relevant-info div {
	width: 100% !important;
}
.confirm-contact-message {
	width: 100% !important;
}
.relevant-info-text {
	color: #A1A3A4;
	font-family: "Ubuntu Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22.732px;
}
.contact-button {
	margin: auto;
}
.confirm-contact-message {
	margin: 0;
	text-decoration: none !important;
}
.modal-title {
	font-weight: 600;
	padding: 0;
	font-size: 16px;
}
.my-quotes-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.w-100 {
	width: 100%;
}
.sub-title-quotes {
	font-size: 23px;
}
.body-header-quotes {
	font-size: 14px;
	color: #6E7173;
	text-overflow: ellipsis;
	font-family: "Ubuntu Sans";
	font-style: normal;
	font-weight: 700;
}
.body-quotes {
	font-size: 12px;
    color: #6E7173;
    text-overflow: ellipsis;
    font-family: "Ubuntu Sans";
    font-style: normal;
    font-weight: 400;
}
.modal-body .container-product-detail .product-add-products-form {
	padding: 16px 32px;
}
.pago-ok-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	width: 100%;
    background-color: #FFf;
    padding: 32px 0;
    border-radius: 16px;
	text-align: center;
}
.pago-ok-texts {
	display: flex;
    flex-direction: column;
    gap: 8px;
}
.text-pago-ok {
	font-size: 16px;
	font-family: 'Ubuntu Sans';
	font-weight: 600;
}
.text-pago-ok span {
	font-weight: 400;
}
.pago-ok-flex-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}
.product-detail-custom-options ul.hr li {
	min-width: auto;
}
.display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.display-cell{
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.header-tienda {
	margin-top: 50px;
	margin-bottom: 50px;
	width: 100%;
}
.icon-cart a {
	/* background-color: #fe5000; */
	border: 1px solid #fe5000;
    color: #FFF;
    padding: 12px 14px;
    border-radius: 50%;
    font-size: 23px;
}
.icon-cart a span {
	font-size: 15px;
    position: absolute;
    top: -12px;
    right: -4px;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 22px;
    color: #FFF;
    text-align: center;
    background-color: red;
    border-radius: 50%;
}
.main-menu li {
	margin-left: 20px !important;
	margin-right: 20px !important;
	position: relative;
}
.main-menu a {
	/* font-family: 'museo_sans_cyrl700'; */
	font-family: 'Ubuntu Sans';
	font-weight: 700;
	font-size: 15px;
	/* color:#666; */
	/* color: #313131; */
	color: #181818;
	text-transform: uppercase;
	text-decoration: none;
}
.main-menu a:hover {
	color:#fe5000;
}
.main-menu li ul {
	position: absolute;
	z-index: 999;
	left: 0;
	top: 30px;
	display:none;	
	margin: 0;
	padding: 0;
	width: 300px;
    background-color: #FFF;
    text-align: left;
	-webkit-box-shadow: -24px 34px 36px -35px rgba(0,0,0,0.75);
	-moz-box-shadow: -24px 34px 36px -35px rgba(0,0,0,0.75);
	box-shadow: -24px 34px 36px -35px rgba(0,0,0,0.75);
}
.main-menu li:hover ul {
	display:block;
}
.main-menu li:hover ul li ul {
	display:none;
}
@media only screen and (max-width: 500px) {
.main-menu li:hover ul {
	display:none;
}	
}
.main-menu li ul li:hover {
	background-color:#EEEEEE;
}
.main-menu li ul li:hover ul {
	display:block;
}

.main-menu li ul li {
	margin-left: 15px !important;
	display:block;
}
.main-menu li ul li a {
	display:block;
	padding: 4px;
	margin: 6px 0px;
}
.main-menu li ul li ul {
	display:none;
	position: absolute;
	top: 0;
	left: 80%;
	box-shadow: none !important;
	width: auto;
	min-width: 150px;
	border: 1px solid gray;
}
.main-menu li ul li ul li {
	margin: 0 !important;
	margin-top: -6px !important;
}
.prev-buttom, .next-buttom {
	position: absolute;
	transform: translateY(-50%);
	color: white;
	border: none;
	cursor: pointer;
}
.slider-container {
    overflow: visible !important;
    width: 100%;
    position: relative;
}
.home-slider {
	margin-bottom:15px;
}
.banners img { 
	max-width: 85%; 
}
.banners {
	margin-bottom:15px; 
}
footer {
	background-color: #FE5100;
}
.footer-content {
	height: 96px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.copyrights {
	font-family: Ubuntu Sans;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0;
}
.socials-media {
	display: flex;
	align-items: center;
	gap: 15px;
}
.copyrights img {
	max-width: 100px;
}
hr.hr {
	border-top: 1px solid #999;
}
.footer-section {
	padding-top: 15px;
	padding-bottom: 20px;
}
.footer-section p {
	padding-top: 30px;
	padding-bottom: 5px;
	font-size: 12px;
	color: #999;
}
.footer-section .social-icons a {
	color:#333; 
	font-size: 18px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}
.footer-section .menu-footer ul {
	padding:0;
	margin:0;
	list-style:none;
}
.footer-section .menu-footer ul li {
	display:block;
	list-style:none;
	padding:0;
	margin:0;
	margin-top: 6px;
	margin-bottom: 10px;
}
.footer-section .menu-footer ul li a {
	display:block;
	font-size: 16px;
	color: #999;
	-webkit-transition: all 0.5 ease;
	transition: all 0.5 ease;
}
.footer-section .menu-footer {
	font-size: 16px;
}
.footer-section .menu-footer h1 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 28px;
	font-weight: 600;
}
.footer-section .menu-footer h3 {
	/* font-family: 'museo_sans_cyrl700'; */
	font-family: 'Ubuntu Sans';
	font-weight: 700;
	font-size: 18px;
}
.boletin .input-group input {
	margin: 10px; 
}
.boletin .input-group-addon {
	background-color:transparent;
	border:0;
}
.btn-gris {
	padding: 8px 32px;
    border-radius: 100px;
	background-color:#CCC;
	color:#FFF;
	/* font-family: 'museo_sans_cyrl700'; */
	font-family: 'Ubuntu Sans';
	font-weight: 700;
	text-align:center;
	transition: all 0.3s ease;
	outline: none;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	border:1px solid #CCC; 
}
.btn-gris:hover, .btn-gris:focus {
	background-color: #FFF;
	color:#CCC;
	outline: none;
} 
.btn-naranja {
	padding: 8px 32px;
    border-radius: 100px;
    background: #FE5100;
    box-shadow: 0px 35px 10px 0px rgba(90, 88, 90, 0.00), 0px 23px 9px 0px rgba(90, 88, 90, 0.01), 0px 13px 8px 0px rgba(90, 88, 90, 0.05), 0px 6px 6px 0px rgba(90, 88, 90, 0.08), 0px 1px 3px 0px rgba(90, 88, 90, 0.09);
	color:#FFF;
	font-family: 'Ubuntu Sans';
	font-weight: 700;
	text-align:center;
	transition: all 0.3s ease;
	outline: none;
	-webkit-transition: all 0.3s ease;
	text-decoration: none !important;
}
.btn-naranja:visited {
	color: #ffffff;
}
.btn-naranja:hover, .btn-naranja:focus {
	background-color: #001489;
	color:#ffffff;
	outline: none;
}
.btn-naranja .fa-spin {
	display:none;
}
.btn-naranja.loading .fa-spin {
	display:inline-block;	
}
.carrusel {
	width: 100%;
}
.carrusel-container {
	position:relative;
}
.carrusel-home { 
	width: 100%;
	margin-top: 60px; 
	margin-bottom: 60px;
}
.carrusel-home h4 {
	color:#fe5000;
	font-size: 18px;
	padding:0;
	margin:0;
	margin-top: 10px;
	margin-bottom: 10px;
}
.carrusel-home .img-div {
	margin-top: 12px;
	margin-bottom: 25px;
}
.carrusel-home h3 {
	padding:0;
	margin:0;
	color:#000;
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.carrusel-home .slick-slide {
    margin: 0 10px;
    outline: 0 !important;
}
.carrusel-home a {
	text-decoration:none;
}
.carrusel-prev {
  position:absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index:3;
  background-color: rgba(0,0,0,0.5);
  color:#FFF;
  font-size: 20px;
  padding: 10px;
  cursor:pointer;
}

.carrusel-next {
  position:absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index:3;
  background-color: rgba(0,0,0,0.5);
  color:#FFF;
  font-size: 20px;
  padding: 10px;
  cursor:pointer;
}
.product-box {
	position:relative;
	border-radius: 10px;
	overflow:hidden;
	border: 1px solid #AAA;
	outline: 0 !important;
	margin-bottom: 10px;
}
.product-box:hover {
	border-color:#fe5000;
}
.product-box:hover .product-box-tools {
	max-height: 100px;
}
.product-box-image {
	position:relative;
	margin:auto;
	background-position:center center;
	background-size: cover;
	width: 100%;
	height: 220px;
	margin-top: 7px;
}
.product-box-image img { width:100%; height: 100%; }
.product-box-tools a {
	color:#FFF;
	display:block;
	padding:6px;
}
.product-box-tools a:hover {
	font-weight:bold;
}
.product-box-tools a img {
	vertical-align:middle;
}
.product-box-tools {
	max-height: 0px;
	overflow:hidden;
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	background-color:#fe5000;
	color:#FFF;
	
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.product-box-success {
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	display:none;
	background-color:green;
	color:#FFF;
}

.product-box-info {
	padding: 8px;
	color:#999;
	font-size: 13px;
	margin:auto;
}

.product-box-title {
	font-size: 16px;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    min-height: 45px;
    color: #616161;
    max-height: 45px;
    overflow: hidden;
}
.product-box-title a {
	font-size: inherit;
	color: inherit;
	/* font-family: 'museo_sans_cyrl700'; */
	font-family: 'Ubuntu Sans';
	font-weight: 700;
}
.product-box-title a:hover {
	text-decoration: underline;
}
.product-box-price {
	/* font-family: 'museo_sans_cyrl700'; */
	font-family: 'Ubuntu Sans';
	font-weight: 700;
	color:#000;
	font-size: 14px;
	padding-top: 4px;
	padding-bottom:4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-box-small {
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#modalLogin img {
	max-width: 150px;
}
#modalLogin p {
	font-size: 16px;
}
.side-box {
	border: 1px solid #BCBCBC;
	padding: 15px;
}
.side-box .side-box-liner {
	border-bottom: 1px solid #BCBCBC;
	padding-top: 15px;
	padding-bottom: 15px;
}
.side-box .side-box-liner:first-child {
	padding-top:0px;
}
.side-box .side-box-liner:last-child {
	padding-bottom:0px;
	border-bottom:0;
}
.side-nobox {
	margin-top: 20px;
	margin-bottom: 20px;
}
.side-nobox h3 {
	color: #616161;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 10px;
    font-weight: bold;
}
.side-box h3 {
	color: #616161;
	font-size: 16px;
	margin-top: 10px;
    font-weight: bold;
}
.side-box ul  {
	padding:0;
	/*
	margin-left: 10px;
	margin-right:10px;
	*/ 
}
.side-box ul li {
	list-style:none;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 25px;
}
.side-box ul li a {
    color: #ff5305;
    font-size: 16px;
    padding: 0px;
    margin: 5px 0px;
    display: block;
}
.left-black {
	font-weight: bold;
}
.big-subcategory {
	font-size: 17px;
	font-weight:bold;
	text-transform: uppercase;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #FF5800;
	display:block;
	text-decoration:none;
	color:#FF5800;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.big-subcategory:hover {
	background-color:#FF5800;
	color:#FFF;
	text-decoration:none;
}
.singleslide-product {
	position:relative;
	vertical-align:middle;
}
.singleslide-image {
	width: 40%;
	height: auto;
	background-size:cover;
	background-position:center center;
	display: inline-block;
	vertical-align: middle;
}
.singleslide-image img {
	width:100%;
	height:100%;
}
.singleslide-info {
	display: inline-block;
	vertical-align: middle;
	width: 60%;
}
.singleslide-info h4 {
	margin:0;
	font-size: 15px;
	color: gray;
	padding: 10px;
	padding-bottom: 5px;
	vertical-align: middle;
}
.singleslide-info h5 {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 10px;
	padding-top:0;
	vertical-align: middle;
}
.single-prev, .single-next {
	display:inline-block;
	cursor:pointer;
}
.single-next {
	margin-left: 10px;
}

.spro-product {
	position:relative;
	vertical-align:middle;
}
.spro-image {
	width: 100%;
	height: auto;
	background-size:cover;
	background-position:center center;
	display: inline-block;
	vertical-align: middle;
}
.spro-image img {
	width:100%;
	height:100%;
}
.spro-prev, .spro-next {
	display:inline-block;
	cursor:pointer;
}
.spro-next {
	margin-left: 10px;
}
.spro-buttons {
	margin-top: 10px;
}
.hr-dashed {
	border:0;
	height: 2px;
	border-top: 1px dashed #DFDFDF;
	background-color:#FFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
.products-box {
	padding: 32px 20px;
    background-color: #FFFFFF;
    margin: 32px 0;
    border-radius: 16px;
	min-height: 500px;
}
.products-box h2 {
	color: #616161;
	font-size: 18px;
	font-weight: bold;
	margin:0;
	padding:0;
}
.bx-wrapper .bx-controls-direction a {
	z-index: 900;
}

.product-detail-custom-options input[type="radio"]:not(:checked), .product-detail-custom-options input[type="radio"]:checked {
  position: absolute;
  left: -9999%;
}

.product-detail-custom-options input[type="radio"] + label {
	display: inline-block;
    cursor: pointer;
    border: 1px solid #DEDEDE;
    color: black;
    background-color: white;
    margin-bottom: 10px;
    border-radius: 50%;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.product-detail-custom-options input[type="radio"]:checked + label {
	-webkit-box-shadow: 0px 0px 7px 1px rgba(148, 148, 148, 0.66);
	-moz-box-shadow: 0px 0px 7px 1px rgba(148, 148, 148, 0.66);
    box-shadow: 0px 0px 7px 1px rgba(148, 148, 148, 0.66);
    background-color: #DEDEDE;
}

.product-detail-title {
	margin: 0;
	overflow: hidden;
	color: #001489;
	text-overflow: ellipsis;
	font-family: "Ubuntu Sans";
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 29px;
	letter-spacing: -0.64px;
}
.product-detail-price {
	font-size: 18px;
	font-weight:bold;
	color:#616161;
	/* font-family: 'museo_sans_cyrl700'; */
	font-family: 'Ubuntu Sans';
	font-weight: 700;
}
.product-detail-limits {
	margin: 0;
	overflow: hidden;
	color: #FE5100;
	text-overflow: ellipsis;
	font-family: "Ubuntu Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -0.4px;
}
.product-detail-sapcode {
	color:#CCC;
	font-size: 12px;
}
.product-detail-buttons {
	margin-top:15px;
	margin-bottom: 20px;
}
.product-detail-custom-title, .product-section-title {
	font-size: 15px;
	color:#616161;
	padding-top: 20px;
	padding-bottom:10px;
	font-weight:bold;
}
.remove-margin-top {
	margin-top:0;
}
.product-detail-quantity {
	display:block;
	max-width:150px;
}
.product-section-description {
	font-size: 14px;
	color:#808080;
	text-align:justify;
}
.inputQty {
	text-align:center;	
}
.inputQty2 {
	text-align:center;	
}

.success-cart.modal-dialog {
  width: 100%;
  max-width: 550px;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.success-cart .modal-content p {
  padding: 10px;
}
.success-cart .modal-content h2 {
	font-size: 20px;
	padding: 10px;
	font-weight:bold;
	color:#616161;
	/* font-family: 'museo_sans_cyrl700'; */
	font-family: 'Ubuntu Sans';
	font-weight: 700;
}
.success-cart .modal-content a {
	margin-bottom: 30px;
	display:inline-block;
}
#modalVisor .modal-dialog {
	/*max-width: 700px;
	width: 100%;*/
} 
.img-logo-modal {
	max-width: 90px;
}
.product-modal-close {
	position: absolute;
    right: -18px;
    top: -18px;
    background-color: #FFF;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 2px solid gray;
}
.product-modal-close a {
	/* font-family: 'museo_sans_cyrl700'; */
	font-family: 'Ubuntu Sans';
	font-weight: 700;
	font-size: 20px;
	color:#616161;
}
#modalVisorTitle {
	/* font-family: 'museo_sans_cyrl700'; */
	font-family: 'Ubuntu Sans';
	font-weight: 700;
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 35px;
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #929292;
  height: 4rem;
}
.steps > .step {
  position: relative;
  display: table-cell;
  text-align: center;
  font-size: 16px;
  color: #6D6875;
}
.steps > .step:before {
  content: attr(data-step);
  display: block;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  color: #000;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-bottom: 10px;
  line-height: 40px;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 16px;

}
.steps > .step:after {
  content: '';
  position: absolute;
  display: block;
  background: #FE5000;
  width: 100%;
  height: 0.125rem;
  top: 20px;
  left: 50%;
}
.steps > .step:last-child:after {
  display: none;
}
.steps > .step.is-complete {
  color: #000;
}
.steps > .step.is-complete:before {
  content: '\2713';
  color: #FFF;
  background: #FE5000;
  border: 1px solid #FE5000;
}
.steps > .step.is-complete:after {
  background: #FE5000;
}
.steps > .step.is-active {
  font-size: 16px;
}
.steps > .step.is-active:before {
  color: #FFF;
  border: 1px solid #FE5000;
  background: #FE5000;
  margin-bottom: 10px;
}
.cart-container {
	margin-top: 35px;
	margin-bottom: 55px;
}
.cart-container .item-header > div {
	color: #000;
	/* font-family: 'museo_sans_cyrl700'; */
	font-family: 'Ubuntu Sans';
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	border-bottom: 1px solid #CECECE;
	padding-bottom:15px;
}

.cart-container .item-row {
	padding-top: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #CECECE;
}
.cart-container .item-row:last-child {
	/*border-bottom: 0;*/
}
.cart-container .item-row div {
	color: #000;
	font-size: 14px;
}
.cart-container .item-price {
	display:block;
	margin-top: 3px;
	margin-bottom: 3px;
	/* font-family: 'museo_sans_cyrl700'; */
	font-family: 'Ubuntu Sans';
	font-weight: 700;
}
.cart-container .item-totalprice {
	/* font-family: 'museo_sans_cyrl700'; */
	font-family: 'Ubuntu Sans';
	font-weight: 700;
}
.cart-container .item-image {
	background-size: cover;
	background-position: center center;
	width: 75px;
	height: 75px;
}
.cart-container .item-image img {
	width: 100%;
	height: 100%;
}
.cart-container .item-icons a {
	font-size: 20px;
	display:inline-block;
	margin-left: 5px;
	margin-right: 5px;
	color:#000;
}
.cart-container .item-icons a:hover {
	color: #FE5000;
}
.cart-container .item-det {
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
}
.cart-container .order-total {
	margin-top: 7px;
	margin-bottom: 7px;
	color:#111;
	font-size: 18px;
	text-align:right;
	/* font-family: 'museo_sans_cyrl700'; */
	font-family: 'Ubuntu Sans';
	font-weight: 700;
}
.cart-container .order-grandtotal {
	margin-top: 7px;
	margin-bottom: 7px;
	color:#FE5000;
	font-size: 18px;
	text-align: right;
	/* font-family: 'museo_sans_cyrl700'; */
	font-family: 'Ubuntu Sans';
	font-weight: 700;
}

.delivery .order-total {
	margin: 0;
	color:#000;
	font-size: 18px;
	text-align: right;
	/* font-family: 'museo_sans_cyrl700'; */
	font-family: 'Ubuntu Sans';
	font-weight: 700;
}
.delivery .order-grandtotal {
	margin: 0;
	color:#FE5000;
	font-size: 18px;
	text-align: right;
	/* font-family: 'museo_sans_cyrl700'; */
	font-family: 'Ubuntu Sans';
	font-weight: 700;
}
.delivery .item-row {
	margin-top: 4px;
	margin-bottom: 4px;	
}
.comments {
	resize: none;
}
.webpay-checkout {
	max-width: 100%;
	width: 180px;
}
.order-buttons {
	margin-top:10px;
	margin-bottom: 20px;
}
.delivery .order-buttons {
	margin-top: 40px;
	margin-bottom: 30px;
}
.no-border-bottom {
	border-bottom: 0;
}
.delivery {
	margin-top: 30px;
	margin-bottom: 40px;
}
.delivery textarea {
	resize:none;
}
.radiocustom1 input[type="radio"] {
	display: none;
}
.radiocustom1 label {
	position: relative;
	display: block;
	padding: 3px 3px 3px 30px;
	cursor: pointer;
	margin-left: 20px;
	margin-top: 10px;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}
.radiocustom1 label::before,
.radiocustom1 label::after {
	position: absolute;
	content: '';
	top: 50%;
	border-radius: 100%;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.radiocustom1 label::before {
	left: 1px;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background: #f3f3f3;
	border: 1px solid #cdcdcd;
}
.radiocustom1 label:hover::before {
	background: #fff;
}
.radiocustom1 label::after {
	opacity: 0;
	left: 4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #fe5000;
	-webkit-transform: scale(2);
	transform: scale(2);
}
.radiocustom1 input[type="radio"]:checked + label::before {
	background: #fff;
	border: 1px solid #fe5000;
}
.radiocustom1 input[type="radio"]:checked + label::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#custom_address {
	margin-left: 20px;
	padding-top: 0 !important;
}
#custom_address input, #custom_address select {
	text-transform: uppercase;
}
#sortable {
    display: inline-block;
    max-width: 120px;
    font-size: 12px;
    height: 30px;
    padding: 0;
}
.payment-title {
	font-size: 20px;
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
	color:#fe5000;
	/* font-family: 'museo_sans_cyrl700'; */
	font-family: 'Ubuntu Sans';
	font-weight: 700;
}
.payment-det {
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 15px;
	width: 100%;
	text-align:center;
}
.payment-det > div {
	font-size: 15px;
}
.payment-strong {
	font-family: 'Ubuntu Sans';
	font-weight: 600;
}
.payment-strong span {
	font-weight: 400;
}
.voucher {
	width: 100%;
	max-width: 700px;
    margin: auto;
}
.only-in-mobile {
	display:none !important;
}
.no-in-mobile {
	display:block !important;
}
@media only screen and (max-width: 500px) {
	.header-tienda {
		margin: auto;
		margin-top: 20px;
		margin-bottom: 10px;
		text-align:left;
	}
	.header-tienda .main-menu {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.header-tienda .main-menu li {
		width: calc(50% - 50px); 
    	padding: 10px;
	}
	.header-tienda .main-menu li:last-child {
		width: 80%;
	}
	.header-tienda .mobile-cart {
		position: absolute;
    	right: 0;
    	max-width: 80px;
    	top: 60px
    }
	.display-table {
		display:block;
	}
	.display-cell {
		display: block;
	    width: 100%;
	}
	.delivery .order-buttons > div {
		text-align: right;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.side-iconset {
		display:none;
	}
	.bgblacktop {
		width: 100%;
	}
	.header-tienda img {
		max-height: 100px;
	}
	.only-in-mobile {
		display:block !important;
	}
	.no-in-mobile {
		display:none !important;
	}
}


.search-box {
  display: inline-block;
  width: 100%;
  border-radius: 3px;
  padding: 4px 55px 4px 15px;
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.search-box.hovered, .search-box:hover, .search-box:active {
  border: 1px solid #aaa;
}
.search-box input[type=text] {
  border: none;
  box-shadow: none;
  display: inline-block;
  padding: 0;
  background: transparent;
}
.search-box input[type=text]:hover, .search-box input[type=text]:focus, .search-box input[type=text]:active {
  box-shadow: none;
}
.search-box .search-btn {
  position: absolute;
  right: 2px;
  top: 2px;
  color: #aaa;
  border-radius: 3px;
  font-size: 21px;
  padding: 5px 10px 1px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.search-box .search-btn:hover {
  color: #fff;
  background-color: #FE5000;
}


/* ************************************************************************************** */
/* ADMIN CSS */
/* ************************************************************************************** */
.admin_h1 {
	color: #FE5000;
	font-size: 24px;
	margin: 0;
}
#admin_login .container #login-row #login-column #login-box {
  max-width: 600px;
  height: 320px;
  border: 1px solid #FE5000;
  background-color: #EDEDED;
}
#admin_login .container #login-row #login-column #login-box #login-form {
  padding: 20px;
}
.admin_menu li a {
	font-size: 14px;
	color: #000;
}
.admin_menu li.active a, 
.admin_menu li.active a:hover {
	color: #FE5000;
	background-color: #EEEEEE;
}
.table-gray thead tr th {
	background-color:#f2f2f2;
	font-size: 14px;
}
.table-gray tbody tr td {
	font-size: 14px;
}
.table-gray td i {
	font-size: 18px;
    line-height: 25px;
}
.table-gray td small i {
	font-size: 10px;
	line-height: auto;
} 
.table-gray .img {
	max-width: 150px;
}
.table-gray .img2 {
	max-width: 60px;
}
.short150 {
	max-width: 150px;
	width: 150px;
	text-overflow: ellipsis;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
}
.img_thumb {
	max-width: 100%;
	width: 200px;
	height: auto;
}
.pd-15 {
	padding: 15px;
}
#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	min-width: 100vw;
	z-index: 999;
	background-color: rgba(255,255,255,0.8);
}
#loading .loading-gif {
	position: absolute;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	z-index: 1000;
	top: 50%;
	left: 50%;
	max-width: 128px;
	width: 100%;
	height: auto;
}
.mb-30 {
	margin-bottom: 30px;
}
.homebox {
	margin:0;
	padding:0;
	text-align:center;
}
.homebox-item {
	width: calc(33% - 24px);
	margin: 12px;
	display:inline-block;
}
#searchInTable {
	max-width: 200px;
}
.bgblacktop {
	background-color: #333;
	min-height: 40px;
    font-size: 13px;
    font-weight: 100;
}
.side-inbox {
	margin-top: 72px;
}
.no-sort::after { display: none!important; }
.no-sort { pointer-events: none!important; cursor: default!important; background-image: none !important; }
.tabla2 th {
	background-color:#ffe4d7;
}
.table-totals h5 {
	margin: 0;
}
.logo_footer {
	width: 100%;
	max-width: 180px;
	position: absolute;
	bottom: 50%;
	right: 0;
}
.footer-section .menu-footer ul li a:hover {
	color:#FE5000;
	text-decoration: none;
}










.search {
  position: absolute;
  left: 0;
  /*
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  */
}
.search * {
  outline: none;
  box-sizing: border-box;
}
.search__wrapper {
  position: relative;
}
.search__field {
  width: 50px;
  height: 50px;
  color: transparent;
  font-family: Lato, sans-serif;
  font-size: 1.35em;
  padding: 0.35em 50px 0.35em 0;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search__field:focus {
  border-bottom-color: #ccc;
  width: 200px;
  color: #2b2b2b;
  cursor: default;
}
.search__field:focus ~ .search__icon {
  background-color: transparent;
  cursor: pointer;
  pointer-events: auto;
}
.search__icon {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #e9f1f4;
  width: 50px;
  height: 50px;
  font-size: 1.35em;
  text-align: center;
  border-color: transparent;
  border-radius: 50%;
  pointer-events: none;
  display: inline-block;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.search__field::-webkit-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition-property: top, color;
  transition-property: top, color;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field:-moz-placeholder {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition-property: top, color;
  -moz-transition-property: top, color;
  transition-property: top, color;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field::-moz-placeholder {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition-property: top, color;
  -moz-transition-property: top, color;
  transition-property: top, color;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field:-ms-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition-property: top, color;
  -ms-transition-property: top, color;
  transition-property: top, color;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field::-webkit-input-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: 0.65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}
.search__field:-moz-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: 0.65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}
.search__field::-moz-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: 0.65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}
.search__field:-ms-input-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: 0.65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}
ul.spro-thumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 7px;
}
ul.spro-thumbs li {
  display: inline-block;
  list-style: none;
  max-width: 24.2%;
}
ul.spro-thumbs li:first-child {
}
.thumb-image {
	cursor:pointer;
    border: 2px solid #FFF;
}
.thumb-image.active {
	border: 2px solid black;
}
.previo1 {
	text-decoration: line-through;
	font-size: 13px;
	display: inline-block;
	margin-right: 10px;
	color: #999;
}
.previo2 {
	text-decoration: line-through;
	font-size: 13px;
	display: inline-block;
	margin-right: 10px;	
	color: #999;
}
.product-offer-on {
	display: block;
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #fe5000;
    padding: 4px 20px;
    color: #FFF;
    font-weight: bold;
    z-index: 10;
}
.product-detail-slider {
	position: relative;
}
.product-offer-on2 {
	z-index: 10;
	display: block;
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 20px;
    background-color: #fe5000;
    padding: 4px 20px;
    color: #FFF;
    font-weight: bold;
}
p {
	font-size: 14px;
}
.aviso {
	text-align:center;
	border: 2px solid #f46800;
	color: #000;
	font-size: 16px;
	padding: 12px;
}
.pt-0 {
	padding-top: 0;
}
.inv_edit {
	max-width: 50px;
	text-align:center;
	border:1px solid black;
	background-color:#FFF;
}
.inv_edit:focus {
	background-color:#EEE;
	border: 1px solid #fe5000;
}
div.radio-with-Icon {
  display: block;
}
div.radio-with-Icon p.radioOption-Item {
  display: inline-block;
  width: 180px;
  height: 100px;
  box-sizing: border-box;
  margin: 0px 10px 30px 20px;
  border: none;
}
div.radio-with-Icon p.radioOption-Item label {
  display: block;
  height: 100%;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #fe5000;
  color: #fe5000;
  cursor: pointer;
  opacity: .8;
  transition: none;
  font-size: 13px;
  padding-top: 15px;
  text-align: center;
  margin: 0 !important;
}
div.radio-with-Icon p.radioOption-Item label:hover, div.radio-with-Icon p.radioOption-Item label:focus, div.radio-with-Icon p.radioOption-Item label:active {
  opacity: .5;
  background-color: #fe5000;
  color: #fff;
  margin: 0 !important;
}
div.radio-with-Icon p.radioOption-Item label::after, div.radio-with-Icon p.radioOption-Item label:after, div.radio-with-Icon p.radioOption-Item label::before, div.radio-with-Icon p.radioOption-Item label:before {
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
}
div.radio-with-Icon p.radioOption-Item label i.fa {
  display: block;
  font-size: 50px;
}
div.radio-with-Icon p.radioOption-Item input[type="radio"] {
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
}
div.radio-with-Icon p.radioOption-Item input[type="radio"]:active ~ label {
  opacity: 1;
}
div.radio-with-Icon p.radioOption-Item input[type="radio"]:checked ~ label {
  opacity: 1;
  border: none;
  background-color: #fe5000;
  color: #fff;
}
div.radio-with-Icon p.radioOption-Item input[type="radio"]:hover, div.radio-with-Icon p.radioOption-Item input[type="radio"]:focus, div.radio-with-Icon p.radioOption-Item input[type="radio"]:active {
  margin: 0 !important;
}
div.radio-with-Icon p.radioOption-Item input[type="radio"] + label:before, div.radio-with-Icon p.radioOption-Item input[type="radio"] + label:after {
  margin: 0 !important;
}