@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Alegreya:400,400i,700,700i,900,900i');
@media print{
	@page {size: landscape}
	body{ height:auto !important; }
}

@media (min-width: 600px){
	.mobileonly{
		display:none;
	}
}
@media (max-width: 599px) {
	.nomobile {
		display: none !important;
	}
}

html {
	position: fixed;
	height: 100%;
	overflow: hidden;
}
body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}

@media (min-width: 960px){
	md-toast.pin-below-header {
		    transform: translateY(100px);
			right: calc(50vw - 600px) !important;
	}
}
md-autocomplete md-autocomplete-wrap md-progress-linear{
    top:48px;
}
.md-errors-spacer:empty { 
	display: none; 
}
.md-dialog-close-button {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
md-icon.md-dialog-close-button-icon{
	
}

.app-placeholder {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: scroll;
    overflow-x: hidden;
}
.app-content{
	display: flex;
	flex-direction: column;
	flex: none;
	flex-grow: 1;
}
.page-content {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 100%;
    width: 1200px;
    padding-bottom:50px;
    box-sizing: border-box;
}
@media (max-width: 599px) {
	.page-content {
		padding: 0px 10px;
	}
}
.page-title {
	width: auto;
	display: flex;
	text-decoration: none;
	align-items: center;
	font-family: 'Alegreya';
	color: #551a8b;
	text-align: center;
	line-height: 1;
	font-size: 2em;
	margin: 22px 0px;
	font-weight: bold;
	padding: 0px 10px;
}
.page-title:before {
    flex: 1;
    height: 1px;
    border-top: 2px solid #551a8b;
    content: "";
    margin-right: 20px;
    box-sizing: border-box;
}
.page-title:after {
    flex: 1;
    height: 1px;
    border-top: 2px solid #551a8b;
    content: "";
    margin-left: 20px;
    box-sizing: border-box;
}
.content {
    padding: 0px 10px;
    width: 100%;
    flex: 1;
    box-sizing: border-box;
}
.page-toolbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 12px 10px;
}
.page-toolbar .input-container {
    margin-right: 12px;
}
.input-container {
    display: flex;
    height:36px;
}
.page-warning {
    padding: 40px 20px 10px 10px;
    font-size: 16px;
	color:red; 
}

.units-control {
    display: flex;
    align-items: center;
    height: 44px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden;
    width: 134px;
}
.units-subtract-button, .units-add-button {
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 32px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
     /* Old browsers */
     /* FF3.6-15 */
     /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     /* IE6-9 fallback on horizontal gradient */
    cursor: pointer;
}
.units-input {
    text-align: center;
    line-height: 44px;
    width: 44px;
    box-sizing: border-box;
    height: 44px;
    border: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}


.buttons-placeholder{
	
display: flex;
	
align-items: center;
	
justify-content: center;
	
margin: 40px 0px;
}

.spacer {
    flex: 1;
}
.link{
	font-size:12px;
	color:blue;
	cursor:pointer;
}
.button {
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    background: rgb(107,19,107);
    background: -moz-linear-gradient(top, rgba(107,19,107,1) 1%, rgba(88,19,94,1) 53%, rgba(73,15,65,1) 100%);
    background: -webkit-linear-gradient(top, rgba(107,19,107,1) 1%,rgba(88,19,94,1) 53%,rgba(73,15,65,1) 100%);
    background: linear-gradient(to bottom, rgba(107,19,107,1) 1%,rgba(88,19,94,1) 53%,rgba(73,15,65,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b136b', endColorstr='#490f41',GradientType=0 );
    color: white;
    padding: 8px 32px;
    border-radius: 4px;
    font-weight: 500;
    font-family: Roboto;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button.disabled{
	background:rgb(207, 187, 207);
	cursor:not-allowed;
}
.button-sm {
    padding: 4px 12px;
    font-size: 12px;
    height: 28px;
}
.button-toggle{
	background:#ccc;
	width: 24px;
	display: inline-block;
}
.button-toggle.selected {
    background: rgb(133, 196, 234);
}
.icon-button{
	width:44px;
	height:44px;
	display: flex;
	padding: 0px;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
}
.icon-button md-icon {
    color: white;
}
.red-button{
	background: #da4141
}
.gray-button{
	background:#999999;
}
.green-button{
	background: #2cca2c;
}
.orange-button{
	background: #f1811a;
}
.round-button {
    border-radius: 50%;
}
.button-icon {
    color: white;
}
.captcha-placeholder {
    display: flex;
    justify-content: center;
    padding:20px;
    flex-direction: column;
    align-items: center;
}

.cart-button {
	cursor: pointer;
	position: relative;
	z-index: 2;
	background: linear-gradient(to bottom, rgba(107,19,107,1) 1%,rgba(88,19,94,1) 53%,rgba(73,15,65,1) 100%);
	border-radius: 3px;
	outline: none;
	height: 36px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding-left: 4px;
	text-decoration: none;
}
.cart-button md-icon{
    color: #fff;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
}



.right{ text-align:right; }
.left{ text-align:left; }
.center{ text-align:center; }
.bold{ font-weight:bold; }

.purple{ color: #490F41; fill:#490F41; }
.gray{ color: #999999; fill:#999999; }
.red{ color: #da4141; fill:#da4141; }
.orange{ color: #f1811a; fill:#f1811a; }
.green{ color: #2cca2c; fill:#2cca2c; }
.white{ color: #FFFFFF; fill:#FFFFFF; }
.blue{ color:#4F7CA5; fill:#4F7CA5; }
.gray{ color:#CCC; fill:#CCC; }


.headline {
    width: auto;
    display: flex;
    text-decoration: none;
    padding: 0px 10px;
    align-items: center;
}
.headline:before {
    flex: 1;
    height: 1px;
    border-top: 2px solid #551a8b;
    content: "";
    margin-right: 20px;
    box-sizing: border-box;
}
.headline:after {
    flex: 1;
    height: 1px;
    border-top: 2px solid #551a8b;
    content: "";
    margin-left: 20px;
    box-sizing: border-box;
}
.headline h1 {
	font-family: 'Alegreya';
	color: #551a8b;
	text-align: center;
	line-height: 1;
}
@media (max-width: 599px) {
	.headline h1 {
		font-size: 24px;
		text-transform: lowercase;
		max-width: 200px;
	}
}

.salesman-toolbar-placeholder {
    position: sticky;
    top: 0px;
}
.salesman-toolbar {
    z-index: 99;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    transition: 0.3s ease-in-out all;
    background: #4d1048;
}
.salesman-toolbar.out {
    transform: translateX(100%);
}
.salesman-status-bar {
    display: flex;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    background: #4a0f43;
    color: white;
}


.client-placeholder {
    display: flex;
    min-height: 32px;
    padding: 0px 12px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    flex-direction: column;
    overflow: hidden;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-linear-gradient( 
-45deg
 , rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: linear-gradient( 
135deg
 , rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 );
}
.selected-client {
    display: flex;
    outline: none;
    padding: 12px 0px;
    flex: none;
}
.client-search-box-placeholder {
    height: 0px;
    box-sizing: border-box;
    box-sizing: border-box;
    transition: .4s ease-in-out;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: flex-start;
    justify-content: flex-start;
}
.client-search-box-placeholder.visible {
    height: 200px;
}
.client-search-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 200px;
    overflow: hidden;
    padding: 20px 0px;
    box-sizing: border-box;
    box-shadow: 0px 1px 0px inset #ccc;
}
.client-search-box-searcher {
    padding-bottom: 0px;
    width: 100%;
    display: flex;
    box-sizing: border-box;
    position: relative;
    flex: none;
}
.client-search-box-searcher input {
    flex: 1;
    font-size: 12px;
    padding: 12px;
    border: 1px solid #ccc;
    height: 44px;
    padding-right: 32px;
    outline: none;
    box-sizing: border-box;
    border-radius: 4px;
}
md-icon.client-searcher-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}
.client-search-box-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    padding: 0px;
    overflow: auto;
}
.client-search-box-list-item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    background: white;
    border: 1px solid #ccc;
    padding: 12px;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 4px;
    outline: navajowhite;
}


.fare-placeholder {
    margin-top: 12px;
    display: flex;
    min-height: 32px;
    padding: 0px 12px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    flex-direction: column;
    overflow: hidden;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-linear-gradient( 
-45deg
 , rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: linear-gradient( 
135deg
 , rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 );
}
.selected-fare {
    display: flex;
    outline: none;
    padding: 12px 0px;
    flex: none;
}
.fare-search-box-placeholder {
    height: 0px;
    box-sizing: border-box;
    box-sizing: border-box;
    transition: .4s ease-in-out;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: flex-start;
    justify-content: flex-start;
}
.fare-search-box-placeholder.visible {
    height: 250px;
}
.fare-search-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 250px;
    overflow: hidden;
    padding: 20px 0px;
    box-sizing: border-box;
    box-shadow: 0px 1px 0px inset #ccc;
}
.fare-search-box-searcher {
    padding-bottom: 12px;
    width: 100%;
    display: flex;
    box-sizing: border-box;
    position: relative;
    flex: none;
}
.fare-search-box-searcher input {
    flex: 1;
    font-size: 12px;
    padding: 12px;
    border: 1px solid #ccc;
    height: 44px;
    padding-right: 32px;
    outline: none;
    box-sizing: border-box;
    border-radius: 4px;
}
md-icon.fare-searcher-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}
.fare-search-box-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    padding: 0px;
    overflow: auto;
}
.fare-search-box-list-item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    background: white;
    border: 1px solid #ccc;
    padding: 12px;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 4px;
    outline: navajowhite;
}
.fare-search-box-list-item.selected {
    border: 2px solid purple;
}

.list-item-icon-placeholder {
    padding-right: 12px;
    flex: none;
}
md-icon.list-item-icon {
    font-size: 18px;
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
    margin-top: -6px;
}
.list-item-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.list-item-line-1 {
	font-weight: 500;
	font-size: 14px;
	color: black;
	padding-bottom: 4px;
}
.list-item-line-2 {
    font-size: 12px;
    color: #555;
    padding-bottom: 2px;
}
.list-item-line-3 {
    font-size: 11px;
    font-weight: 300;
    color: #777;
}
.list-item-caption {
    font-size: 10px;
    font-weight: 500;
}


.label {
    font-size: 12px;
    font-weight: 500;
    width: 50%;
}
.label+.link {
    width: 65%;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
}

.legal-advice-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.legal-advice {
    width: 600px;
    height: auto;
    overflow: hidden;
    background: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: column;
    border-radius: 5px;
}
.legal-advice-content {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    flex: 1;
}
.legal-advice-title {
    margin: 0px;
    font-family: Alegreya;
    color: #551a8b;
    font-size: 20px;
    padding: 25px 20px 10px 20px;
}
.legal-advice-text {
    color: black;
    font-size: 14px;
    padding: 10px 20px;
    line-height: 1.5;
    margin: 0px;
}
.legal-advice-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}
.legal-advice-button {
    position: relative;
    background: darkred;
    border-radius: 4px;
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    font-weight: 500;
    /* font-family: Alegreya; */
    cursor: pointer;
    text-align: center;
    width: 100%;
}
.legal-advice-button.black-button {
    background: #3f3f3f;
}
@media (max-width: 599px) {
	.legal-advice {
		position: absolute;
		top: 100px;
		left: 20px;
		right: 20px;
		width: auto;
	}
}

.cookies-backdrop {
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    box-sizing: border-box;
    z-index: 999;
}
.cookies {
    width: 1200px;
    max-width: 100%;
    color: white;
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
}
.cookies-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.cookie-button {
    padding: 10px;
    min-width: 120px;
    border: 1px solid white;
    text-align: center;
    font-size: 16px;
    color: white;
    text-decoration: none;
    cursor: pointer;
}
.cookie-button:first-child {
    margin-right: 20px;
}
@media (max-width: 599px) {
	.cookies-buttons {
		justify-content: space-between;
	}
}


.prompter {
    overflow: hidden;
    width: 100%;
    margin: auto;
    position: relative;
    display: flex;
    max-width: 100%;
    height: 50px;
}
.prompt-message-placeholder {
    width: 100%;
    position: absolute;
	transition: 2s linear all;
    /* height: 50PX; */
}
.prompt-message-placeholder.clickable{
	cursor:pointer;
}
.prompt-message-placeholder.ng-enter {
	opacity:1;
	transform:translateX(100%);
}
.prompt-message-placeholder.ng-enter.ng-enter-active {
	opacity:1;
	transform:translateX(0%);
}
.prompt-message-placeholder.ng-leave {
	opacity:1;
	transform:translateX(0%);
}
.prompt-message-placeholder.ng-leave.ng-leave-active {
	opacity:1;
	transform:translateX(-100%);
}
.prompter-placeholder {
    width: 100%;
}

.home-slider {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /* box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); */
}
@media (max-width: 1199px) {
	.home-slider {
		height: calc(25vw + 50px);
	}
}
@media (max-width: 599px) {
	.home-slider {
		width: 100vw;
		height: calc(100vw);
	}
}
.home-slider-slide {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
}
.home-slider-slide.ng-hide-remove{ 
	opacity:0; transition: all 0.3s ease-in; 
}
.home-slider-slide.ng-hide-remove.ng-hide-remove-active { 
	opacity:1; 
}
.home-slider-slide.ng-hide-add{ 
	opacity:1; transition: all 0.3s ease-out; 
}
.home-slider-slide.ng-hide-add.ng-hide-add-active { 
	opacity:0; 
}
.home-slider-img {
	/* position: absolute; */
	/* top: 0px; */
	/* left: 0px; */
	/* width: 100%; */
	height: 100%;
	object-fit: contain;
	background: #e6e8e3;
}
.slide-fill-left {
    flex: 1;
    background-position: left;
    background-size: 1000%;
}
.slide-fill-right {
    flex: 1;
    background-position: right;
    background-size: 1000%;
}
.home-slider-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.home-slider-products-slideshow {
    z-index: 2;
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.product-slide {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 203px;
    bottom: 0px;
    box-sizing: border-box;
    background: white;
}
.home-slider-products {
    width: 340px;
    position: absolute;
    left: 40px;
    z-index: 2;
    height: 230px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    top: 20px;
    border: 2px solid #511151;
    border-radius: 8px;
    box-sizing: border-box;
}
.home-slider-products-bullets {
    width: 100%;
    height: 24px;
    left: 20px;
    display: flex;
    flex: none;
    overflow: hidden;
    box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3);
    align-items: center;
    justify-content: center;
}
.product-bullet {
    cursor: pointer;
    flex: 1;
    font-size: 20px;
    height: 100%;
    color: white;
    background: linear-gradient(to bottom, rgba(107,19,107,1) 1%,rgba(88,19,94,1) 53%,rgba(73,15,65,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b136b', endColorstr='#490f41',GradientType=0 );
    outline: none;
    text-align: center;
    width: 20px;
    box-sizing: border-box;
    line-height: 24px;
}
.product-bullet:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.product-bullet.selected {background: rgba(73,15,65,1);font-weight: bold;}
.home-slider-link {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0;
    cursor: pointer;
}
.home-slider-slideshow {
    top: 0px;
    left: 0px;
    width: 100%;
    position: relative;
    overflow: hidden;
    flex: 1;
}
.home-slider-bullets {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 50px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6f8f9+0,e5ebee+50,d7dee3+51,f5f7f9+100;White+Gloss */
    background: rgb(246,248,249); /* Old browsers */
     /* FF3.6-15 */
     /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     /* IE6-9 fallback on horizontal gradient */
    /* box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.3); */
    position: absolute;
    bottom: 0px;
    background: transparent;
}
.home-slider-bullet {
    display: inline-block;
    margin: 4px;
    height: 14px;
    width: 14px;
    box-shadow: 1px 1px 1px inset rgba(0, 0, 0, 0.3), -1px -1px 1px inset rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    outline: none;
    background: white;
}
.home-slider-bullet:after {
    position: absolute;
    width: 8px;
    left: 3px;
    top: 3px;
    height: 8px;
    content: "";
    border-radius: 50%;
    transform: scale(0);
    transition: 0.3s ease-in-out all;
/* Gradient */
    background: #551a8b;
    background: linear-gradient(to bottom,  #681369 1%,#4c1048 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59A3E0', endColorstr='#427AA8',GradientType=0 );
    box-shadow: 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);
}
.home-slider-bullet.selected:after {
    transform: scale(1);
}

.home-campaigns {
    width: 100%;
    min-height: 100px;
    background: #eee;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}
.home-campaigns-content {
    width: 1200px;
    margin: auto;
    display: flex;
    height: 100%;
    max-width: 100%;
}
.home-campaign-card {display: flex;width: 400px;cursor: pointer;overflow: hidden;text-decoration: none;}
md-icon.campaign-icon {
    width: 72px;
    height: 72px;
    color: #777;
}
.campaign-icon-placeholder {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}
.campaign-body {
    display: flex;
    flex-direction: column;
    padding: 10px;
    box-sizing: border-box;
    margin: 10px 0px;
    position: relative;
    overflow: hidden;
    flex: 1;
}
.campaign-title {
    font-weight: 500;
    font-size: 24px;
    color: #777;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.campaign-text {
    color: #777;
    font-size: 12px;
    margin-top: 8px;
}
.campaign-body:after {
	content: "";
	position: absolute;
	right: 0px;
	width: 1px;
	height: 100%;
	background: #ccc;
	top: 0px;
	border-radius: 8px;
}


.products-page-banner-placeholder {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #eee;
    box-sizing: border-box;
    max-height: 350px;
    margin-bottom: 20px;
}
.products-page-banner {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    margin: 10px 0px 40px 0px;
    justify-content: center;
}
@media (max-width: 599px) {
	.product-list {
		display: flex;
		width: 100%;
		box-sizing: border-box;
		justify-content: center;
	}
}
.product-showcase {
    display: flex;
    flex-direction: column;
    overflow:hidden;
    padding: 10px 0px;
    box-sizing: border-box;
}
@media (max-width: 1200px) {
	.product-showcase .product-list {
		overflow: auto;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
}
.product-thumb-placeholder {
    width: 300px;
    height: 400px;
    padding: 10px;
    box-sizing: border-box;
}
@media (max-width: 599px) {
	.product-thumb-placeholder {
		width: 300px;
		height: 366px;
		flex: none;
		display: flex;
		align-items: center;
		justify-content: center;
		height: auto;
	}
}
.product-thumb-viewport {
    width: 100%;
    height: 100%;
}
.product-thumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: white;
    border-radius: 8px;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.2), 0 3px 4px 0 rgba(0,0,0,.14), 0 3px 3px -2px rgba(0,0,0,.12);
}
.product-thumb-picture {
    width: 100px;
    height: 130px;
    overflow: hidden;
}
.product-thumb-picture img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    object-fit: cover;
}
.product-thumb-main {
	width: 100%;
	display: flex;
	float: left;
	position: relative;
	overflow: visible;
	height: 170px;
	padding: 10px;
	box-sizing: border-box;
}
@media (max-width: 599px) {
	.product-thumb-main {
		height:200px;
	}
}
.product-thumb-status {
    height: 24px;
    display: flex;
    flex: 1;
    position: relative;
}
@media (max-width: 599px) {
	.product-thumb-status {
		position: absolute;
		left: 100px;
		width: 150px;
		height: 88px;
		display: flex;
		overflow: hidden;
		flex-wrap: wrap;
		box-sizing: border-box;
		margin-left: 10px;
	}
}
.product-thumb-status-data {
	display: inline-block;
}
.product-thumb-status-line.product-thumb-promo {
    background: #6AA150;
    color: white;
    top: 0px;
    font-size: 16px;
    height: 24px;
    line-height: 20px;
    position: absolute;
    width: 120px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
}
.product-thumb-status-line {
    padding: 2px 12px;
    white-space: nowrap;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
    font-size: 12px;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    text-align: center;
    font-weight: 500;
    height: 18px;
}
.product-thumb-name {
    font-weight: 600;
    color: #490F41;
    font-size: 16px;
    text-decoration: none;
    overflow: hidden;
    display: inline;
    margin: 0;
    line-height: 1.4;
}
.product-thumb-headline {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 10px;
    height: 50px;
    overflow: hidden;
}
.product-thumb-award {
    display: inline;
    position: relative;
    line-height: 1;
    vertical-align: top;
    margin-right: 4px;
}
.product-thumb-award:last-child {
    margin-right: 0px;
}
.product-thumb-link {
    text-decoration: none;
    color: inherit;
}
.product-thumb-offers {
    width: 100%;
    height: 26px;
    padding: 0px 10px;
    box-sizing: border-box;
    text-align: right;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
}
.product-thumb-previous-price {
	font-size: 16px;
	color: #da4141;
	text-decoration: line-through;
	display: inline-block;
	margin-right: 10px;
}
.product-thumb-final-price {
    text-align: right;
    display: inline-flex;
    height: 28px;
    align-items: baseline;
    position: relative;
}
.product-thumb-price {
    color: #6d3866;
    font-size: 22px;
    display: inline-block;
}
.product-thumb-price-currency {
    color: #6d3866;
    font-size: 22px;
    display: inline-block;
}
.product-thumb-alt-price-placeholder {
    position: absolute;
    bottom: 100%;
    font-size: 12px;
    font-weight: bold;
    opacity: 0;
    transition: 0.1s ease-in-out all;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    left: -8px;
}
.product-thumb-final-price:hover .product-thumb-alt-price-placeholder {
    opacity: 1;
}
.product-thumb-vat {
    font-size: 10px;
    vertical-align: baseline;
    line-height: 1;
    color: #6d3866;
    display: inline-block;
    margin-left: 4px;
}
.product-thumb-gift-icon {
    position: absolute;
    top: -12px;
    right: -8px;
    width: 32px;
    height: 32px;
}
.product-thumb-gift-icon img {
    width: 100%;
    height: 100%;
}
.product-thumb-award-info {
    text-decoration: none;
    font-size: 10px;
    padding: 2px 4px;
    border-radius: 2px;
    color: white;
    text-shadow: 1px 1px 1px black;
    font-weight: 400;
    display: inline-block;
}
.product-thumb-picture-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: none;
    height: 150px;
    width: 100px;
}
@media (max-width: 599px){
	.product-thumb-picture-placeholder {
		height: 180px;
	}
}
.product-thumb-picture-link {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.product-thumb-picture-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 599px) {
	.product-thumb-picture-link img {
		object-fit: cover;
	}
}
.product-thumb-nostock {
    position: absolute;
    top: -28px;
    left: -36px;
    transform: rotate(-45deg);
    height: 18px;
    width: 120px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 44px;
    font-size: 12px;
    padding: 3px;
    background: #da4141;
    color: white;
    z-index: 1;
    line-height: 1;
    box-sizing: border-box;
}
.product-thumb-toolbar {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    bottom: 0px;
    z-index: 2;
    background: white;
}
.product-thumb-delayed {
    position: absolute;
    color: #da4141;
    font-weight: 500;
    font-size: 12px;
    left: 10px;
    top: 50px;
    right: 0px;
}
.product-thumb-features {
    width: 100%;
    padding: 0px 10px;
    box-sizing: border-box;
    display: inline-block;
    height: 64px;
}
@media (max-width: 599px) {
	.product-thumb-features {
		height: auto;
		padding-top: 120px;
		width: 160px;
	}
}
.product-thumb-feature-1 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 500;
    margin: 0px 0px 0px 0px;
}
.product-thumb-feature-2 {
    margin: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 6px;
    font-size: 12px;
    font-weight: 500;
}
.product-thumb-feature-3 {
    margin: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 4px;
    font-size: 12px;
    color: #5b4a63;
    font-weight: 500;
}
.product-thumb-cart-button {
    height: 44px;
    /* border: 1px solid #ccc; */
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin-left: 10px;
    border-radius: 4px;
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    cursor: pointer;
    background: linear-gradient(to bottom, rgba(107,19,107,1) 1%,rgba(88,19,94,1) 53%,rgba(73,15,65,1) 100%);
    position: relative;
    min-width: 72px;
}
.product-thumb-cart-button md-icon {
    color: white;
    flex: none;
}
.product-thumb-cart-button md-icon.cart-icon {
    width: 28px;
    height: 28px;
}
.product-thumb-cart-button md-icon.confirmed-icon {
    position: absolute;
    top: -8px;
    right: -4px;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 50%;
    color: white;
    padding: 4px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    box-sizing: border-box;
}
.product-thumb-cart-button.selected {
    background: #eee;
    border: 1px solid #ccc;
}
.product-thumb-cart-button.selected .cart-icon {
    color: #ccc;
    color: #4f114c;
}
.product-thumb-more-options {
    width: 44px;
    height: 44px;
    position: relative;
    margin-left: 10px;
}
.product-thumb-fab-speed-dial {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.product-thumb-more-button {
    background: linear-gradient(to bottom, rgba(107,19,107,1) 1%,rgba(88,19,94,1) 53%,rgba(73,15,65,1) 100%);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.product-thumb-more-button md-icon {
    color: white;
}
.product-thumb-action-button {
    width: 28px;
    height: 28px;
    display: flex;
    background: white;
    border-radius: 50%;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    margin: 5px 0px;
    cursor: pointer;
}
.product-thumb-action-button md-icon {
    font-size: 20px;
    height: 20px;
    min-height: 20px;
    width: 20px;
    min-width: 20px;
}
.product-thumb-favorite-button:hover md-icon, .product-thumb-favorite-button.active md-icon{
	color: #da4141;
}
.product-thumb-options-menu {
    position: absolute;
    display: flex;
    bottom: 100%;
    right: 0px;
    background: white;
    margin-bottom: 10px;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s linear opacity;
}
.product-thumb-options-menu.visible {
    opacity: 1;
	pointer-events:all;
}
.product-thumb-option {
    height: 32px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3), -2px -2px 3px inset rgba(0, 0, 0, 0.1);
    padding: 0px 8px;
    border-radius: 4px;
    margin-left: 12px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
}
.product-thumb-option-text {
    font-size: 12px;
    white-space: nowrap;
}
md-icon.product-thumb-option-icon {
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
    font-size: 18px;
    margin-right: 4px;
}


.rating-dialog {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    width: 500px;
    max-width: 90%;
}
.rating-picture-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.rating-title {
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    color: black;
}
.rating-headline {
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}
.rating-subtitle {
    font-weight: 300;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}
.rating-stars {
    display: flex;
    justify-content: center;
}
md-icon.star-icon{
    color: purple;
    font-size: 44px;
    width: 44px;
    height: 44px;
}
.rating-comment-placeholder {
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    height: 200px;
}
.rating-comment-textarea {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-size: 14px;
    background: #ddd;
    border: none;
    resize: none;
    padding: 10px;
    color: purple;
}
.rating-stars .star {
    cursor: pointer;
}

.product-page {
    padding-bottom: 100px;
}
.product-page-ratings {
    display: flex;
    flex-direction: column;
}
.product-page-rating {
    display: flex;
}
.product-page-rating-complete {
    display: flex;
}
@media (max-width: 599px){
	.product-page-rating-complete {
		padding: 20px;
		box-sizing: border-box;
	}
}
.product-page-rating-avatar-placeholder {
    width: 72px;
    display: flex;
    flex-direction: column;
    height: auto;
}

.product-page-rating-avatar {
    width: 100%;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.product-page-rating-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 0px 20px;
    box-sizing: border-box;
}
.product-page-rating-headline {
    display: flex;
    padding-bottom: 10px;
}
.product-page-rating-username {
	margin: 0;font-size: 20px;flex: 1;
}
.product-page-rating-stars {
    display: flex;
    align-items: center;
}
.product-page-rating-complete md-icon.star-icon {
    font-size: 16px;
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
}
.product-page-rating-date {
    margin: 10px 0px 0px 0px;
    font-size: 12px;
    font-weight: 500;
}


.cart-breakdown{
	display: flex;
	flex-direction: column;
}
.cart-breakdown .cart-line{
	
width: 100%;
	
display: flex;
	
flex-direction: row;
	
padding: 20px 10px;
	
box-sizing: border-box;
	
border-bottom: 1px solid #ccc;
}
.cart-breakdown .line-picture-placeholder{
	
width: 75px;
	
margin-right: 10px;
	
flex: none;
}
.cart-breakdown .line-picture{
	
width: 100%;
	
height: 100%;
	
object-fit: contain;
}
.cart-breakdown .line-info{
	
display: flex;
	
flex-direction: column;
	
overflow: hidden;
	
flex: 1;
}
.cart-breakdown .line-title{
    display: flex;
}
.cart-breakdown .line-price{
	
display: flex;
	
align-items: center;
	
margin-top: 10px;
}
.cart-breakdown .line-price-old-placeholder {
    width: 84px;
}
.cart-breakdown .line-price-old{
	color: #c72222;
	text-decoration: line-through;
	font-weight: bold;
	font-size: 12px;
	margin-right: 4px;
	margin-top: 2px;
}
.cart-breakdown .line-price-current{
	
color: purple;
	
font-weight: bold;
	
font-size: 16px;
	
height: 20px;
}
.cart-breakdown .line-unit-price{
	
font-size: 12px;
	
color: green;
	
margin-top: 4px;
}
.cart-breakdown .units-control {
}
.cart-breakdown .line-units-placeholder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
    width: 100%;
}
.cart-breakdown .remove-item-button{
	
width: 24px;
	
height: 24px;
	
display: flex;
	
align-items: center;
	
justify-content: center;
	
margin: 0px 4px;
	
flex: none;
	
cursor: pointer;
}
.cart-breakdown .remove-item-button-icon {
    color: #e63737;
}
.cart-breakdown .line-promo {
    margin-left: 10px;
    font-size: 12px;
    font-weight: bold;
    background: green;
    padding: 2px 10px;
    border-radius: 2px;
    color: white;
}
.cart-breakdown .line-description {
    color: black;
    font-weight: 500;
    font-size: 14px;
    padding-right: 10px;
    flex: 1;
    box-sizing: border-box;
    text-decoration: none;
}
.cart-breakdown .line-total {
    font-size: 16px;
    font-weight: bold;
    flex: none;
    margin-left: 10px;
}
.cart-breakdown .line-delayed {
    color: #da4141;
    font-weight: 300;
    font-size: 12px;
}
.cart-breakdown-totals {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 10px;
    border-bottom: 1px solid #ccc;
}
.cart-breakdown-subtotal {
    display: flex;
    align-items: flex-end;
    padding-bottom: 12px;
    justify-content: space-between;
}
.cart-breakdown-label {
    font-size: 13px;
    font-weight: 300;
}
.cart-breakdown-data {
    font-weight: 500;
    font-size: 18px;
}
.cart-breakdown-total {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 12px;
}
.cart-breakdown-total .cart-breakdown-label {
    font-size: 16px;
}
.cart-breakdown-total .cart-breakdown-data {
    font-size: 24px;
}
.cart-breakdown-coupons {
    margin-top: 10px;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    background: #eee;
    padding: 10px;
    box-sizing: border-box;
}



.cart-subtotals-label {
    font-size: 14px;
}
.cart-briefing {
	padding: 10px;
	order: 2;
	margin-bottom: 40px;
}

.cart-page-retail{
	
display: flex;
	
flex-direction: column;
	
position: relative;
}
.cart-page-retail .cart-empty-message{
	
}
.cart-page-retail .cart-breakdown{
	display: flex;
	flex-direction: column;
	max-width: 100%;
	box-sizing: border-box;
	width: 800px;
	margin-bottom: 50px;
}
@media (max-width: 599px) {
	.cart-page-retail .cart-breakdown {
		padding: 10px;
	}
}
.cart-page-retail .cart-subtotals {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 10px;
    border-bottom: 1px solid #ccc;
}
.cart-page-retail .cart-subtotals-line {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    justify-content: space-between;
}
.cart-page-retail .cart-subtotals-label {
    font-size: 14px;
}
.cart-page-retail .cart-subtotals-data {
    font-weight: bold;
}
.cart-page-retail .cart-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px 10px;
    position: relative;
}
@media (max-width: 599px) {
	.cart-page-retail .cart-main {
		flex-direction: column;
	}
}
.cart-page-retail .cart-actions{
	flex: none;
	order: 2;
	margin-bottom: 40px;
	position: initial;
}
.cart-page-retail .cart-briefing {
	width:100%;
	box-sizing: border-box;
	padding: 10px;
}
@media (min-width: 600px) {
	.cart-page-retail .cart-actions {
		width: 300px;
		position: sticky;
		top: 140px;
	}
	
	.cart-page-retail .cart-briefing {
		width: 100%;
		background: #fafafa;
		box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
		border-radius: 4px;
	}
}
@media (max-width: 599px) {
	.cart-page-retail .cart-briefing {
		/* order: 0; */
		/* position: sticky; */
		/* top: 0px; */
	}
}

.need-help {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    width: 100%;
}
.need-help-link-placeholder {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-top: 8px;
}
.need-help-link-placeholder img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}
.need-help-link-text {
    font-size: 12px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
}
.need-help-text {
    font-size: 14px;
}

@media (max-width: 599px) {
	.need-help-link-placeholder img {
		width: 24px;
		height: 24px;
	}
	.need-help-link-text {
		font-size: 20px;
	}
	.need-help {
		margin-bottom: 40px;
	}
}

.cart-page-retail .cart-toolbar {
	order: 0;
    position: sticky;
    top: 12px;
    width: 100%;
    flex: none;
    display: flex;
    flex-direction: column;
    z-index: 1;
    background: #eee;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}
.cart-page-retail .cart-toolbar-total {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.cart-page-retail .cart-total-label {
    font-size: 14px;
}
.cart-page-retail .cart-total-data {
    font-weight: bold;
    font-size: 24px;
}
.cart-page-retail .cart-total {
	display: flex;
	align-items: center;
	padding: 20px 10px;
	justify-content: space-between;
	font-size: 24px;
}
.cart-page-retail .cart-toolbar-num-references {
    width: 100%;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    margin-top: 10px;
    color: #777;
}
.cart-page-retail .cart-num-references-label {
    font-size: 11px;
    padding-right: 8px;
}
.cart-page-retail .cart-num-references-data {
    font-size: 11px;
    font-weight: bold;
}
.cart-page-retail .cart-num-references {
    display: flex;
    padding: 0px 10px;
}


.cart-page-retail .cart-terms{
	font-size:12px;
}
.cart-page-retail .cart-coupons {
    display: flex;
    flex-direction: column;
    background: #eee;
    padding: 10px;
    box-sizing: border-box;
}
.cart-page-retail .cart-coupon {
    display: flex;
    flex-direction: column;
    padding: 10px 0px;
}
.cart-page-retail .coupon-explanation {
    font-size: 14px;
    font-weight: 300;
}
.cart-page-retail .coupon-remaining {
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
    color: #da4141;
}


.signup-page{
	
}
.signup-page .refered-bonus-placeholder {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    /* background: #eee; */
    border: 1px solid #5a135f;
    border-radius: 5px;
}
.signup-page .refered-bonus-placeholder .view-more {
    padding: 4px;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
}
.signup-page .refered-bonus-description {
    padding: 4px;
    font-size: 12px;
}
.signup-page .signup-form {
    display: flex;
    flex-direction: column;
    padding: 0px 10px;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
}
.signup-page .advertising-permission {
    width: 100%;
    padding: 24px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.signup-page .legal-advice-placeholder {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.signup-page .captcha-placeholder {
    padding: 20px;
    box-sizing: border-box;
}
.signup-page .signup-button{
	margin: 40px;
	width: 400px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 90%;
}
.signup-form > md-input-container{
	width: 100%;
}



.checkout-page {
    padding: 10px;
    box-sizing: border-box;
    display: flex;
}
.shipment-options {
	width: 100%;
	display: flex;
	box-sizing: border-box;
	flex-direction: column;
	flex: none;
	padding: 0px 10px;
}
.shipment-option-placeholder{
    margin: 12px 0px;
    outline: none;
}
.shipment-option {
    position: relative;
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
.shipment-option.disabled{
	opacity:0.5;
	pointer-events:none;
}
.shipment-option-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 10px;
    width: 100%;
    box-sizing: border-box;
}
.shipment-option-price {
    font-size: 12px;
    font-weight: bold;
}
.shipment-option-name {
    padding: 0px 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
    margin-top: 0px;
    font-weight: 500;
    color: #555;
}
.shipment-option-caption {
    position: absolute;
    bottom: 10px;
    width: 100%;
    font-size: 10px;
    line-height: 1;
    font-weight: 300;
    color: #777;
    padding: 0px 10px;
    box-sizing: border-box;
}
md-icon.shipment-option-icon {
    color: purple;
}
.shipment-option-description {
    padding: 0px 10px;
    width: 100%;
    font-size: 11px;
    box-sizing: border-box;
    color: #777;
    margin-top: 10px;
}
.shipment-option.selected {
    outline: 2px solid black;
    border: 1px solid transparent;
}
.shipment-and-billing {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-shrink: 1;
    overflow: hidden;
    width: 750px;
    flex-grow: 0;
}
.pickup-in-store {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.pickup-in-store md-checkbox {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}
.checkout-comments-placeholder {
    display: flex;
    padding: 0px 10px;
    margin-top: 10px;
}
.checkout-comments {
    width: 100%;
    border: 1px solid black;
    height: 72px;
    padding: 12px;
    box-sizing: border-box;
}
.client-options {
    display: flex;
    flex-direction: column;
    padding: 0px 10px;
}

.shipment-address {position: relative;width: 100%;height: 100px;display: flex;flex-direction: column;cursor: pointer;outline: none;box-sizing: border-box;/* border: 1px solid #000; */margin: 12px 0px;background: #f3f3f3;}
.billing-address {position: relative;width: 100%;height: 100px;display: flex;flex-direction: column;cursor: pointer;outline: none;box-sizing: border-box;/* border: 1px solid #000; */margin: 12px 0px;background: #f3f3f3;}
.shipment-address-title {
    font-weight: bold;
    padding-bottom: 10px;
    padding: 0px 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
    margin-top: 10px;
    color: #555;
}
.shipment-address-data {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.billing-address-title {
    font-weight: bold;
    padding-bottom: 10px;
    padding: 0px 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
    margin-top: 10px;
    color: #555;
}
.billing-address-data {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.address-line-1 {
    font-size: 12px;
    padding: 0px 10px;
    width: 100%;
    font-size: 11px;
    box-sizing: border-box;
    color: #777;
    margin-top: 10px;
}
.address-line-2 {
    padding: 0px 10px;
    width: 100%;
    font-size: 11px;
    box-sizing: border-box;
    color: #777;
    margin-top: 4px;
}
.change-address {
    color: purple;
    text-decoration: underline;
    cursor: pointer;
    outline: none;
    padding: 0px 10px;
    width: 100%;
    font-size: 11px;
    box-sizing: border-box;
    margin-top: 10px;
}
.new-address {
    font-size: 12px;
    color: purple;
    text-decoration: underline;
    padding: 10px 0px;
    cursor: pointer;
    outline: none;
}
.address-list-item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
    cursor: pointer;
    outline: none;
}
.address-list {
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.address-list-item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 8px;
}
.address-list-item-name {
    font-size: 14px;
    font-weight: bold;
}
.address-list-item-icon-placeholder {
    margin-left: 4px;
    flex: none;
}
.address-list-item-icon {
    color: green;
}
.address-list-item-line-1 {
    font-size: 12px;
}
.address-list-item-line-2 {
    font-size: 12px;
}
.button-placeholder {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}
@media (min-width: 600px) {
	.button-placeholder .button+.button {
		margin-left: 10px;
	}
}
@media (max-width: 599px) {
	.button-placeholder {
		flex-direction: column;
		align-items: normal;
	}
	.button-placeholder .button+.button {
		margin-top: 10px;
	}
}

.checkout-aside {
    width: 350px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    flex-shrink: 0;
    margin-left: 40px;
}
.checkout-login-form {
    display: flex;
    flex-direction: column;
    padding: 0px 10px;
}

autocomplete-address {
    width: 100%;
    display: flex;
    height: 44px;
    border-bottom: 1px solid black;
    box-sizing: border-box;
}
autocomplete-address input {
    width: 100%;
    border: 0px;
    outline: none;
    padding: 0px 10px;
}

.shipping-address-form {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    overflow: hidden;
}
.shipping-address-form-content {
    display: flex;
    flex-direction: column;
    padding: 0px 10px;
    width: 100%;
    box-sizing: border-box;
}
.form-title {
    margin: 0;
    font-size: 32px;
    font-weight: 500;
    padding: 10px 0px 20px 0px;
}
.address-components {
    display: flex;
    width: 100%;
    padding: 20px 0px;
    flex-wrap: wrap;
}
.input-container input, .input-container select {
    /*! width: 100%; */
    /*! border-bottom: 1px solid #777; */
    /*! font-size: 14px; */
    /*! background: transparent; */
    /*! margin-bottom: 12px; */
    width: 100%;
    height: 100%;
    padding: 4px 12px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 12px;
}
.checkout-page-content {
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
}

@media (max-width: 599px) {
	.checkout-page-content {
		flex-direction: column;
	}

	.shipment-and-billing {
		width: 100%;
	}

	.address-card {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 10px;
	}

	.checkout-aside {
		margin-left: 0px;
	}
}



.address-form{
    
}
.address-form-content {
    display: flex;
    padding: 10px;
    flex-direction: column;
}
.find-your-address {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    border: 1px solid black;
    border-radius: 0;
    box-sizing: border-box;
    overflow: hidden;
    flex: 1;
}
.find-your-address-input {
    height: 44px;
    box-shadow: 1px 1px 3px inset rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
    border: none;
    outline: none;
}
.address-found {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.your-address-is {
    font-size: 12px;
    margin-top: 10px;
}
.select-address {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}
.address-card {
    outline: none;
    box-sizing: border-box;
    width: 200px;
    height: 100px;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    margin-right: 10px;
}
.address-card.selected {outline: 2px solid black;border: 1px solid transparent;}

.create-account-dialog {
    width: 600px;
    display: flex;
    flex-direction: column;
    /* padding: 20px; */
    box-sizing: border-box;
}
.create-account-content {
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}
.create-account-title {
    margin: 0;
    font-size: 24px;
    font-family: 'Alegreya';
    color: purple;
    padding-bottom: 20px;
}
.create-account-text {
	margin: 0;font-size: 14px;color: #333;
}
.create-account-form {
    padding: 0px 20px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.create-account-actions {
    padding: 20px;
    display: flex;
}
.create-account-yes-button {
    flex: 1;
    margin-right: 20px;
}
.create-account-no-button {
    background: transparent;
    color: purple;
}









.contact-form-content {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 10px;
}
.comprar .forma_pago {
    float: left;
    width: 100%;
    padding: 13px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}






footer {
    z-index: 1;
    width: 100%;
    flex: none;
    box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.3);
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
footer .footer-content {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 10px;
    display: flex;
    max-width: 100%;
}

@media (max-width: 599px) {
	footer .footer-content {
		flex-direction: column;
		align-items: center;
	}
}

footer .payment-method {
    height: 28px;
    box-shadow: 2px 2px 3px inset rgba(0, 0, 0, 0.3), -2px -2px 3px inset rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 4px;
    margin-right: 12px;
}
footer .payment-method img {
    width: auto;
    height: 100%;
}

footer .payment-methods {
    display: flex;
}
footer .links {
    display: flex;
    margin-left: auto;
}
@media (max-width: 599px) {
	footer .links {
		flex-direction: column;
		align-items: center;
	}
}


footer .information-links {
    display: flex;
    flex-direction: column;
    width: 80%;
    padding-right: 20px;
}
footer .information-link {
    font-size: 12px;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 8px;
}
footer .information-link:hover {
    text-decoration: underline;
}
footer .contact-links {
    display: flex;
    flex-direction: column;
    width: 80%;
    padding-right: 20px;
}
footer .contact-link {
    font-size: 12px;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}
footer .contact-link img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}
footer .social-links {
    display: flex;
    margin-top: 20px;
}
@media (max-width: 599px) {
	footer .information-links {
		margin-top: 40px;
	}

	footer .contact-links {
		margin-top: 20px;
	}

	footer .social-links {
		margin-top: 40px;
	}
}
footer .social-link {
    display: inline-block;
    width: 24px;
    height: 24px;
}
footer .social-link-img {
    width: 24px;
    height: 24px;
}
footer .social-link:not(:first-child) {
    margin-left: 8px;
}
footer .copyright {
    width: 100%;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 14px;
}
footer .shopping-links {
    display: flex;
    flex-direction: column;
    width: 80%;
    padding-right: 20px;
}
footer .shopping-link {
    font-size: 12px;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 8px;
}
footer .shopping-link:hover {
    text-decoration: underline;
}
footer .contact-link-icon {
    font-size: 16px;
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    margin: 0;
    margin-right: 4px;
}


.md-dialog-container {
    max-width: 100vw;
}
.md-scroll-mask {
    max-width: 100vw;
}
.alert {
	width: 1200px;
	background: #cffdfd;
	color: black;
	padding: 10px;
	box-sizing: border-box;
	margin: 10px auto;
	flex: none;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	border-radius: 4px;
	max-width: 100%;
}
/***HEADER***/
#app-header{
	z-index: 9 !important;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
	width: 100%;
	position:fixed;
	position: sticky;
	top: 0px;
}
#app-header.reduced {
    transform: scale(0.75);
    transform-origin: top left;
    width: 133%;
}
.header-logo{
	width: 150px;
	overflow: visible;
	height: 44px;
	position: relative;
	flex: none;
}
.header-logo img{
	width: 100%;
	height: auto;
}
.header-top{
	height: 100%;
	width: 100%;
	background: linear-gradient(to bottom, rgba(107,19,107,1) 1%,rgba(88,19,94,1) 53%,rgba(73,15,65,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b136b', endColorstr='#490f41',GradientType=0 );
}
.header-top-content{
	width:1200px;
	margin: auto;
	height: 100%;
	display: flex;
	max-width: 100%;
}
.header-logo-link {
    height: 126px;
    width: 150px;
    position: absolute;
    top: 0px;
    z-index: 1;
    /* left: calc(50% - 600px); */
}
.header-phone {
}
.header-phone .header-phone-link {
    display: flex;
    align-items: center;
    font-size: 12px;
    height: 44px;
    color: white;
    text-decoration: none;
    padding: 0px 10px;
    white-space: nowrap;
}
.header-phone .header-phone-icon {
    background: white;
    color: #551a8b;
    border-radius: 50%;
    font-size: 16px;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.header-management {
    flex: 1;
    display: flex;
    padding-top: 4px;
    overflow: hidden;
    min-width: 250px;
}
.header-clients-dropdown-container, .header-fares-dropdown-container {
    min-width: 50%;
    flex: 1;
    width: 50%;
}
.header-management md-autocomplete {
    background: transparent;
}
.header-management md-autocomplete input {
    color: white;
    cursor: pointer;
}
.header-management md-autocomplete input::-webkit-input-placeholder {
    color:white;
}
.header-management md-autocomplete input:-moz-placeholder { /* Firefox 18- */
    color:white;
}
.header-management md-autocomplete input::-moz-placeholder {  /* Firefox 19+ */
    color:white;
}
.header-management md-autocomplete input:-ms-input-placeholder { 
    color:white;
}
.header-account {
    height: 44px;
    max-width: calc(100% - 868px);
    min-width: 112px;
}
.header-account.active{
	background: white;
}
.header-account-link {
    color: white;
    text-decoration: none;
    font-size: 12px;
}
md-icon.header-account-icon {
    color: white;
}
.header-login-link > span {
    margin-right: 12px;
}
.header-login-link {
    color: white;
    text-decoration: none;
    font-size: 14px;
    line-height: 44px;
    /* margin-right: 20px; */
    display: flex;
    align-items: center;
}
body:not(.navigating) .header-account-menu.active #account-menu:not(.preventHover){
	display: flex;
}
.header-account #account-menu{
    position: absolute;
    width: 800px;
    background: white;
    right: 0px;
    top: 100%;
    z-index: 3;
    display: none;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    border-radius: 0px 0px 7px 7px;
    max-width: calc(100vw - 100px);
}
.header-account #account-menu > div:not(:last-child) {
    border-right: 1px solid #ccc;
}
.header-account #account-menu a{
	text-transform:uppercase;
	line-height: 1.4;
	margin: 8px 0px;
	text-decoration:none;
	cursor: pointer;
}
.header-account #account-menu a:hover{
	text-decoration:underline;
}
.header-account-menu a {color: white;}
.header-account-menu md-icon.header-account-icon {
    color: white;
}
.header-account-menu {
    height: 44px;
    line-height: 44px;
    position: relative;
    padding: 0px 10px;
    cursor: pointer;
}
.header-account-menu.active {
    background: white;
}
.header-account-menu.active a {
    color: #551a8b;
}
.header-account-menu.active md-icon.header-account-icon {
    color: #551a8b;
}
.header-account-menu .account-menu-toggle{
	align-items: center;
	display: flex;
	margin-top: 20px;
	color: #551a8b;
}

.header-cart {
    height: 44px;
    width: 150px;
    position: relative;
    padding: 4px 0px;
    box-sizing: border-box;
}
.header-cart header {
	cursor: pointer;
	position: relative;
	z-index: 2;
	background: linear-gradient(to bottom, rgba(107,19,107,1) 1%,rgba(88,19,94,1) 53%,rgba(73,15,65,1) 100%);
	border-radius: 3px;
	outline: none;
	height: 36px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding-left: 4px;
}
.header-cart header md-icon{
    color: #fff;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
}
.header-cart header span.total{
    color: #fff;
    font-size: 24px;
    box-sizing: border-box;
    font-family: Alegreya;
    width: 100%;
    display: inline-block;
    line-height: 1;
    text-align: right;
    margin-top: -4px;
}
.header-cart main{
    border-radius: 3px;
    position: absolute;
    z-index: 1;
    top: -7px;
    right: -7px;
    padding-top: 49px;
    background: #eee;
    box-shadow: 1px 5px 7px rgba(0, 0, 0, 0.3);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
    width: 330px;
}
.header-cart-icon {
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex: none;
}
.header-cart-badge {
    position: absolute;
    font-size: 24px;
    top: 0px;
    width: 100%;
    text-align: center;
    font-family: Alegreya;
    line-height: 1;
    font-weight: bold;
    padding-left: 4px;
    color: white;
}
.header-cart-total{
    color: #fff;
    font-size: 24px;
    box-sizing: border-box;
    font-family: Alegreya;
    width: 100%;
    display: inline-block;
    line-height: 1;
    text-align: right;
    margin-top: -4px;
}
.header-cart  main.ng-hide-remove{ transform:translateY(-31px); opacity:0; transition: all 0.3s ease-in; }
.header-cart  main.ng-hide-remove.ng-hide-remove-active { transform:translateY(0px); opacity:1; }
.header-cart  main.ng-hide-add{ transform:translateY(0px); opacity:1; transition: all 0.3s ease-out; }
.header-cart  main.ng-hide-add.ng-hide-add-active { transform:translateY(-31px); opacity:0; }
.header-cart  main nav{    
	width: 100%;
    padding-top: 7px;
    float: left;
    border-bottom: 1px solid #ccc;
}
.header-cart  main nav a {padding: 13px 7px;font-size: 13px;font-family: Roboto;text-transform: uppercase;box-sizing: border-box;color: #490f41;font-weight: bold;float: left;margin-left: 7px;text-decoration: none;}
.header-cart  main nav a:first-child{ padding: 13px 11px; position:relative; background: white; border-width: 1px 1px 0px 1px; border-color: #ccc; border-style: solid; border-radius:3px 3px 0px 0px;   }
.header-cart  main nav a:first-child:after{ content:""; width:100%; top:100%; height:1px; background:white; position:absolute; left:0px; z-index: 1;}
.header-cart  main nav a:not(:first-child){color: white;border-radius: 3px;background: #551a8b;padding: 7px;margin-top: 7px;cursor: pointer;}
.header-cart  main nav a.disabled {pointer-events:none; background:#ccc; }	
.header-cart  ul li{background:white;float: left;width: 100%;padding: 7px 11px;box-sizing: border-box;border-bottom:1px solid #ccc;list-style: none;}
.header-cart  ul li .descripcion{ font-family:"Roboto", float:left; width:100%; font-size:13px; color:#551a8b; text-transform: lowercase; }
.header-cart ul {
    padding: 0;
}
.header-cart  ul li .cantidades { float: left; width: 100%; margin-top:5px; } 
.header-cart  ul li .cantidad { float: left; width: 97px; border:1px solid #ccc; border-radius:3px; box-sizing: border-box; } 
.header-cart  ul li .cantidad a { float: left; color: #333; box-sizing:border-box; font-size: 17px; width: 23px; height: 23px; text-align: center; text-align: center; display: block; }
.header-cart  ul li .cantidad a.menos, .header-cart  ul li .cantidad a.mas{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
.header-cart  ul li .cantidad a.menos{ line-height: 22px; border-right:1px solid #ccc; }
.header-cart  ul li .cantidad a.mas{ line-height: 25px; border-left:1px solid #ccc; }
.header-cart  ul li .cantidad span {float: left; width: 49px; height:23px; box-sizing: border-box; box-sinzing:border-box; font-family: serif; text-align: center; font-size: 17px; padding: 3px; }
.header-cart  ul li .regalo{ margin-top:3px; font-size: 11px; padding: 0px 3px; float: left; color: green; width: 97px; clear:both; }
.header-cart  ul li .no-disponible{ margin-top:3px; font-size: 11px; padding: 0px 3px; float: left; color: red; width: 97px; clear:both; }
.header-cart  ul li .total {float:right;font-size: 17px;padding:3px 0px;display: flex;align-items: center;}
.header-cart  ul li .total span{ font-family: Alegreya; float:left; color:#333; font-family:serif; border-right:1px solid #ccc; padding: 0px 7px; }
.header-cart  ul li .eliminar{float: left;fill: #333;margin-left: 3px;}
.header-cart footer{float:left;width:100%;background:#efefef;padding: 7px 11px;box-sizing: border-box; min-width:0px;}
.header-cart footer b{ font-size:13px; text-align:right; width:100%; float:left; color:#777; text-transform:uppercase; font-family:Roboto;  margin-top:7px;  }
.header-cart footer b:first-child{margin-top:0px;} 
.header-cart footer span{ font-size:19px; text-align:right; width:100%; float:left; color:#490F41; font-family:Alegreya; font-weight:bold; }
.header-tools {
    display: flex;
    flex-direction: column;
    width: 132px;
    flex: none;
}
.header-buttons {
    display: flex;
    height: 44px;
    align-items: center;
    justify-content: flex-end;
}
.header-account-button {
    width: 44px;
    height: 44px;
    display: flex;
    text-decoration: none;
}
.header-cart-button {
    width: 44px;
    height: 44px;
    display: flex;
    text-decoration: none;
}
.header-cart-icon md-icon {
    color: white;
    width: 36px;
    height: 36px;
}
.header-username {
    color: white;
    font-size: 12px;
    flex: 1;
    text-align: left;
    padding: 0px 10px;
    width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
}


.header-stats{
	position:relative;
	width: 44px;
	height: 44px;
	align-items: center;
	display: flex;
	justify-content: center;
}
.header-stats main {
	position: absolute;
    right: 0px;
    top: calc(100% + 81px);
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
    border-radius: 0px 0px 3px 3px;
    box-sizing: border-box;
    font-size: 13px;
    padding: 3px 0px;
    width: 250px;
    z-index: 1;
    transform-origin: top;
    box-shadow: inset 0px 6px 4px -4px rgba(0, 0, 0, 0.3), 0px 3px 5px rgba(0, 0, 0, 0.7);
}
.header-stats main.ng-hide-remove{ transform: rotateX(-90deg); transition: all .5s ease-in; }
.header-stats main.ng-hide-remove.ng-hide-remove-active { transform: rotateX(0deg); transform:translateY(0); }
.header-stats main.ng-hide-add{ transform: rotateX(0deg); transition: all .5s ease-out; }
.header-stats main.ng-hide-add.ng-hide-add-active{ transform: rotateX(-90deg); }
.header-stats main > div.ng-hide-remove{ transform: rotateX(-90deg); height:0px; transition: all .5s ease-in; }
.header-stats main > div.ng-hide-remove.ng-hide-remove-active { transform: rotateX(0deg); height:24px; transform:translateY(0); }
.header-stats main > div.ng-hide-add{ transform: rotateX(0deg); height:24px; transition: all .5s ease-out; }
.header-stats main > div.ng-hide-add.ng-hide-add-active{ transform: rotateX(-90deg); height:0px; }
.header-stats main a {
    float: left;
    border-right: 2px solid #ccc;
    padding: 0px 5px;
    fill: #333;
}
.header-stats main > div {
    float: left;
    width: 100%;
    display: flex;
    padding: 0px 13px;
    box-sizing: border-box;
    overflow: hidden;
}
.header-stats main input {
	float: left;margin-top: 5px;
}
.header-stats main .icon {
    float: left;
    width: 24px;
    flex-shrink: 0;
    flex-grow: 0;
    padding: 0px;
    text-align: center;
    height: 24px;
}
.header-stats main label {
    float: left;
    color: #777;
    font-size: 14px;
    min-width: 73px;
    font-weight: 600;
    flex-shrink: 1;
    width: 100%;
    display: flex;
    overflow: hidden;
    line-height: 24px;
    padding: 0px 7px;
}
.header-stats main span {
    width: 50%;
    text-align: right;
    box-sizing: border-box;
    flex-shrink: 1;
    overflow: hidden;
}
.header-stats main span:nth-child(2) {
    width: 79px;
    padding: 0px 13px;
}
.header-stats main span:nth-child(3) {
    flex-grow: 1;
}
.header-stats md-icon {
    color: white;
    cursor: pointer;
}








.header-bottom{
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
    height: 82px;
	position: relative;
}
.header-bottom-content{
	width:1200px;
    max-width: 100%;
	height: 100%;
	margin: auto;
	box-sizing: border-box;
	padding-left: 150px;
}
.header-bottom-offset{
	width:160px;
	flex: none;
}
.header-bottom #main-menu {
   float:left;
   position: relative;
   height: 82px;
   margin: 0;
   padding: 0;
}
.header-bottom #main-menu > li {
    float: left;
    position:relative;
    height: 82px;
    list-style: none;
}
.header-bottom #main-menu > li > a {
    padding: 0px 24px;
    float: left;
    font-size: 17px;
    text-transform: uppercase;
    height: 100%;
    text-decoration: none;
    cursor: pointer;
}
.header-bottom #main-menu > li.active{
	background: #4d1048;
}
.header-bottom #main-menu > li.active > a{
	color:white;
	fill:white;
}

body:not(.navigating) .header-bottom #main-menu > li.active > ul {
    display: block;
}
body.isTouch .header-bottom #main-menu > li.active > ul {
	display:block;
}
body.isTouch.isCloseIntended .header-bottom #main-menu > li.active > ul {
	display:none;
}

.header-bottom #main-menu > li > ul {
    position: absolute;
    top: 100%;
    background: #4d1048;
    min-width: 100%;
    display: none;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 0px;
}
.header-bottom #main-menu > li > ul > li {
	width:280px;
    display: flex;
}
.header-bottom #main-menu > li > ul > li > a {
    flex: 1;
    font-family: Alegreya;
    padding: 7px 19px;
    white-space: nowrap;
    color: white;
    fill: white;
    white-space: nowrap;
    display: flex;
    cursor: pointer;
}
.header-bottom #main-menu > li > ul > li.active {
    background: #f3eef2;
}
.header-bottom #main-menu > li > ul > li.active > a {
    color: #551a8b;
    fill: #551a8b;
}
.header-bottom #main-menu > li > ul > li > a > md-icon {
	margin-left: auto;
	margin-right: 0px;
	color:inherit;
}
.header-bottom #main-menu > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 0;
    background: #f3eef2;
    display: none;
    box-sizing: border-box;
    padding: 13px 0px 23px 0px;
    width: auto;
    border-right: 1px solid #ccc;
    border-left: 0;
    border-top: 0;
    min-height: 100%;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    list-style: none;
}
.header-bottom #main-menu > li > ul > li > ul.multiple {
	width: 718px;
	flex-wrap: wrap;
	padding: 13px 23px 23px 0px;
	max-width: calc(100vw - 430px);
}
body:not(.navigating)  .header-bottom #main-menu > li > ul > li.active > ul {
    display: block;
}
body:not(.navigating)  .header-bottom #main-menu > li > ul > li.active > ul.multiple {
    display: flex;
    vertical-align: top;
    list-style: none;
}
body.isTouch .header-bottom #main-menu > li > ul > li.active > ul {
    display: block;
}
body.isTouch .header-bottom #main-menu > li > ul > li.active > ul.multiple {
    display: flex;
}

.header-bottom #main-menu > li > ul > li > ul > li{
	
float: left;
	
width: 100%;
	
height: auto;
}
.header-bottom #main-menu > li > ul > li > ul > li > a {
    color: #333;
    float: left;
    width: 100%;
    font-family: serif, Alegreya;
    padding: 7px 19px;
    white-space: nowrap;
    display: flex;
    box-sizing: border-box;
    font-weight: 400;
    cursor: initial;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header-bottom #main-menu > li > ul > li > ul > li > a[href]{
	cursor: pointer;
}
.header-bottom #main-menu > li > ul > li > ul > li.highlight > a {
    font-weight: 600;
}
.header-bottom #main-menu > li > ul > li > ul > li.hasSubitems {
    white-space: nowrap;
    flex: 33%;
    padding-left: 23px;
    box-sizing: border-box;
    min-width: 33%;
    float: left;
    height: auto;
    list-style: none;
}
.header-bottom #main-menu > li > ul > li > ul > li.hasSubitems > a {
    display: inline-block;
    font-family: serif, Alegreya;
    font-size: 19px;
    border-bottom: 1px solid;
    width: 100%;
    color: #551a8b;
    margin-top: 7px;
    padding: 0px;
    white-space: normal;
    line-height: 1;
    padding-bottom: 5px;
}
.header-bottom #main-menu > li > ul > li > ul > li:not(.hasSubitems).active a {
   box-shadow: 0px -1px 0px #ddd, 0px 1px 0px #ddd;
}
.header-bottom #main-menu > li > ul > li > ul > li > ul {
    float: left;
    width: 100%;
    padding: 7px 7px 7px 3px;
    box-sizing: border-box;
    list-style: none;
}
.header-bottom #main-menu > li > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
}
.header-bottom #main-menu > li > ul > li > ul > li > ul > li > a {
    color: #555;
    font-weight: 500;
    font-size: 15px;
    font-family: Alegreya;
    display: block;
    white-space: initial;
    line-height: 1;
    margin-top: 7px;
    cursor:initial;
    text-decoration: none;
}
.header-bottom #main-menu > li > ul > li > ul > li > ul > li > a:hover{
	text-decoration: underline;
}
.header-bottom #main-menu > li > ul > li > ul > li > ul > li > a[href]{
	cursor: pointer;
}
.header-bottom #main-menu > li > ul > li > ul > li > ul > li.highlight > a {
    font-weight: 600;
}
.header-bottom #main-menu > li > ul > li > ul > li > ul > li > a[href].active > span:first-child{
    text-decoration: underline;
}
.header-bottom #main-menu > li > ul > li > ul > li > ul > li > a.ver_mas {
    line-height: 41px;
    color: #B00035;
    font-size: 17px;
	cursor:pointer;
}
.header-bottom #main-menu > li > ul > li > ul > li > ul > li > ul {
	opacity:0;
	transition: 0.3s ease-in opacity;
	display: flex;
	position: absolute;
	background: white;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 23px;
	pointer-events:none;
	flex-direction: column;
	flex-wrap: wrap;
	box-sizing: border-box;
	list-style: none;
}
.header-bottom #main-menu > li > ul > li > ul > li > ul > li > ul.visible {
    opacity:1;
    pointer-events:all;
    list-style: none;
    text-decoration: none;
}
.header-bottom #main-menu > li > ul > li > ul > li > ul > li > ul > li {width: auto;}
.header-bottom #main-menu > li > ul > li > ul > li > ul > li > ul > li > a {
    font-size: 16px;
    font-family: Alegreya;
    padding: 7px 29px;
    color: #333;
    float: left;
    text-decoration: none;
}
.header-bottom #main-menu > li > ul > li > ul > li > ul > li > ul > li > a.back-button {
    margin: 0;
    padding: 0;
    margin-right: 5px;
    cursor: pointer;
}
.header-bottom #main-menu > li > ul > li > ul > li > ul > li > ul > li.highlight > a {
    font-weight: bold;
}
.header-bottom #main-menu > li > ul > li > ul > li > ul > li > ul > li > a.active > span:first-child{
	text-decoration : underline;
}
.header-bottom #main-menu > li > ul > li > ul > li > ul > li > ul > li.title{
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.header-bottom #main-menu > li > ul > li > ul > li > ul > li > ul > li.title h3 {
    font-family: Alegreya;
    color: #551a8b;
    font-size: 20px;
    margin: 0;
}
.header-bottom #main-menu > li > ul > li > ul > li > ul > li > ul > li.title md-icon {
    color: #551a8b;
}
.header-searcher:focus-within{
	box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.3);
}
.header-searcher {
    float: right;
    width: 220px;
    margin-top: 20px;
    border-radius: 3px;
    height: 44px;
    color: #490F41;
    box-sizing: border-box;
    background: rgb(233, 229, 233);
    transition: 0.3s ease-in-out all;
    display: flex;
}
.header-searcher input {
    float: left;
    font-size: 17px;
    height: 100%;
    width: 100%;
    padding: 0px 9px;
    color: #490F41;
    flex-shrink: 1;
    outline: none;
    border: none;
    background: transparent;
}
md-icon.header-searcher-icon{
    color: #490F41;
    width:44px;
    height:44px;
    display: flex;
    flex: none;
    line-height: 44px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
}











.header-top-offset{
	width:160px;
	flex: none;
}
.header-top md-icon, .header-top a, .header-top p{
	/* color:white; */
}
.header-top #phone{
	
text-decoration: none;
}
.header-top #phone-icon{
    background: white;
    color: #551a8b;
    border-radius: 50%;
    font-size: 16px;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-top #salesman{
	padding:0px 10px;
}
.header-top #salesman md-autocomplete{
	background:transparent;
}
.header-top #salesman md-autocomplete input{
	color:white;
}
.header-top #salesman md-autocomplete button md-icon path{
	fill:white;
}
.header-top #salesman md-autocomplete input::-webkit-input-placeholder {
    color:white;
}
.header-top #salesman md-autocomplete input:-moz-placeholder { /* Firefox 18- */
    color:white;
}
.header-top #salesman md-autocomplete input::-moz-placeholder {  /* Firefox 19+ */
    color:white;
}
.header-top #salesman md-autocomplete input:-ms-input-placeholder { 
    color:white;
}


.autocomplete-container-xl {
	min-width: 500px !important;
}
.autocomplete-container-l {
  min-width: 350px !important;
}
md-autocomplete.like-select, md-autocomplete.like-select input{
	cursor:pointer;
	max-width: 100%;
	min-width: 100px;
}
md-autocomplete.like-select md-autocomplete-wrap:after {
  display: block;
  content: '\25BC';
  position: relative;
  top: 5px;
  speak: none;
  font-size: 13px;
  left: -10px;
  color: white;
  -webkit-transform: scaleY(.5) scaleX(1);
  transform: scaleY(.5) scaleX(1);
}
.header-top #account{
	padding:0px 12px;

	position: relative;
}
.header-top #account.active{
	background: white;
}
.header-top #account.active *{
	color: #551a8b;
}
body:not(.navigating) .header-top #account.active #account-menu:not(.preventHover){
	display: flex;
}
.header-top #account #account-menu{
    position: absolute;
    width: 800px;
    background: white;
    right: 0px;
    top: 100%;
    z-index: 3;
    display: none;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    border-radius: 0px 0px 7px 7px;
}
#account-menu > div:not(:last-child) {
    border-right: 1px solid #ccc;
}
.header-top #account #account-menu a{
	text-transform:uppercase;
	line-height: 1.4;
	margin: 8px 0px;
	text-decoration:none;
	cursor: pointer;
}
.header-top #account #account-menu a:hover{
	text-decoration:underline;
}
.header-top #cart{
	float: right;
    position: relative;
    height: 44px;
    width: 150px;
    padding: 5px 0px;
    box-sizing: border-box;
}
.header-top #cart {
    float: right;
    position: relative;
    height: 44px;
    width: 150px;
    padding: 5px 0px;
    box-sizing: border-box;
}
.header-top #cart header {
	cursor: pointer;
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(107,19,107,1) 1%,rgba(88,19,94,1) 53%,rgba(73,15,65,1) 100%);
	padding: 4px;
	box-sizing: border-box;
	display: flex;
	border-radius: 3px;
	outline: none;
}
.header-top #cart header md-icon{
    color: #fff;
    float: left;
}
.header-top #cart header span.total{
    color: #fff;
    font-size: 23px;
    box-sizing: border-box;
    font-family: Alegreya;
    line-height: 1;
    padding: 0px 7px;
    width: 100%;
    text-align: right;
}
.header-top #cart main{
    border-radius: 3px;
    position: absolute;
    z-index: 1;
    top: -7px;
    right: -7px;
    padding-top: 49px;
    background: #eee;
    box-shadow: 1px 5px 7px rgba(0, 0, 0, 0.3);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
    width: 330px;
}
.header-top #cart  main.ng-hide-remove{ transform:translateY(-31px); opacity:0; transition: all 0.3s ease-in; }
.header-top #cart  main.ng-hide-remove.ng-hide-remove-active { transform:translateY(0px); opacity:1; }
.header-top #cart  main.ng-hide-add{ transform:translateY(0px); opacity:1; transition: all 0.3s ease-out; }
.header-top #cart  main.ng-hide-add.ng-hide-add-active { transform:translateY(-31px); opacity:0; }
.header-top #cart  main nav{    
	width: 100%;
    padding-top: 7px;
    float: left;
    border-bottom: 1px solid #ccc;
}
.header-top #cart  main nav a {padding: 13px 7px;font-size: 13px;font-family: Roboto;text-transform: uppercase;box-sizing: border-box;color: #490f41;font-weight: bold;float: left;margin-left: 7px;text-decoration: none;}
.header-top #cart  main nav a:first-child{ padding: 13px 11px; position:relative; background: white; border-width: 1px 1px 0px 1px; border-color: #ccc; border-style: solid; border-radius:3px 3px 0px 0px;   }
.header-top #cart  main nav a:first-child:after{ content:""; width:100%; top:100%; height:1px; background:white; position:absolute; left:0px; z-index: 1;}
.header-top #cart  main nav a:not(:first-child){color: white;border-radius: 3px;background: #551a8b;padding: 7px;margin-top: 7px;cursor: pointer;}
.header-top #cart  main nav a.disabled {pointer-events:none; background:#ccc; }	
.header-top #cart  ul li{background:white;float: left;width: 100%;padding: 7px 11px;box-sizing: border-box;border-bottom:1px solid #ccc;list-style: none;}
.header-top #cart  ul li .descripcion{ font-family:"Roboto", float:left; width:100%; font-size:13px; color:#551a8b; text-transform: lowercase; }
.header-top #cart ul {
    padding: 0;
}
.header-top #cart  ul li .cantidades { float: left; width: 100%; margin-top:5px; } 
.header-top #cart  ul li .cantidad { float: left; width: 97px; border:1px solid #ccc; border-radius:3px; box-sizing: border-box; } 
.header-top #cart  ul li .cantidad a { float: left; color: #333; box-sizing:border-box; font-size: 17px; width: 23px; height: 23px; text-align: center; text-align: center; display: block; }
.header-top #cart  ul li .cantidad a.menos, .header-top #cart  ul li .cantidad a.mas{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
.header-top #cart  ul li .cantidad a.menos{ line-height: 22px; border-right:1px solid #ccc; }
.header-top #cart  ul li .cantidad a.mas{ line-height: 25px; border-left:1px solid #ccc; }
.header-top #cart  ul li .cantidad span {float: left; width: 49px; height:23px; box-sizing: border-box; box-sinzing:border-box; font-family: serif; text-align: center; font-size: 17px; padding: 3px; }
.header-top #cart  ul li .regalo{ margin-top:3px; font-size: 11px; padding: 0px 3px; float: left; color: green; width: 97px; clear:both; }
.header-top #cart  ul li .no-disponible{ margin-top:3px; font-size: 11px; padding: 0px 3px; float: left; color: red; width: 97px; clear:both; }
.header-top #cart  ul li .total { float:right; font-size: 17px; padding:3px 0px; }
.header-top #cart  ul li .total span{ font-family: Alegreya; float:left; color:#333; font-family:serif; border-right:1px solid #ccc; padding: 0px 7px; }
.header-top #cart  ul li .eliminar{ float: left; fill: #333; height: 19px; margin-left: 3px;}
.header-top #cart footer{float:left;width:100%;background:#efefef;padding: 7px 11px;box-sizing: border-box; min-width:0px;}
.header-top #cart footer b{ font-size:13px; text-align:right; width:100%; float:left; color:#777; text-transform:uppercase; font-family:Roboto;  margin-top:7px;  }
.header-top #cart footer b:first-child{margin-top:0px;} 
.header-top #cart footer span{ font-size:19px; text-align:right; width:100%; float:left; color:#490F41; font-family:Alegreya; font-weight:bold; }





.login {
    display: flex;
}
.login-signIn {
    width: 100%;
    margin: 20px 20px 20px 0px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3), -1px -1px 2px rgba(0, 0, 0, 0.2);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    order: 2;
}
.login-signIn-content {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.login-signUp {
    width: 100%;
    margin: 20px 20px 20px 0px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3), -1px -1px 2px rgba(0, 0, 0, 0.2);
    padding: 20px;
    display: flex;
    flex-direction: column;
    order: 1;
}
.login-signIn md-input-container {
    width: 100%;
}
.button.login-signIn-button {
    width: 100%;
    border-radius: 0px;
    height: 44px;
    line-height: 44px;
    text-transform: uppercase;
    padding: 0px;
}
.login-forgotten-link {
    margin: 20px;
    cursor: pointer;
    font-size: 12px;
    color: blue;
}
.login-signup-text {
    margin: 20px 0px;
    font-size: 14px;
    flex: 1;
}
.button.login-signup-button {
    width: 100%;
    border-radius: 0px;
    height: 44px;
    line-height: 44px;
    text-transform: uppercase;
    padding: 0px;
}
.login-signUp .headline {
    border-bottom: 0px;
    padding: 20px 0px;
}

.product-item {
	display: flex;
	flex-direction: column;
	flex: 1;
	max-width: 306px;
}
.product-item:nth-child(4n) .product-card {
    margin-right: 0px;
}	

.product-card{
    position: relative;
    width:280px;
    height: 371px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 5px 5px 5px 1px #cccccc;
    background: white;
}
.product-card-small {
}
.product-card-main{
    padding: 10px;
    box-sizing: border-box;
    height: 150px;
    display: flex;
}
.product-card-picture {
    width: 100px;
    height: 130px;
    position: relative;
}
.product-card-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-card-nostock{
    position: absolute;
    top: -36px;
    left: -36px;
    transform: rotate(-45deg);
    height: 18px;
    width: 120px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 44px;
    font-size: 12px;
    padding: 3px;
    background: #da4141;
    color: white;
    z-index: 1;
    line-height: 1;
    box-sizing: border-box;
}
.product-card-gift-icon {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 44px;
    height: 44px;
}
.product-card-gift{
	display:flex;
}
.product-card-status {
    margin-left: 10px;
    flex: 1;
    position: relative;
}
.product-card-status-line {
    white-space: nowrap;
    font-size: 12px;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    text-align: center;
    font-weight: 500;
    height: 18px;
    display: flex;
    align-items: center;
}
.product-card-promo {
    background: #6AA150;
    color: white;
    top: 0px;
    font-size: 16px;
    height: 24px;
    line-height: 20px;
    width: 120px;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
}
.product-card-in-store {
    color: black;
    top: 30px;
}
.product-card-quota {
    top: 54px;
}
.product-card-pending {
    top: 78px;
}
.product-card-promo .product-card-status-label{
    background: #6AA150;
}
.product-card-in-store .product-card-status-label{
    background: #b1ebeb;
}
.product-card-quota .product-card-status-label{
    background: #2cca2c;
}
.product-card-pending .product-card-status-label{
    background: #f1811a;
}
.product-card-expiry-date .product-card-status-label{
    background: #eee;
}

.product-card-status-label {
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
    display: inline-block;
    padding: 2px 4px;
    width: 72px;
    text-align: right;
}
.product-card-status-data {
	display: inline-block;
	margin: 0px 8px;
}
.product-card-expiry-date {
    top: 112px;
}
.product-card-headline{
    height: 50px;
    width: 100%;
    position:relative;
    padding: 4px 10px;
    box-sizing: border-box;
}
.product-card-name{
	font-weight: 600;
	color: #490F41;
	font-size: 16px;
	text-decoration:none;
	overflow: hidden;
	display: inline;
	margin: 0;
	line-height: 1.4;
}
.product-card-link{
	text-decoration:none;
	color:inherit;
}
.product-card-award{
    display: inline;
    position:relative;
    line-height: 1;
    vertical-align: top;
    margin-right: 4px;
}
.product-card-award:last-child {
    margin-right: 0px;
}
.product-card-award-info{
	text-decoration:none;
	font-size: 10px;
	padding: 2px 4px;
	border-radius: 2px;
	color: white;
	text-shadow: 1px 1px 1px black;
	font-weight: 400;
	display: inline-block;
}
.product-card-award-popover {
	position:absolute;
	top: 20px;
	left: 50%;
	width: 50px;
	/* background: #ccc; */
	height: auto;
	text-align: center;
	opacity:0;
	transition:0.3s ease-in-out all 0s;
	transform: translateX(-50%);
	margin-top: 4px;
}
.product-card-award-name {
    display: inline-block;
    padding: 4px;
    line-height: 1.25;
    border-radius: 2px;
    color: white;
    font-size: 10px;
    font-weight: 500;
    width: auto;
    white-space: nowrap;
    margin-left: 25px;
    transform: translateX(-50%);
    width: 50px;
    white-space: initial;
    box-sizing: border-box;
}
.product-card-award:hover .product-card-award-popover{
	pointer-events:none;
	transition:0.3s ease-in-out all 0.5s;
	opacity:1;
}
.product-card-award-img {
    width: 100%;
}
.product-card-features {
	width: 100%;
	box-sizing: border-box;
	height: 60px;
	padding: 0px 10px;
}
.product-card-feature-1 {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	font-weight: 500;
	margin: 8px 0px 0px 0px;
}
.product-card-feature-2 {
	margin: 0;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 6px;
	font-size: 12px;
	font-weight: 500;
}
.product-card-feature-3 {
	margin: 0;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 4px;
	font-size: 12px;
	color: #5b4a63;
	font-weight: 500;
}
.product-card-offers {
    height: 50px;
    width: 100%;
    padding: 0px 10px;
    box-sizing: border-box;
    text-align: right;
    line-height: 60px;
}
.product-card-final-price {
    width: 100%;
    text-align: right;
    display: inline-flex;
    width: auto;
    height: 50px;
    align-items: baseline;
}
.product-card-price {
    color: #6d3866;
    font-size: 22px;
    display: inline-block;
}
.product-card-price-currency {
    color: #6d3866;
    font-size: 22px;
    display: inline-block;
    margin: 0px 4px;
}
.product-card-vat {
    font-size: 10px;
    vertical-align: baseline;
    line-height: 1;
    color: #6d3866;
    display: inline-block;
}
.product-card-previous-price {
    font-size: 16px;
    color: #da4141;
    text-decoration: line-through;
    display: inline-block;
}
.product-card-dashboard {
	max-height: 50px;
	position: absolute;
	bottom: 0px;
	z-index: 1;
	background: white;
	transition: 0.5s ease-in-out all;
	width: 100%;
}
.product-card-dashboard.active {
	max-height: 100%;
}
.product-card-toolbar {
	display: flex;
	height: 50px;
	width: 100%;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	border-top: 1px solid #ccc;
}
.product-card-toolbar-button {
	padding: 10px;
	flex: 1;
	text-align: center;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	position: relative;
	outline: none;
	cursor: pointer;
}
.product-card-toolbar-button:not(:last-child) {
	border-right: 1px solid #ccc;
}
.product-card-toolbar-button-cart {
	background: #6b136b;
}
.product-card-toolbar-button-cart md-icon {
	color: white;
}
.product-card-toolbar-button-rate:hover md-icon {
	color: #f1811a;
}
.product-card-toolbar-button-favorite:hover md-icon {
	color: #da4141;
}
.product-card-toolbar-button-share:hover md-icon {
	color: #4F7CA5;
}
.product-card-toolbar-button .toolbar-button-badge {
    right: 10px;
    position: absolute;
    top: 8px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    background: darkorchid;
    font-weight: 500;
    display: inline-block;
    align-items: center;
    text-align: center;
    padding: 0px;
    color: white;
    font-size: 12px;
    line-height: 18px;
}
.product-card-dashboard-main {
    padding: 10px 0px;
    background: white;
    z-index: 2;
    position: relative;
}
.product-card-units {
    width: 100%;
    display: inline-flex;
    overflow: hidden;
    padding: 10px 20px;
    box-sizing: border-box;
}
.product-card-units-placeholder {
    display: block;
    flex-shrink: 1;
    width: 33%;
    margin: 0px 4px;
    overflow: hidden;
}
.product-card-unit-description {
    width: 100%;
    text-align: center;
    font-size: 10px;
}
.product-card-units-selector input {
    border: 1px solid #999999;
    text-align: right;
    padding: 2px;
    width: 100%;
    box-sizing: border-box;
}
.product-card-buy-options {
    display: inline-flex;
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    justify-content: flex-end;
}
.product-card-buy-option {
    display: flex;
    align-items: center;
    font-size: 10px;
    min-width: 30%;
    white-space: nowrap;
    margin: 0px 4px;
}
.product-card-buy-option:last-child {
    margin-right: 0px;
}
.product-card-buy {
    height: 44px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    justify-content: space-between;
}
.product-card-stock {
    font-size: 12px;
}
.product-card-buy-button {
    text-align: center;
    margin: 0px 4px;
    font-size: 16px;
    background: rgb(107,19,107);
    background: -moz-linear-gradient(top, rgba(107,19,107,1) 1%, rgba(88,19,94,1) 53%, rgba(73,15,65,1) 100%);
    background: -webkit-linear-gradient(top, rgba(107,19,107,1) 1%,rgba(88,19,94,1) 53%,rgba(73,15,65,1) 100%);
    background: linear-gradient(to bottom, rgba(107,19,107,1) 1%,rgba(88,19,94,1) 53%,rgba(73,15,65,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b136b', endColorstr='#490f41',GradientType=0 );
    color: white;
    padding: 8px 32px;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
}
.product-card-stats {
    position: absolute;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.8);
    padding: 4px 8px;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
}
.product-card-salesman-stats {
    display: flex;
    align-items: center;
}
.product-card-salesman-stats md-icon {
    margin: 0;
    margin-right: 4px;
}
.product-card-salesman-stats label {
    flex: 1;
    text-align: right;
    font-weight: bold;
}
.product-card-client-stats {
    display: flex;
    align-items: center;
}
.product-card-client-stats md-icon {
    margin: 0;
    margin-right: 4px;
}
.product-card-client-stats label {
    flex: 1;
    text-align: right;
    font-weight: bold;
}


.tooltip-vista1{
	opacity: 1;
	background: rgba(0,0,0,0.73);
	color: #FFFFFF;
	border-radius: 3px;
	font-size: 13px;
	padding: 5px 13px;
	transform: translateX(-7px);
}
.tooltip-vista1.ac-tooltip-left:after{
	content: "";
	position: absolute;
	left: 100%;
	border: 3px solid transparent;
	width: 0px;
	height: 0px;
	border-left: 7px solid rgba(0,0,0,0.73);
	top: 7px;
}
.tooltip-vista1.ac-tooltip-right:after {
    content: "";
    content: "";
    position: absolute;
    right: 100%;
    border: 3px solid transparent;
    width: 0px;
    height: 0px;
    border-right: 7px solid rgba(0,0,0,0.73);
    top: 7px;
}
.tooltip-gift{
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    box-shadow: 3px 3px 3px 1px #999999;
    background: white;
    border-radius: 3px;
    font-size: 13px;
    padding: 5px 13px;
    transform: translateX(-7px);
}
.tooltip-gift {
    float: left;
    width: 400px;
    box-sizing: border-box;
}
.tooltip-gift img {
    float: left;
    width: 73px;
    height: 73px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    flex-shrink: 0;
    padding: 3px;
    margin-right: 11px;
    object-fit:contain;
}
.tooltip-gift p {
    display: flex;
    padding: 5px 0px;
    font-size: 18px;
    margin: 0;
}
.tooltip-gift span {
    padding-top: 7px;
    font-size: 16px;
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
    color: #333;
    float: left;
    height: auto;
}
.product-card-share {
    transform: translate(0px, 51px);
    position: absolute;
    width: calc(100% - 71px);
    height: 50px;
    top: 0px;
    display: flex;
    background: #fafafa;
    transition:0.3s ease-in-out all;
    left: 0px;
    border-top: 1px solid #ccc;
    padding: 8px;
    box-sizing: border-box;
    z-index: 1;
    border-bottom: 1px solid #ccc;
}
.product-card.sharing .product-card-share{
    transform: translate(0px, 0px);
}
.product-card .picture {
    float: left;
    width: 100px;
    height: 130px;
    position: relative;
}
.product-card .picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-card .picture img.no_foto{
    object-fit: contain;
}
.product-card .main-info {
    float: left;
    width: calc(100% - 100px);
    height: 27px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}
.product-card .salesman-info{
    float: left;
    width: calc(100% - 100px);
    padding-left: 11px;
    box-sizing: border-box;
    position: relative;
    margin-top: 13px;
    flex: 100;
}
.product-card .salesman-info > div{
	height: 18px;
	margin-top:5px;
	display:flex;
}
.product-card .salesman-info > div:first-child{
	margin-top:0px;
}
.product-card .depo {
    padding: 2px 12px;
    border-radius: 3px;
    font-size: 12px;
    top: 7px;
    background: #b1ebeb;
    color: black;
    fill: white;
    font-weight: 600;
    margin: 0;
    text-align: center;
    margin-right: 5px;
    flex: 50;
	max-width: 50%;
    box-sizing: border-box;
}
.product-card .cupo {
    padding: 2px 12px;
    border-radius: 3px;
    font-size: 12px;
    top: 7px;
    background: #2cca2c;
    color: black;
    fill: white;
    font-weight: 600;
    margin: 0;
    text-align: center;
    flex: 50;
	max-width: 50%;
    box-sizing: border-box;
}
.product-card .pserv {
    padding: 2px 12px;
    border-radius: 3px;
    font-size: 12px;
    top: 7px;
    background: #f1811a;
    color: black;
    fill: white;
    font-weight: 600;
    margin: 0;
    text-align: center;
    flex: 100;
	max-width: 100%;
    box-sizing: border-box;
}
.product-card .specs {
    float: left;
    width: 100%;
    box-sizing: border-box;
    height: 160px;
    padding-top: 13px;
}


.product-card .specs h2 {
    width: 100%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 11px;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}
.product-card .specs h3 {
    margin: 0;
    width: 100%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 7px;
    font-size: 13px;
    font-weight: 500;
}
.product-card .specs h4 {
    margin: 0;
    width: 100%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
    font-size: 13px;
    color:#5b4a63;
    font-weight: 500;
}
.product-card .price{
    width: auto;
    float: right;
    color: #6d3866;
    text-align: right;
    font-size: 23px;
    box-sizing: border-box;
    position: absolute;
    top: 280px;
    right: 13px;
    margin: 0;
}
.product-card .bottom .price {
    top: 190px;
}
.product-card .price .old {
    font-size: 17px;
    color: #da4141;
    text-decoration: line-through;
}
.product-card .price span {
    vertical-align: baseline;
    line-height: 1;
}
.product-card .price small {
    font-size: 11px;
}
.product-card .bottom {
    top: 0px;
    position: relative;
    background: white;
    width: 100%;
    transition: 0.3s ease-in-out all;
    height: auto;
    float: left;
    display: block;
    z-index: 1;
}
.product-card.hasFocus .bottom {
	top:-230px;
}
.product-card.shargin .bottom {
	left:-100%;
}
.product-card .bottom .product-toolbar {
    height: 51px;
    width: 100%;
	border-bottom: 1px solid #ccc;
}
.product-card .bottom .product-toolbar a {
    cursor: pointer;
    background: white;
    font-size: 13px;
    min-height: 1px;
    width: 25%;
    float: left;
    text-align: center;
    fill: #999;
    box-sizing: border-box;
    margin: 0;
    border: none;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    height: 100%;
    border-radius: 0px;
    padding: 13px 0px;
    transition: 0.3s ease-in-out all;
    position: relative;
}
.product-card .bottom .product-toolbar a:last-child{
	border-right:0px;
}
.product-card .bottom .product-toolbar a:nth-child(1){
	background:#6b136b;
}
.product-card .bottom .product-toolbar a:nth-child(1) md-icon{
	color:white;
}
.product-card .bottom .product-toolbar a:nth-child(1) span{
    position: absolute;
    color: white;
    top: 7px;
    right: 5px;
    width: 23px;
    text-align: center;
    font-weight: 500;
}
.product-card .bottom .product-toolbar a:nth-child(2):hover md-icon{
	color: #f1811a;
}
.product-card .bottom .product-toolbar a:nth-child(3):hover md-icon{
	color: #da4141;
}
.product-card .bottom .product-toolbar a:nth-child(4):hover md-icon{
	color: #4F7CA5;
}
.product-card .bottom .content {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 13px;
    position: relative;
    z-index: 2;
    background: white;
}
.product-card .bottom h1{
	height: 41px;
	width: 100%;
	float: left;
	overflow: hidden;
	font-weight: 600;
	color: #490F41;
	font-size: 17px;
	margin: 0;
}
.product-card .bottom .units{
    width: 100%;
    float: left;
    margin-top: 11px;
    /*height: 37px;*/
    display: flex;
    overflow: hidden;
}
.product-card .bottom .units > * {
    display: block;
    flex-shrink: 1;
    width: 85px;
    margin: 0px 3px;
}
.product-card .bottom .units small {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 11px;
}
.product-card .bottom .units > *:first-child {
    margin-left: 0px;
}
.product-card .bottom .units > *:last-child {
    margin-right: 0px;
}
.product-card .bottom .units input{
	border: 1px solid #999999;
	text-align: right;
	padding: 3px;
	float: left;
	width: 100%;
	box-sizing: border-box;
}
.product-card .bottom .buy-options {
    float: left;
    width: 100%;
    font-size: 11px;
    margin-top: 13px;
    display: flex;
}
.product-card .bottom .buy-options p {
    float: left;
    margin: 0;
}
.product-card .bottom .buy-options p.stock {
    flex-grow: 1;
}
.product-card .bottom .buy-options p label {
    float: left;
    padding: 0px 3px;
}
.product-card .bottom .buy-options p input {
    float: left;
    margin: 0;
}
.product-card .bottom .buy {
    float: left;
    width: 100%;
    margin-top: 13px;
}
.product-card .bottom .buy-button {
    float: left;
}
.product-card .bottom .retirar-depo {
    float: right;
    width: auto;
    font-size: 11px;
    margin-top: 11px;
}
.product-card .bottom .depo label {
    padding: 0px 3px;
    float: left;
}
.product-card .bottom .depo input {
    float: left;
}
.product-card .stats {
    position: absolute;
    bottom: -7px;
    background: rgba(255, 255, 255, 0.9);
    left: 23px;
    width: 100px;
    box-sizing: border-box;
    padding: 3px 3px 3px 3px;
    border-radius: 3px;
    border: 1px solid #777;
    z-index: 1;
}
.articulo.vista .stats .icon {.grid .stats .icon {
    float: left;
    margin: 0px 5px 0px 0px;  }
}
.product-card .stats .icon {
    float: left;
    margin: 0px 5px 0px 0px;
}
.product-card .stats label {
    float: left;
    color: #777;
    font-size: 14px;
    padding: 3px 0px;
    font-weight: 600;
}
.product-card .stats > div {
    float: left;
    width: 100%;
}












input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}


md-autocomplete md-autocomplete-wrap md-progress-linear.md-inline {
    bottom: 10px;
}
md-input-container {
    margin: 12px 0;
}
md-autocomplete[md-floating-label] .md-show-clear-button button {
    top: 12px;
}
.md-tooltip {
    height: auto;
}
.md-tooltip.tooltip-darker {
    background: #000;
    color:#fff;
    height: auto;
}
.bottom-right-overlay {
    position: fixed;
}

.bottom-right-overlay .md-toast-content {
    padding: 0px;
}





.input-container {
    display: flex;
    align-items: center;
}
.input-container input {
    /*! border: none; */
    /*! font-size: 12px; */
    /*! height: 28px; */
    /*! outline: none; */
    /*! box-sizing: border-box; */
    /*! padding: 0 8px; */
}
.input-container md-icon {
    font-size: 16px;
    height: 16px;
    width: 16px;
    min-height: 16px;
    min-width: 16px;
    margin: 4px;
}
.input-container select {
    /*! border: none; */
    font-size: 12px;
    /*! height: 28px; */
    /*! outline: none; */
    box-sizing: border-box;
}






.breadcrumbs {
	display:flex;
	margin-top: 24px;
	position: relative;
	padding: 0px 10px;
}
.breadcrumbs *{
    color: #6d3866;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    text-decoration:none;
    margin: 0px 2px;
}

.pager {
    display: flex;
    align-items: center;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
}
.pager-briefing {
    font-size: 12px;
    text-align: center;
    margin: 0 4px;
}
.pager-button {
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    border: 1px solid #cccccc;
    border-radius: 2px;
    margin: 0px 4px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
}
.pager-button.disabled {
    opacity: 0.3;
    pointer-events: none;
}
.pager-button md-icon {
    color: black;
    font-size: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px;
    height: 16px;
}
.pager-link {
    font-size: 12px;
    width: 18px;
    text-align: center;
    /* transition: 0.3s ease-in-out all; */
    cursor: pointer;
}
.pager-link.selected {
    font-weight: bolder;
    transform: scale(2);
    margin: 0px 8px;
}
.pager-button[disabled]{
	opacity:0.3;
	pointer-events:none;
}

.toolbar {
    display: flex;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
}
.toolbar select {
    padding: 4px;
    margin-right: 8px;
    border-color: #ccc;
    border-radius: 4px;
    cursor: pointer;
}
.toolbar .custom-slider{
    font-size: 11px;
    height: 2px;
    margin: 11px 0px;
    width: 500px;
    float:right;
}
.toolbar .custom-slider.rzslider .rz-bar {
    height: 2px;
}
.toolbar .custom-slider.rzslider .rz-bubble{
    bottom: -30px;
}
.toolbar .custom-slider.rzslider .rz-pointer {
	background: url("../img/bottle.ico");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	outline: none;
}
.toolbar .custom-slider.rzslider .rz-pointer:after {
	display:none;
}
.toolbar .custom-slider.rzslider .rz-tick {
  width: 3px;
  height: 7px;
  margin-left: 4px;
}
.toolbar .custom-slider.rzslider .rz-tick.selected {}


.tabla_cambios_precios{
    border: 1px solid #ccc;
    border-radius: 4px;
}
.tabla_cambios_precios .thead{
	border-bottom:1px solid #ccc;
}
.tabla_cambios_precios .tr > *, .tabla_cambios_precios .thead > *, .tabla_cambios_precios .tfoot > *{
	padding:4px;
}
.tabla_cambios_precios .tr > *{
	font-size:12px;
}
.tabla_cambios_precios .tbody .tr:nth-child(2n){
    background: rgba(109,56,102,0.07);
}
.tabla_cambios_precios .tfoot{
    background: khaki;
    font-weight: bold;
	border-top: 1px solid #ccc;
}



.tabla_notas{}
.tabla_notas .thead{
	border-bottom:1px solid #ccc;
}
.tabla_notas .tr > *, .tabla_notas .thead > *, .tabla_notas .tfoot > *{
	padding:4px;
}
.tabla_notas .tr > *{
	font-size:12px;
}
.tabla_notas .tbody .tr:nth-child(2n){
    background: rgba(109,56,102,0.07);
}
.tabla_notas .tfoot{
    background: khaki;
    font-weight: bold;
	border-top: 1px solid #ccc;
}


.agrupacion{
    display: flex;
    flex-direction: column;
}









.payment-status {
    display: flex;
    align-items: center;
    padding: 100px 40px;
    justify-content: center;
    position: relative;
}
.payment-status-data {
    display: flex;
    flex-direction: column;
    width: 50%;
}
.payment-status-headline {
    box-sizing: border-box;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}
.payment-status-headline h1 {
    font-family: Alegreya;
    color: #551a8b;
    font-size: 32px;
    display: inline-block;
    vertical-align: initial;
    line-height: 1;
    margin: 0;
}
.payment-status-watermark {
    opacity: 0.2;
}
.payment-confirmation-text {
    font-size: 16px;
    margin-top: 16px;
}


.recover-password-placeholder {
    display: flex;
    align-items: center;
    padding: 100px 40px;
    justify-content: center;
    position: relative;
}
.recover-password{
	display: flex;
	flex-direction: column;
	width: 50%;
}
@media (max-width: 599px){
	.recover-password{
		width:100%;;
	}
}
.recover-password-headline {
    box-sizing: border-box;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}
.recover-password-headline h1 {
    font-family: Alegreya;
    color: #551a8b;
    font-size: 32px;
    display: inline-block;
    vertical-align: initial;
    line-height: 1;
    margin: 0;
}
.recover-password-text {
    font-size: 16px;
    margin-top: 16px;
}
.recover-password .captcha-placeholder{
	display:flex;
	justify-content: center;
	padding:20px;
	flex-direction: column;
	align-items: center;
}



.restore-password-placeholder {
    display: flex;
    align-items: center;
    padding: 100px 40px;
    justify-content: center;
    position: relative;
}
.restore-password{
	display: flex;
	flex-direction: column;
	width: 50%;
}
@media (max-width: 599px){
	.restore-password{
		width:100%;;
	}
}
.restore-password-headline {
    box-sizing: border-box;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}
.restore-password-headline h1 {
    font-family: Alegreya;
    color: #551a8b;
    font-size: 32px;
    display: inline-block;
    vertical-align: initial;
    line-height: 1;
    margin: 0;
}
.restore-password-text {
    font-size: 16px;
    margin-top: 16px;
}
.restore-password .captcha-placeholder{
	display:flex;
	justify-content: center;
	padding:20px;
	flex-direction: column;
	align-items: center;
}







.articulo.vista2 .pack-info {
    position: absolute;
    left: 0px;
    top: 102px;
    z-index: 1;
    width: 300px;
    height: 20px;
    padding-left: 4px;
}
.articulo.vista2 .pack-info:hover .pack-detail{
	opacity:1;
}
.articulo.vista2 .pack-detail {
	transition:0.3s ease-in-out all;
    opacity: 0;
    width: 100%;
    float: right;
    padding: 8px;
    border: 2px solid #ccc;
    background: white;
    z-index: 1;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow: auto;
	height:100px;
	display: none;
}
.articulo.vista2 .pack-info > a {
    font-size: 14px;
    font-weight: bold;
    /* float: right; */
    color: blue;
    text-transform: uppercase;
    cursor: pointer;
}
.articulo.vista2 .pack-item-units {
    font-weight: bold;
    flex: none;
    width: 32px;
}
.articulo.vista2 .pack-item-name {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.articulo.vista2 .pack-item {
    text-align: right;
    font-size: 12px;
    white-space: nowrap;
    display: flex;
    overflow: hidden;
    width: 100%;
}
.articulo.vista2 .descripcion_contenido {
    padding: 24px;
    font-size: 13px;
}







.articulo.vista2 .carousel-3d-container{
	margin:0px;
}
.articulo.vista2 .carousel-3d .slide-3d {
    border-radius: 0px;
    border-color: #000;
    border-color: rgba(0,0,0,.4);
    /* border-style: solid; */
    background-size: cover;
    outline: none;
}


.carousel-3d-next.arrow-left{
	left: -2px;
}
.carousel-3d-next.arrow-left, .carousel-3d-prev.arrow-right {
    margin: 0;
    width: auto;
    height: auto;
    position: absolute;
    overflow: visible;
    outline: none;
}
.carousel-3d-controls .arrow-left::before, .carousel-3d-controls .arrow-right::before {
	border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: '';
	display: inline-block;
	height: 10px;
	left: 0.15em;
	position: relative;
	top: 0.15em;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 10px;
	border-color: black;
	box-sizing: border-box;
	margin: 0px 2px;
	outline: none;
}
.carousel-3d-controls .arrow-right::before {
	left: 0;
	transform: rotate(45deg);
}
.carousel-3d-controls .arrow-left::before {
	left: 0.25em;
	transform: rotate(-135deg);
}



.articulo.vista2 .picture {
    float: left;
    width: 100%;
    height: 375px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.articulo.vista2 .thumbs {
    float: left;
    width: 100%;
	
    margin-top: 23px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.articulo.vista2 .thumb {
    width: 52px;
    height: 53px;
    float: left;
    border-radius: 3px;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.13);
    margin-right: 20px;
    margin-bottom: 20px;
}
.articulo.vista2 .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.articulo.vista2 .thumb:not(:first-child) {
    margin-right: 20px;
}
.articulo.vista2 .codigo {
    color: #5b4a63;
    font-weight: 600;
    font-size: 11px;
    float: left;
    width: 100%;
}
.articulo.vista2 header {
    border-bottom: 1px solid #ccc;
    padding: 7px 0px 5px 0px;
    box-sizing: border-box;
    float: left;
    width: 100%;
}
.articulo.vista2 header h1 {
    font-family: Alegreya;
    color: #551a8b;
    font-size: 29px;
    display: inline-block;
    vertical-align: initial;
    line-height: 1;
}
.articulo.vista2 .poll{
}
.articulo.vista2 .poll md-icon {
    color: #551a8b;
}
.articulo.vista2 .info {
    float: left;
    width: 100%;
    font-size: 12px;
    padding: 13px 0px;
    height: 100px;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}
.articulo.vista2 .specs {
    width: 350px;
    padding-right: 13px;
    box-sizing: border-box;
    float: left;
    height: 100%;
    overflow: auto;
}
.articulo.vista2 .specs p:not(:first-child) {
    margin-top: 7px;
}
.articulo.vista2 .specs p > * {
    width: 50%;
    float: left;
    
     /* number of lines to show */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.articulo.vista2 .specs p {
    float: left;
    width: 100%;
    
     /* number of lines to show */
    margin: 0;
}
.articulo.vista2 .batchs {
    width: 200px;
    padding-right: 13px;
    box-sizing: border-box;
    float: left;
    height: 100%;
}

/*

.awards-ribbon {
  position: absolute;
  top: -6.1px;
  right: 10px;
  color:white;
  z-index:1;
}
.awards-ribbon:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 53px solid transparent;
  border-right: 53px solid transparent;
  border-top: 10px solid #F8463F;
}
.awards-ribbon span {
  position: relative;
  display: block;
  text-align: center;
  background: #F8463F;
  font-size: 14px;
  line-height: 1;
  padding: 6px 8px 6px;
  border-top-right-radius: 8px;
  width: 90px;
}
.awards-ribbon span:before, .awards-ribbon span:after {
  position: absolute;
  content: "";
}
.awards-ribbon span:before {
 height: 6px;
 width: 6px;
 left: -6px;
 top: 0;
 background: #F8463F;
}
.awards-ribbon span:after {
 height: 6px;
 width: 8px;
 left: -8px;
 top: 0;
 border-radius: 8px 8px 0 0;
 background: #C02031;
}

*/

.awards-ribbon {
 width: 8px;
 display: inline-block;
 line-height: 1.1;
 word-break: break-word;
 width: 8px;
 padding: 4px 4px;
 position: absolute;
 top: -6px;
 left: -5px;
 text-align: center;
 border-top-left-radius: 3px;
 background: #551a8b;
 color: white;
 z-index: 1;
 text-transform: lowercase;
 font-size: 10px;
 font-weight: 500;
}
.awards-ribbon:before {
 height: 0;
 width: 0;
 right: -5.5px;
 top: 0.1px;
 border-bottom: 6px solid #2a012a;
 border-right: 6px solid transparent;
}
.awards-ribbon:before, .awards-ribbon:after {
  content: "";
  position: absolute;
}
.awards-ribbon:after {
  height: 0;
  width: 0;
  bottom: -6px;
  left: 0;
  border-left: 25px solid #551a8b;
  border-right: 25px solid #551a8b;
  border-bottom: 7px solid transparent;
  display: none;
}




.articulo.vista2 .award-img {
	cursor: pointer;
    text-decoration: none;
}
.articulo.vista2 .award-score {
    color: white;
    text-align: center;
    border-radius: 4px;
    padding: 2px 4px;
    margin-top: 4px;
}
.articulo.vista2 .awards {
    width: 200px;
    float: left;
    height: 100%;
    padding: 0px 3px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 16px;
}
.articulo.vista2 .awards .award img {
    /* border: 1px solid #ccc; */
}
.articulo.vista2 .award-img .award-alt{
    display: block;
    padding: 4px;
    box-sizing: border-box;
    color: white;
    text-decoration: none;
    text-align: center;
    font-size: 10px;
    border-radius: 4px;
}


.articulo.vista2 .awards h3 {
	font-size: 12px;
	line-height: 1;
	color: #4d1048;
	font-family: Alegreya;
	position: absolute;
	transform: rotate(-45deg) translate(-10px, -10px);
	z-index: 1;
}
.articulo.vista2 .awards .award {
    width: 72px;
    height: 72px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    outline: none;
}
.articulo.vista2 .awards .award img {
	max-width: 100%;
	max-height: 49px;
	display: block;
	width: auto;
	height: auto;
	background: white;
	box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.5);
}


.articulo.vista2 .status {
    float: left;
    width: 100%;
    height: 40px;
    padding: 7px 0px;
    overflow: hidden;
    font-size: 12px;
    position: relative;
    box-sizing: border-box;
}
.articulo.vista2 .status .cupo {
    position: absolute;
    left: 0px;
    width: 100px;
    padding: 5px 13px;
    border-radius: 3px;
    font-size: 13px;
    top: 7px;
    background: #2cca2c;
    color: black;
    fill: white;
    font-weight: 600;
    margin: 0;
    text-align: center;
}
.articulo.vista2 .status .depo {
    position: absolute;
    left: 150px;
    width: 100px;
    padding: 5px 13px;
    border-radius: 3px;
    font-size: 13px;
    top: 7px;
    background: #b1ebeb;
    color: black;
    fill: white;
    font-weight: 600;
    margin: 0;
    text-align: center;
}
.articulo.vista2 .status .pnd {
    position: absolute;
    left: 300px;
    width: 100px;
    padding: 5px 13px;
    border-radius: 3px;
    font-size: 13px;
    top: 7px;
    background: #f1811a;
    color: black;
    fill: white;
    font-weight: 600;
    margin: 0;
    text-align: center;
}
.articulo.vista2 .status .promo {
    position: absolute;
    right: 300px;
    padding: 5px 13px 5px 3px;
    border-radius: 3px;
    font-size: 13px;
    top: 7px;
    background: #382673;
    color: white;
    fill: white;
    font-weight: 600;
    margin: 0;
    display: flex;
}
.articulo.vista2 .status .price {
    position: absolute;
    right: 150px;
    padding: 5px 13px 5px 3px;
    border-radius: 3px;
    font-size: 13px;
    top: 7px;
    background: #df5a48;
    color: white;
    fill: white;
    font-weight: 600;
}
.articulo.vista2 .status .notif {
    position: absolute;
    right: 0px;
    padding: 5px 13px 5px 3px;
    border-radius: 3px;
    font-size: 13px;
    top: 7px;
    background: #45b39c;
    color: white;
    fill: white;
    font-weight: 600;
}


.articulo.vista2 .board {
    float: left;
    width: 100%;
    height: 250px;
    position: relative;
}
.articulo.vista2 .board .buy {
    position: absolute;
    top: 180px;
    right: 0px;
    width: 290px;
    height: 60px;
}


.articulo.vista2 .board .message {
    border: 2px solid transparent;
    position: absolute;
    left: 350px;
    top: 60px;
    font-size: 13px;
    padding: 7px;
    line-height: 1.35;
    border-radius: 7px;
    width: 350px;
    max-height: 49px;
    overflow: auto;
	animation: blinkingBorder 1.5s 0.75s infinite;
}
@keyframes blinkingBorder {
    50% {
        border-color:#ccc;
    }
}





.articulo.vista2 .price-update{
    position: absolute;
    right: 0px;
    width: 200px;
    text-align: center;
    top: -34px;
}
.articulo.vista2 .price-update-headline {
    padding: 5px 13px;
    border-radius: 3px;
    font-size: 13px;
    background: #382673;
    color: white;
    fill: white;
    font-weight: 600;
    width: auto;
    display: flex;
    justify-content: center;
}
.articulo.vista2 .price-update-headline md-icon {
    color: white;
    font-size: 16px;
    line-height: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px;
    height: 16px;
    margin: 0;
}
.articulo.vista2 .price-update-list {
    display: flex;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    padding: 4px;
    flex-direction: column;
}
.articulo.vista2 .price-update-list md-icon {
    font-size: 16px;
    font-size: 14px;
    line-height: 14px;
    min-height: 14px;
    min-width: 14px;
    width: 14px;
    height: 14px;
    margin: 0;
}
.articulo.vista2 .price-update-timeleft {
    font-size: 16px;
    font-weight: normal;
    color: #551a8b;
}
.articulo.vista2 .price-update-prices {
    width: 100%;
    display: flex;
    font-size: 16px;
    margin-top: 5px;
    align-items: center;
    justify-content: center;
    font-family: Alegreya;
    font-weight: bold;
}
.articulo.vista2 .price-update-progress {
	position: relative;
	background: #d93f49;
	color: white;
	margin: 0px 18px 0px 6px;
	border-radius: 5px 1px 1px 5px;
	padding: 2px 2px 4px 4px;
	font-size: 20px;
	line-height: 0.7;
}
.articulo.vista2 .price-update-progress:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #d93f49;
	border-width: 10px;
	margin-top: -10px;
}
.articulo.vista2 .price-update-progress.up{
	background:#d93f49;
}
.articulo.vista2 .price-update-progress.up:after {
	border-left-color:#d93f49;
}
.articulo.vista2 .price-update-progress.down{
	background:#6eb86e;
}
.articulo.vista2 .price-update-progress.down:after {
	border-left-color:#6eb86e;
}
.articulo.vista2 .price-update-old{
	
color: #777;
}
.articulo.vista2 .price-update-new{
	
}

.articulo.vista2 .promos {
    width: 250px;
    top: 13px;
    position: absolute;
    left: 0px;
    max-height: 150px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.articulo.vista2 .promos-headline{
    box-shadow: 3px 3px 3px 1px #999999;
    background: #b1ebb1;
    text-align: center;
    font-size: 12px;
    flex: 0;
}
.articulo.vista2 .promo-list {
	overflow: auto;
	overflow-x: hidden;
	padding: 2px 18px 12px 18px;
	box-sizing: border-box;
}
.articulo.vista2 .promos .promo {
    float: left;
    width: 100%;
}
.articulo.vista2 .promos .promo:not(:first-child) {
    margin-top: 4px;
}
.articulo.vista2 .promos .promo-main {
    font-size: 12px;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 10px;
}
.articulo.vista2 .promos .promo-main .minimo_activacion {
    font-size: 10px;
    color: #777;
    padding-left: 5px;
    letter-spacing: -0.3px;
}
.articulo.vista2 .promos .promo-line{
	width: 100%;
	padding: 8px 12px 8px 18px;
	box-sizing: border-box;
	display: flex;
	font-size: 11px;
	outline: none;
	cursor: pointer;
	align-items: center;
}
.articulo.vista2 .promos .promo-line input {
    -webkit-appearance: checkbox;
    margin: 0;
}
.articulo.vista2 .promos .promo-line .descripcion_linea {
    width: 100%;
    display: flex;
    padding-left: 10px;
}
.articulo.vista2 .promos .promo-briefing {
    font-size: 12px;
    font-weight: bold;
    color: #551a8b;
    text-align: center;
    display: flex;
    box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3);
    padding: 3px 23px;
    box-sizing: border-box;
}
.articulo.vista2 .promos .promo-main .gift{
	width: 20px;
	height: 20px;
}
.articulo.vista2 .promos .promo-main .gift img{
	width:100%;
	height:100%;
}

.articulo.vista2 .stock {
    position: absolute;
    top: 175px;
    width: 140px;
    height: 70px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.articulo.vista2 .stock-headline{
	box-shadow: 3px 3px 3px 1px #999999;
	background: #b1ebeb;
	text-align: center;
	font-size: 12px;
	flex: 0;
}
.articulo.vista2 .stock-main {
    overflow: auto;
}
.articulo.vista2 .board .stock .batch {
    display: flex;
    width: 100%;
    font-size: 14px;
    font-family: Alegreya;
    font-weight: bold;
    line-height: 1;
    padding: 3px 0px;
}

.articulo.vista2 .board .last-buy {
    left: 200px;
    width: 250px;
    position: absolute;
    top: 180px;
    display: flex;
    flex-direction: column;
    height: 60px;
    overflow: hidden;
}
.articulo.vista2 .board .last-buy-headline {
    box-shadow: 3px 3px 3px 1px #999999;
    background: #b1ebb1;
    font-size: 12px;
    text-align: center;
    flex: 0;
}
.articulo.vista2 .board .last-buy-list {
    font-size: 11px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.articulo.vista2 .last-buy-headline h3 {
    margin: 0;
    font-size: 12px;
}
.articulo.vista2 .last-buy-headline a {
    font-size: 11px;
    text-decoration: none;
}
.articulo.vista2 .last-buy-list p {
    margin: 0;
}

.articulo.vista2 .buy-bar{
    float: left;
    width: 100%;
    position: relative;
    padding: 5px;
    height: 44px;
    background: #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}
.articulo.vista2 .buy-bar {
    float: left;
    width: 100%;
    position: relative;
    padding: 5px;
    height: 44px;
    background: #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}
.articulo.vista2 .buy-bar .button {
    box-shadow: 3px 3px 7px 1px #000000;
    font-size: 17px;
    padding: 13px 19px;
    float: left;
    font-weight: 300;
    margin: -7px 0px 0px 13px;
}
.articulo.vista2 .buy-bar .price {
    float: left;
    width: 350px;
    font-size: 29px;
    font-weight: bold;
    color: #4d1049;
    text-align: right;
}
.articulo.vista2 .buy-bar .iva {
    text-shadow: 1px 1px 1px black;
    min-height: 1px;
    float: right;
    padding: 7px;
    box-sizing: border-box;
    text-align: right;
    margin: 0;
}
.articulo.vista2 .buy-bar .format {
    width: 250px;
    float: left;
    min-height: 1px;
    padding: 0px 23px;
    box-sizing: border-box;
    color: #490F41;
    font-weight: 600;
    text-align: right;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}
.articulo.vista2 .buy-bar input {
    float: left;
    height: 29px;
    border: 1px solid #999999;
    width: 70px;
    background: white;
    text-align: center;
}
.articulo.vista2 .buy-bar .price small {
    font-size: 13px;
}
.articulo.vista2 .buy-bar .price-old {
    color: #da4141;
    font-size: 17px;
    text-decoration: line-through;
    display: inline-block;
    width: 100px;
}


.articulo.vista2 .board .buy .cajas {
    position: absolute;
    width: 70px;
    text-align: center;
    font-size: 11px;
    top: 0px;
    left: 0px;
}
.articulo.vista2 .board .buy .pallets {
    position: absolute;
    width: 70px;
    text-align: center;
    font-size: 11px;
    top: 0px;
    left: 75px;
}
.articulo.vista2 .board .buy input[type='number'] {
    border: 1px solid #999;
    width: 100%;
    text-align: right;
    padding: 3px;
    box-sizing: border-box;
    height: 25px;
}
.articulo.vista2 .board .buy .no_promo {
    position: absolute;
    font-size: 12px;
    top: 45px;
    left: 0px;
}
.articulo.vista2 .board .buy .no_precio {
    position: absolute;
    font-size: 12px;
    top: 45px;
    left: 100px;
}
.articulo.vista2 .board .buy .depo {
    position: absolute;
    font-size: 12px;
    top: 43px;
}
.articulo.vista2 .board .buy .no_precio > * {
    vertical-align: middle;
}
.articulo.vista2 .board .buy .no_promo > * {
    vertical-align: middle;
}
.articulo.vista2 .board .buy .depo > * {
    vertical-align: middle;
}
.articulo.vista2 .board .buy .depo {
    position: absolute;
    font-size: 12px;
    top: 45px;
    left: 200px;
}
.articulo.vista2 .right [itemprop="offers"] .price .old {
    color: #da4141;
    font-size: 17px;
    text-decoration: line-through;
}
.articulo.vista2 .picture > a {
    float: left;
    width: 90%;
    height: 100%;
}
.articulo.vista2 .picture img {
    max-width: 100%;
    max-height: 100%;
}
.articulo.vista2 .mark_as_favorite {
    width: 30px;
    height: 30px;
    display: inline-block;
    float: left;
    background: mediumvioletred;
    box-sizing: border-box;
    padding: 3px;
    fill: white;
    margin-right: 3px;
    z-index: 1;
    position: relative;
}
.articulo.vista2 .share {
    float: left;
    width: 100%;
    margin-top: 23px;
}
.articulo.vista2 .salesman {
    float: left;
    width: 150px;
    font-size: 19px;
    font-family: Alegreya;
    position: relative;
}
.articulo.vista2 .salesman .stats {
    text-align: right;
}
.articulo.vista2 .salesman .stats label {
    width: 80px;
    display: inline-block;
    font-weight: 600;
}
.articulo.vista2 .salesman .plan {
    color: #4d1048;
    fill: #4d1048;
    position: absolute;
    top: 45px;
    right: 0px;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.7;
}
.articulo.vista2 .salesman .stats .client {
    line-height: 1;
}
.articulo.vista2 .salesman .stats .global {
    line-height: 1.35;
}
.articulo.vista2 .button.buyMore {
    display: block;
    clear: both;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 23px;
    box-shadow: 0px 3px 7px #000000;
    font-size: 17px;
    padding: 11px 36px;
    float: left;
}
.articulo.vista2 .agotado {
    top: 20px;
    left: -27px;
    transform: rotate(-41deg);
    height: 19px;
    width: 125px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    padding-top: 3px;
    background: #da4141;
    color: white;
    z-index: 1;
    position: absolute;
}
.articulo.vista2 .batchs b {
    width: 50%;
    float: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.articulo.vista2 .batchs select {
    width: 50%;
    float: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: right;
}
.articulo.vista2 .batchs p:not(:first-child) {
    margin-top: 7px;
}
.articulo.vista2 .batchs p {
    float: left;
    width: 100%;
    margin: 0;
}



.articulo.vista2 .tabs > ul {
    border-bottom: 2px solid #ddd;
    margin-top: 43px;
    float: left;
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 0;
    margin-top: 44px;
}
.articulo.vista2 .tabs > ul > li {
    text-align: center;
    background-color: #eee;
    box-shadow: 0 0 0 1px #ddd;
    float: left;
    position: relative;
    top: 0px;
    padding-top: 0px;
    transition: .2s all;
}
.articulo.vista2 .tabs > ul li .arrow-down{
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 22px solid lightgray;
    position: absolute;
    top: -1px;
    left: calc(50% - 20px);
    transition: 0.2s all;
    opacity: 0;
}
.articulo.vista2 .tabs > ul > li.selected {
    top: -23px;
    background: #fff;
    box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
    padding-top: 23px;
    margin-bottom: -23px;
}
.articulo.vista2 .tabs > ul li.selected .arrow-down {
    opacity: 1;
}
.articulo.vista2 .tabs > ul li.selected a{
	fill:#551a8b;
	color:#551a8b;
}
.articulo.vista2 .arrow-down-inner {
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 12px solid #fff;
    position: absolute;
    top: -22px;
    left: -18px;
}
.articulo.vista2 .tabs > ul > li a {
    border: 1px solid transparent;
    font-size: 19px;
    transition: .2s;
    box-sizing: border-box;
    width: 100%;
    float: left;
    font-weight: 700;
    font-family: Alegreya;
    padding: 11px 13px 5px 13px;
    fill: #777;
    color:#777;
    cursor: pointer;
}
.articulo.vista2 .tabs span[icon] {
    width: 100%;
    display: inline-block;
    text-align: center;
    height: 30px;
}
.articulo.vista2 .tabs > .tab-content {
    border-color: transparent;
    box-shadow: 0 -2px 0 -1px #fff, 0 0 0 1px #ddd;
    padding: 30px 15px 15px;
    position: relative;
    background-color: #fff;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.articulo.vista2 .tabs > ul li.selected md-icon{
	color:puple;
	fill:#551a8b;
}
.palmares {
    padding: 24px;
    display: flex;
    flex-direction: column;
    overflow: auto;
}
.palmares-anio-titulo {
    width: 350px;
    font-size: 32px;
    font-weight: bold;
    color: #4d1049;
    font-family: Alegreya;
}

.palmares-anio {
    margin-bottom: 32px;
}
.palmares-premio {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 24px 16px;
    box-sizing: border-box;
}
.palmares-sello {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
}
.palmares-sello img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.palmares-guia {
    font-size: 24px;
    width: 250px;
    margin-left: 24px;
    font-family: Alegreya;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}
.palmares-fecha {
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
    width: 100px;
}
.palmares-puntuacion {
    color: white;
    border-radius: 4px;
    padding: 2px 8px;
    text-shadow: 1px 1px 1px black;
    font-size: 20px;
}
.palmares-anada {
    font-size: 14px;
    font-weight: bold;
    color: black;
}

.added-to-cart img {
    width: 56px;
    height: 56px;
    object-fit: contain;
	margin-right:8px;
}
.added-to-cart {
    FLEX: 1;
    display: flex;
    padding: 8px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    align-items: center;
}
.added-to-cart p {
    color: #333;
    font-size: 12px;
    font-weight: bold;
}


.tabla_ventas .thead{
	border-bottom:1px solid #ccc;
}
.tabla_ventas .tr > *, .tabla_ventas .thead > *, .tabla_ventas .tfoot > *{
	padding:4px;
}
.tabla_ventas .tr > *{
	font-size:12px;
}
.tabla_ventas .thead > *:nth-child(n+2), .tabla_ventas .tr > *:nth-child(n+3), .tabla_ventas .tfoot > *:nth-child(n+2){
    text-align: right;
    font-size: 12px;
    white-space: nowrap;
}
.tabla_ventas .tr > *:nth-child(4), .tabla_ventas .tr > *:nth-child(6),
.tabla_ventas .thead > *:nth-child(2), .tabla_ventas .thead > *:nth-child(3),
.tabla_ventas .tfoot > *:nth-child(3), .tabla_ventas .tfoot > *:nth-child(5){
	border-right: 1px solid #ccc;
    padding-right: 12px;
}
.tabla_ventas .tfoot{
    background: khaki;
    font-weight: bold;
	border-top: 1px solid #ccc;
}



.cart-problems {
    float: left;
    width: 100%;
    padding: 10px;
    color: #da414d;
    font-size: 14px;
    font-weight: bold;
    box-sizing: border-box;
}







.rutero *[h-accordion]{
	height:500px;
}
.rutero *[h-accordion] .top{
	width:100%;
	height:61.8%;
	overflow:auto;
}
.rutero *[h-accordion] .bottom{
	width:100%;
	height:38.2%;
	overflow:auto;
}
.rutero *[h-accordion] .separator{
    width: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    height: 11px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    border-top: 1px solid #ccc;
}
.rutero *[h-accordion-item][state="2"] *[h-accordion-title]{
	background: linear-gradient(to bottom, rgba(107,19,107,1) 1%,rgba(88,19,94,1) 53%,rgba(73,15,65,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b136b', endColorstr='#490f41',GradientType=0 ); /* IE6-9 */
	color:white;
}
.rutero .mapa{
	height:600px;
	margin-bottom: 20px;
}
@media (max-width: 599px) {
	.rutero .mapa {
		height:250px;
	}
}
.data {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}
.rutero .mapa ng-map{
	float:left;
	width:100%;
	height:100%;    
	border-radius: 13px;
    overflow: hidden;
    border: 1px solid lightgray;
	box-sizing:border-box;
}


.rutero .visitas ul {
    width: 100%;
    border-radius: 13px;
    overflow: hidden;
    border: 1px solid lightgray;
    height: 500px;
    display: flex;
    padding: 0px;
}
.rutero .visitas ul li {
    width: 53px;
    float: left;
    flex-shrink: 0;
    list-style: none;
    overflow: hidden;
    position: relative;
}
.rutero .visitas ul li header {
    left: 0px;
    position: absolute;
    transform: rotate(-90deg) translateX(-100%);
    text-align: center;
    transform-origin: top left;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: -1px 0px 3px #777;
    width: 500px;
    height: 53px;
    line-height: 53px;
    font-size: 32.7559px;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
}
.rutero .visitas ul li.selected {
    width: 100%;
    flex-shrink: 1;
    flex-grow: 1;
}
.rutero .visitas ul li main {
    float: left;
    width: 100%;
    padding-left: 53px;
    box-sizing: border-box;
}
.rutero .visitas ul li.selected header {
    background: linear-gradient(to bottom, rgba(107,19,107,1) 1%,rgba(88,19,94,1) 53%,rgba(73,15,65,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b136b', endColorstr='#490f41',GradientType=0 );
    color: white;
}
.rutero .visitas .top{
	width:100%;
	height:61.8%;
	overflow:auto;
}
.rutero .visitas .bottom{
	width:100%;
	height:38.2%;
	overflow:auto;
}
.rutero .visitas .separator{
    width: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    height: 11px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    border-top: 1px solid #ccc;
}

.rutero .visita {
    min-height: 48px;
    display: flex;
    align-items: stretch;
}
.rutero .visita:nth-child(2n) {
    background: #f3eef2;
}
.rutero .visita:hover{
	background:#feefe1;
}
.rutero .visita-info {
    display: flex;
    align-items: center;
    flex: 1;
    min-height: 48px;
}
.rutero .visita-codigo {
    font-weight: bold;
    font-size: 12px;
    width: 72px;
    text-align: center;
    display: inline-block;
}
.rutero .visita-codigo md-icon {
    font-size: 12px;
    color: darkorange;
    width: 12px;
    min-width: 12px;
    height: 12px;
    min-height: 12px;
}
.rutero .visita-pedidos {
    padding: 0px 20px;
}
.rutero .visita-pedido {
    font-size: 11px;
    text-decoration: none;
    padding-right: 20px;
    font-weight: bold;
}
.rutero .visita-cliente {
    width: 200px;
    font-size: 12px;
}
.rutero .visita-tipo {
    width: 72px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}
.rutero .visita-frecuencia {
    text-align: center;
    width: 48px;
    font-weight: bold;
    font-size: 12px;
}
.rutero .visita-fecha_ultima_compra {
    font-size: 12px;
    width: 80px;
    text-align: center;
}
.rutero .visita-clickable {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    cursor: pointer;
    outline: none;
}
.rutero .visita-municipio {
    width: 150px;
    padding: 0px 12px;
    font-size: 12px;
    font-weight: bold;
    height: 48px;
    height: 48px;
    line-height: 48px;
}
.visita-hora {
    width: 50px;
    font-size: 12px;
    text-align: center;
    height: 48px;
    line-height: 48px;
}
.rutero .visita-horario_preferido {
    width: 80px;
    font-size: 12px;
    text-align: center;
    height: 48px;
    line-height: 48px;
}
.rutero .visita .md-menu md-icon {
    font-size: 18px;
    color: #551a8b;
    height: 48px;
    min-height: 48px;
    width: 18px;
    min-width: 18px;
    outline: none;
    line-height: 48px;
    cursor: pointer;
    padding: 0px 12px;
}
.rutero .visita .visita-motivo {
    font-size: 12px;
    font-weight: bold;
    padding: 0px 20px;
    color: #551a8b;
    padding-bottom: 12px;
}

.visitas-leyendas {
    display: block;
    margin-bottom: 20px;
    padding: 10px;
    display: flex;
}
.visitas-leyenda-naranja:before{
    content:"";
    width: 16px;
    height: 16px;
    background:#f1811a;
    display: inline-block;
    margin-right: 6px;
    border-radius: 2px;
} 
.visitas-leyenda-naranja {
    margin-right: 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #555;
}
.visitas-leyenda-azul {
    margin-right: 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #555;
}
.visitas-leyenda-azul:before{
    content:"";
    width: 16px;
    height: 16px;
    background:#4F7CA5;
    display: inline-block;
    margin-right: 6px;
    border-radius: 2px;
} 
.visitas-leyenda-gris {
    margin-right: 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #555;
}
.visitas-leyenda-gris:before{
    content:"";
    width: 16px;
    height: 16px;
    background:#ccc;
    display: inline-block;
    margin-right: 6px;
    border-radius: 2px;
} 



.rutero .notas, .rutero .borradores {
    width: 100%;
    border-radius: 13px;
    overflow: hidden;
    border: 1px solid lightgray;
    padding: 20px;
    box-sizing: border-box;
}

.notas-nueva {
    display: flex;
    width: 100%;
    align-items: flex-end;
    box-sizing: border-box;
    border-radius: 8px;
    margin: 12px 0px 24px 0px;
}
.notas-nueva textarea {
    border: none;
    flex: 1;
    border-bottom: 1px solid #551a8b;
    resize: vertical;
    box-shadow: 0px 1px 0px #551a8b;
    height: 44px;
    min-height: 44px;
    margin-right: 24px;
    font-size: 16px;
    outline: none;
    background: transparent;
}
.notas-nueva label {
    font-size: 18px;
    color: #551a8b;
}
.notas .nota {
    display: flex;
    padding: 4px 10px;
    font-size: 14px;
    align-items: flex-start;
    box-shadow: 0px 0px 1px #ccc, 1px 1px 0px #ccc;
    margin: 10px 0px;
    border-radius: 2px;
}
.nota-fecha {
    font-weight: bold;
    padding-right: 10px;
    font-family: Alegreya;
    font-size: 18px;
    line-height: 0.8;
    padding-top: 4px;
}.nota-fecha.ng-binding {}
.nota-texto {
    flex: 1;
    padding: 0px 8px 8px 8px;
    font-size: 14px;
    color: #333;
    padding-top: 4px;
}
.nota-usuario {
    color: #551a8b;
    font-weight: bold;
    margin-right: 10px;
    padding-top: 4px;
}
.nota-eliminar md-icon {
    color: #551a8b;
}
.nota-eliminar {
    padding-top: 2px;
}
.mapa_visitas-info_window h1 {
    margin: 0;
    font-size: 20px;
    color: #551a8b;
}
.mapa_visitas-info_window{
    display: flex;
    flex-direction: column;
}


.main-cart-line-wrapper.no-promo{
	background: #ffe9d5;
}

.main-cart-pack-briefing {
    width: 100%;
    padding-left: 88px;
    box-sizing: border-box;
    display: flex;
}
.main-cart-pack-description {
    width: 860px;
    font-size: 12px;
    padding: 4px 0px;
}

.main-cart-options {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px;
    background: #f1edf1;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 24px;
}
.main-cart-options md-checkbox {
    margin-bottom: 0px;
    margin-right: 24px;
}
.main-cart-options input {
    height: 28px;
    padding: 0px 12px;
    border-radius: 4px;
    border: 2px solid #777;
    outline: none;
}
.main-cart-header-top {
    background: #6b136b;
    width: 180px;
    font-size: 14px;
    padding: 8px;
    box-sizing: border-box;
    height: 32px;
    margin-left: calc(100% - 180px);
    text-align: center;
    font-weight: 450;
    border-radius: 4px 4px 0px 0px;
    color: white;
    font-weight: bold;
}
.main-cart-wrapper {
    display: flex;
    flex-direction: column;
    /* padding: 0px 10px; */
}
.main-cart-header-bottom {
    background: #6b136b;
    width: 100%;
    box-sizing: border-box;
    height: 32px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: white;
    font-weight: bold;
}
.main-cart-left {
    width: 75%;
}
.main-cart-right {
    width: 25%;
}
.main-cart-picture {
    width: 44px;
    max-height: 100%;
}
.main-cart-code {
    width: 72px;
}
.main-cart-description {
    width: 500px;
}
.main-cart-units {
    width: 72px;
    padding: 0px 4px;
    box-sizing: border-box;
}
.main-cart-price {
    width: 72px;
    padding: 0px 4px;
    box-sizing: border-box;
}
.main-cart-discount {
    width: 72px;
    padding: 0px 4px;
    box-sizing: border-box;
}
.main-cart-promo {
    width: 72px;
    padding: 0px 4px;
    box-sizing: border-box;
}
.main-cart-total {
    padding-right: 8px;
    text-align: right;
    width: 124px;
    background: #6b136b;
    color: white;
    flex: none;
    box-sizing: border-box;
}
.main-cart-final-price {
    width: 180px;
    display: flex;
    flex: none;
}
.main-cart-final-price > div {
    flex: 1;
    text-align: center;
}
.main-cart-line {
    display: flex;
    font-size: 14px;
    height: 44px;
    box-sizing: border-box;
    align-items: center;
    position: relative;
}
.main-cart-delete {
    width: 50px;
    text-align: center;
}
.main-cart-delete md-icon {
    color: white;
}
.main-cart-description a {
    color: #551a8b;
    text-decoration: none;
    display: block;
}
.main-cart-picture img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}
.main-cart-description i {
    color: #da4141;
    font-size: 10px;
}
.main-cart-line input:not([type='checkbox']) {
    text-align: right;
    width: 100%;
    float: left;
    border: 1px solid #999999;
    padding: 2px;
    box-sizing: border-box;
    height: 24px;
}
.main-cart-line .main-cart-total {
    height: 100%;
    box-sizing: border-box;
    line-height: 44px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
}
.main-cart-bottom {
    display: flex;
}
.main-cart-bottom-left {
    width: calc(100% - 465px);
    display: flex;
    flex-direction: column;
}
.main-cart-totals {
    width: 290px;
    display: flex;
    flex-direction: column;
}
.main-cart-totals > div {
}
div#main-cart {
    padding: 0px 10px;
}
.main-cart-totals p:nth-child(2) {
    margin: 0;
    background: #6b136b;
    color: white;
    width: 124px;
    padding: 12px 0px;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 18px;
    display: inline-block;
    white-space: nowrap;
}
.main-cart-totals p:nth-child(1) {
    width: 160px;
    margin: 0;
    padding: 12px 0px;
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 18px;
    float: left;
}
.main-cart-discounts {
    margin-top: 20px;
    display: flex;
}
.main-cart-discounts input {
    width: 44px;
}
.main-cart-discounts .button {
    margin-left: 12px;
}
.main-cart-observations {
    display: flex;
    flex-direction: column;
}
.main-cart-observations textarea {
    width: 600px;
    padding: 8px;
    font-size: 14px;
    background: #f9f2fa;
    height: 114px;
    max-width: 100%;
}

.restore-button {
    position: absolute;
    right: 4px;
    z-index: 1;
    top: 12px;
    background: linear-gradient(to bottom, rgba(107,19,107,1) 1%,rgba(88,19,94,1) 53%,rgba(73,15,65,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b136b', endColorstr='#490f41',GradientType=0 );
    border-radius: 4px;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    cursor: pointer;
}

.restore-button md-icon {
    color: white;
    font-size: 18px;
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
}


.side-menu{
    background: rgb(128, 0, 128);
    color: rgba(255, 255, 255, 0.87);
    width: 125px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    left: 24px;
    top: -24px;
    bottom: -24px;
    padding: 24px 0px;
}
.side-menu .md-button {
    width: 100%;
    margin: 0;
    white-space: initial;
    line-height: 1;
    text-transform: initial;
    padding: 12px 0px;
}
.side-menu .md-button .md-caption {
    padding: 5px;
}
.side-menu .md-button p{
	margin:0;
}


.desglose .tr {
    padding: 2px 5px;
    height: 20px;
    display: flex;
    align-items: center;
}



.manteinance {
    /* position: fixed; */
    /* top: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* height: 100%; */
    /* background: white; */
    /* z-index: 999; */
}
.mantenimiento {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 999;
}
.mantenimiento img {
    float: left;
    width: 160px;
    /* line-height: 70px; */
}
.page.mantenimiento > header h1 {
    font-size: 43px;
    line-height: 70px;
    padding: 23px;
    box-sizing: border-box;
}
.page.mantenimiento > header {
    padding: 17px 0px 7px 43px;
}
.page.mantenimiento > main {
    padding: 23px 113px;
    font-size: 23px;
    box-sizing: border-box;
    padding-right: 50%;
    line-height: 1.5;
    color: #333;
    white-space: pre-line;
}

.list {
	width: calc(100% - 20px);
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid lightgray;
    box-sizing: border-box;
	border: 1px solid lightgray;
	margin: 0px 10px;
}
.list .list-header {
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    min-height: 29px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
    flex-shrink: 0;
    font-weight: lighter;
    cursor: pointer;
    font-weight: bold
}
.list .list-body {
	background:white;
	color: black;
    overflow: scroll;
    overflow-x: hidden;
	height:100%;
	box-shadow: -1px 0px 3px #777;
}
.list-item {
    float: left;
    width: 100%;
    display: flex;
    font-size: 13px;
    box-sizing: border-box;
    fill: #490F41;
    border-bottom: 1px solid #ccc;
    flex: 1 1 auto;
}
#reposicion .list-item{
	font-size: 15px;
}
#reposicion .list-item:focus-within {
    background: rgba(128,0,128,0.07);
}
.repo-gift-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0px;
}
.list-item:last-child {
    border-bottom: 0px;
}
.list-header > .list-item, .list-footer > .list-item{
	padding-right: 17px;
}
.list-body .list-item.disabled {
    background: #f0f0f0;
}
.list-body .list-item.deleted {
    background: black;
}
.list-item > *, .list-item > *.ac-select, .list-item > *.ac-input{
	line-height:1.7;
	padding: 7px;
    box-sizing: border-box;
	flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}
#reposicion .list-item > *, #reposicion .list-item > *.ac-select, #reposicion .list-item > *.ac-input{
	padding: 1mm;
	position: relative;
}
.list-item p > input, .list-item p > select{
	border: 1px solid #ccc;
    padding: 3px;
    box-sizing: border-box;
    width: 100%;
    text-align: right;	
}
.list-item > a{
	fill: #4FA2C2;
	fill: #617182;
}
.list-item > *:not(.fixed) {
    flex-shrink: 1;
	flex-grow:1;
	min-width: 1px;
    width: 100%;
}
.list-item > .toggler {
	flex-grow: 0;
    flex-shrink: 0;
    width: 53px;
    text-align: center;
    cursor: pointer;
}
.list-item > *.x2{
	width:200%;
}
.list-item > *.x3{
	width:300%;
}
.list-item > *.x4{
	width:400%;
}
.list-item > *.x5{
	width:500%;
}
.list-annotation{
	padding:0px 11px;
	box-sizing:border-box;
	font-weight:400;
    color: #617182;
    width: 100%;
    float: left;
    font-size: 11px;
}
.list-item > .code{
    width: 73px;
    flex-grow: 0;
    flex-shrink: 0;
    white-space: nowrap;
}
.list.no-scroll  .list-body{
	overflow:hidden;
}
.list.no-scroll  .list-header .list-item{
	padding-right:0px;
}
.list .list-footer {
    min-height: 29px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.list-item .list-body{
	overflow: hidden;
	height:auto;
	padding: 0px;
	box-shadow: none;
	min-height: 100%;
	border-left: 1px solid #ccc;
	background: none;
	display: flex;
	flex-direction: column;
}
.list-item a{
	text-decoration:none;
}

#reposicion .list .list-header, .page.pedidos .list .list-header, .page.pedido .list .list-header{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6b136b+1,58135e+53,490f41+100 */
	background: rgb(107,19,107); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(107,19,107,1) 1%, rgba(88,19,94,1) 53%, rgba(73,15,65,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(107,19,107,1) 1%,rgba(88,19,94,1) 53%,rgba(73,15,65,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(107,19,107,1) 1%,rgba(88,19,94,1) 53%,rgba(73,15,65,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b136b', endColorstr='#490f41',GradientType=0 ); /* IE6-9 */
}
#reposicion .list .list-header .list-item > *, .page.pedidos .list .list-header .list-item > *, .page.pedido .list .list-header .list-item > *{
	color:white;
	fill:white;
}

.leyenda {display: flex;}
.leyenda label{
    float: left;
    display: block;
    clear: both;
    padding: 3px 0px;
    color: #333;
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    margin-right: 8px;
}
.leyenda label:before{
	content:"";
	float: left;
	width: 13px;
	height: 13px;
	box-shadow: 2px 2px 2px 1px #999999;
	margin-right: 7px;
}
.leyenda label:nth-child(1):before{
	
background: #2cca2c;
}
.leyenda label:nth-child(2):before{
	
background: #da4141;
}
.leyenda label:nth-child(3):before{
	
background: #f1811a;
}
.leyenda label:nth-child(4):before{
	
background: #b1ebeb;
}


.confirmacion_pago-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.confirmacion_pago-content{
	
display: flex;
	
flex-direction: column;
	
background: white;
	
width: 920px;
	
align-items: center;
	
border-radius: 12px;
	
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
	
padding: 50px;
	
box-sizing: border-box;
}
.confirmacion_pago-wrapper.ng-enter{ transition:0.3s ease-in all; opacity:0; }
.confirmacion_pago-wrapper.ng-enter-active{ opacity:1; }
.confirmacion_pago-wrapper.ng-leave{ transition:0.3s ease-in all; opacity:1; }
.confirmacion_pago-wrapper.ng-leave-active{ opacity:0; }
.confirmacion_pago-img {
    width: 150px;
    height: 150px;
}
.confirmacion_pago-img img {
    width: 250px;
    height: 250px;
    transform: translate(-50px, -50px);
}
.confirmacion_pago-text {
    margin-top: 12px;
    font-size: 32px;
    font-weight: 500;
    color: #999;
}
.confirmacion_pago-buttons {
    display: flex;
    flex-direction: row;
    margin-top: 40px;
}
.confirmacion_pago-text-2 {
	font-size: 12px;
	margin-top: 10px;
}



.checkout-pending p{
	margin:0;
}
.checkout-pending h2{
	margin:0;
}

.donde_estamos h3, .donde_estamos p {
    margin: 0;
}
.finalizar_compra{}
.confirmacion_pago-buttons {
    display: flex;
    flex-direction: row;
    margin-top: 40px;
}
.confirmacion_pago-text-2 {
	font-size: 12px;
	margin-top: 10px;
}



.checkout-pending p{
	margin:0;
}
.checkout-pending h2{
	margin:0;
}

.donde_estamos h3, .donde_estamos p {
    margin: 0;
}
.finalizar_compra{}



.image-container{
    cursor: pointer;
}

.image-container.big{
    width: 250px;
    height: 250px;
}

.image-container.medium{
    width: 180px;
    height: 180px;
}

.image-container.mini{
    height: 125px;
    width: 125px;
}

.image-container > img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.coupon{
   border: 3px dashed #59135f;
   border-radius: 10px;
}

.coupon-state{
    position: absolute;
    right: 0;
    top: 0;
    margin: 15px;
    color: white;
    font-size: 16px;
    height: 24px;
    line-height: 20px;
    border-radius: 15px;
    text-align: center;
    min-width: 100px;
    max-width: 150px;
    width: 100%;
}

.coupon-state.ended{
    padding-top: 2.5px;
    background: #da4141;
}

.coupon-state.active{
    padding-top: 2.5px;
    background: #6AA150;
}


.highlight-text{
    font-weight: bold;
    font-size: 15px !important;
    color: yellow !important;
}

.no-padding{
    padding: 0 !important;
}


.btn-float-dialog{
    background: linear-gradient(to bottom, rgba(107,19,107,1) 1%,rgba(88,19,94,1) 53%,rgba(73,15,65,1) 100%) !important;
    width: 20px !important;
    width: 25px !important;
    height: 25px !important;
    max-width: 25px !important;
    max-height: 25px !important;
    min-width: 25px !important;
    min-height: 25px !important;
    padding: 0 !important;
    padding-top: 3px !important;   
}

.btn-float-dialog md-icon{
    color: white;
    font-size: 18px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.bonos-footer-scrollable::-webkit-scrollbar, .bonos-scrollable::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.bonos-footer-scrollable, .bonos-scrollable {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.bonos-slider{
    width: 100%;
    margin: auto;
    position: relative;
    padding: 12px;
    align-items: center;
    overflow: hidden;
    overflow-x: auto;
    box-sizing: border-box;
}
.bonos-slider .bono+.bono {
    margin-left: 10px;
}
.bonos-footer{
    width: 100%;
    height: 450px;
    min-height: 450px;
    background: #eee;
    box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.2);
}

.bonos-footer .image-container.big, .bonos-descripcion .image-container.big{
    width: 400px !important;
    height: 400px !important;
}

.menu-bonos{
    background: rgb(128, 0, 128);
    color: rgba(255, 255, 255, 0.87);
    width: 125px;
}
.menu-bonos .md-button {
    width: 100%;
    margin: 0;
    white-space: initial;
    line-height: 1;
    text-transform: initial;
    padding: 12px 0px;
}
.menu-bonos .md-button .md-caption {
    padding: 5px;
}
.menu-bonos .md-button p{
    margin:0;
}

.menu-bonos .hovering:hover{
    background-color: rgb(0 249 255 / 24%) !important;
}


.popup-bonos{
    max-width: 45%;
}


