.product-page-main {
    display: flex;
    width: 100%;
    overflow: hidden;
    padding: 20px 0px;
}
.product-page-pictures {
    width: 25%;
    overflow: hidden;
    /* padding-right: 20px; */
}
.product-page-dashboard {
    width: 75%;
}
.product-card-main-picture {
    width: 100%;
    max-height: 400px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    padding-right: 40px;
}
.product-card-main-picture img {
	max-width: 260px;
	max-height: 100%;
	display: block;
	object-fit: cover;
}
.product-page-thumbs {
    width: 100%;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.product-page-thumbs .thumb {
    width: 52px;
    height: 52px;
    border-radius: 3px;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.13);
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.product-page-thumbs .thumb img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.product-page-code {
    color: #5b4a63;
    font-weight: 600;
    font-size: 12px;
    display: block;
}
.product-page-headline {
    display: flex;
    border-bottom: 2px solid purple;
    padding: 18px 0px 8px 4px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
}
.product-page-name {
    font-family: Alegreya;
    color: purple;
    font-size: 32px;
    display: inline-block;
    vertical-align: initial;
    line-height: 1;
    margin: 0;
    flex: 1;
}
.product-page-rating {
    flex: none;
}
.product-page-rating-board {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.product-page-rating-icon {
    margin-right: 10px;
    color: purple;
}
.product-page-rating-value {
    font-size: 14px;
    margin-right: 4px;
}
.product-page-rating-count {
    font-size: 10px;
}
.product-page-info {
    width: 100%;
    padding: 12px 0px;
    height: 100px;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    display: flex;
}
.product-page-main-features {
    width: 350px;
    padding-right: 12px;
    box-sizing: border-box;
    height: 100%;
    overflow: auto;
}
.product-page-feature {
    display: flex;
    margin: 0;
    min-height: 18px;
    align-items: center;
}
.product-page-delayed {
    WIDTH: 100%;
    MARGIN-TOP: 10PX;
    color: #da4141;
    font-size: 14px;
    font-weight: 300;
}
.product-page .buy-main-control {
    position: relative;
    display: flex;
    align-items: center;
}
.product-page-feature-label {
    width: 50%;
    text-overflow: ellipsis;
    display: inline-block;
    font-size: 12px;
    overflow: hidden;
}
.product-page-feature-data {
    width: 50%;
    text-overflow: ellipsis;
    display: inline-block;
    font-size: 12px;
    overflow: hidden;
}
.product-page-feature:not(:first-child) {
    margin-top: 8px;
}
.product-page-other-features {
    width: 200px;
    padding-right: 12px;
    box-sizing: border-box;
    height: 100%;
}
.product-page-feature-text {
    margin: 0;
    width: 100%;
}
.product-page-status {
    width: 100%;
    height: 40px;
    padding: 8px 0px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.product-page-board {
    width: 100%;
    height: 250px;
    position: relative;
}
.product-page-offers {
    width: 100%;
    position: relative;
    padding: 4px;
    height: 44px;
    background: #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
}
.product-page-buttons {
    text-align: center;
    margin: 20px 0px;
    display: inline-block;
    width: 100%;
}
.product-page-feature select {
    width: 100%;
}
.product-page-awards {
    width: 200px;
    height: 100%;
    padding: 0px 4px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 16px;
}
.product-page-awards-ribbon {
    display: inline-block;
    line-height: 1;
    word-break: break-word;
    width: 8px;
    padding: 4px;
    position: absolute;
    top: -6px;
    left: -6px;
    text-align: center;
    border-top-left-radius: 4px;
    background: purple;
    color: white;
    z-index: 1;
    text-transform: lowercase;
    font-size: 10px;
    font-weight: 500;
}
.product-page-awards-ribbon:before {}
.product-page-awards-ribbon:before {
    height: 0;
    width: 0;
    right: -5.5px;
    top: 0.1px;
    border-bottom: 6px solid #2a012a;
    border-right: 6px solid transparent;
    content: "";
    position: absolute;
}
.product-page-awards-carousel {
    overflow: hidden;
    position: relative;
    z-index: 0;
    height: 72px;
    flex: 1;
    padding: 4px 10px;
}
.product-page-award {
    width: 72px;
    height: 72px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    outline: none;
    text-decoration: none;
}
.product-page-award:nth-child(2) {
    visibility: visible;
    overflow: visible;
    top: 0px;
    border-width: 0px;
    width: 72px;
    height: 72px;
    left: 0%;
    z-index: 2;
    transition: all 0.5s ease 0s;
}
.product-page-award-img {
    width: 100%;
    border-radius: 4px;
    background: white;
    height: 44px;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
    object-fit: cover;
}
.product-page-award-score {border-radius: 4px;color: white;line-height: 1;padding: 2px 4px;margin: 4px 0px;}
.product-page-award:not(:first-child) {
    margin-left: 16px;
}
.product-page-stats {
    width: 150px;
    position: relative;
    padding: 0px 10px;
    box-sizing: border-box;
}
.product-page-client-stats {
    text-align: right;
    font-size: 20px;
    font-family: Alegreya;
}
.product-page-global-stats {
    text-align: right;
    font-size: 20px;
    font-family: Alegreya;
}
.product-page-status-line {
    position: absolute;
    width: 120px;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    top: 8px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    height: 24px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.product-page-quota {
    background: #2cca2c;
    color: black;
    left: 0;
}
.product-page-in-store {
    left: 140px;
    background: #b1ebeb;
}
.product-page-pending {
    left: 280px;
    background: #f1811a;
}
.product-page-pack-info {
    position: absolute;
    top: 20px;
    color: blue;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
    cursor: pointer;
}
.product-page-price-update {
    position: absolute;
    right: 0px;
    width: 200px;
    text-align: center;
    top: -50px;
}
.product-page-price-update-headline {
    width: 100%;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #382673;
    color: white;
    height: 24px;
    box-sizing: border-box;
}
.product-page-price-update-headline md-icon {
    font-size: 16px;
    margin: 0;
    color: white;
    min-width: 16px;
    min-height: 16px;
    width: 16px;
    height: 16px;
    margin-left: 4px;
}
.product-page-price-update-data {
    display: flex;
    flex-direction: column;
}
.product-page-price-update-timeleft {
    font-size: 12px;
    padding: 4px;
    color: #777;
    text-transform: uppercase;
}
.product-page-price-update-prices {
    width: 100%;
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    font-family: Alegreya;
    font-weight: bold;
}
.price-update-prev {
    color: #777;
}
.price-update-diff {
    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;
}
.price-update-diff: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;
}
.product-page-custom-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;
}
.product-page-batchs {
    position: absolute;
    top: 175px;
    width: 140px;
    height: 70px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.product-page-last-buy {
    left: 200px;
    width: 250px;
    position: absolute;
    top: 180px;
    display: flex;
    flex-direction: column;
    height: 60px;
    overflow: hidden;
}
.product-page-units {
    position: absolute;
    top: 170px;
    right: 0px;
    width: 290px;
    height: 48px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}
.product-page-buy-options {
    position: absolute;
    top: 220px;
    right: 0px;
    width: 290px;
    height: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.product-page .last-buy-headline {
    box-shadow: 3px 3px 3px 1px #999999;
    background: #b1ebb1;
    font-size: 12px;
    text-align: center;
    flex: 0;
}
.product-page .last-buy-headline h3 {
    margin: 0;
}
.product-page .last-buy-list {
    height: 44px;
    font-size: 10px;
    padding: 6px;
    text-align: center;
    box-sizing: border-box;
}
.product-page .last-buy-list p {
    margin: 0;
}
.product-page-promos {
    width: 250px;
    top: 20px;
    position: absolute;
    left: 0px;
    max-height: 150px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.product-page-promos-headline {
    box-shadow: 3px 3px 3px 1px #999999;
    background: #b1ebb1;
    text-align: center;
    font-size: 12px;
    flex: 0;
}
.product-page-promos-headline h3 {
    margin: 0;
}
.product-page-promos-list {
    flex: 1;
    overflow: auto;
}
.product-page-promo {
    position: relative;
    padding: 10px 10px 0px 10px;
}
.product-page-promo-headline {
    font-size: 12px;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    outline: none;
}
.product-page-promo-headline-title {
    flex: 1;
    display: flex;
    align-items: center;
}
.product-page-promo-headline-input {
    margin: 0px;
    margin-right: 4px;
}
.product-page-promo-headline-description {
    font-size: 12px;
    font-weight: bold;
    padding-right: 10px;
}
.product-page-promo-headline-checkbox {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}
.product-page-promo-headline-checkbox md-icon {
    font-size: 16px;
    height: 16px;
    min-height: 16px;
    width: 16px;
    min-width: 16px;
}
.product-page-promo-line-checkbox {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}
.product-page-promo-code {
    margin-right: 4px;
    color: purple;
    display: flex;
}
.product-page-promo-line-checkbox md-icon {
    font-size: 16px;
    height: 16px;
    min-height: 16px;
    width: 16px;
    min-width: 16px;
}
.product-page-promo-detail {
}
.product-page-promo-line {
    width: 100%;
    padding: 8px 12px 0px 18px;
    box-sizing: border-box;
    display: flex;
    font-size: 11px;
    outline: none;
    cursor: pointer;
    align-items: center;
}
.product-page-promo-line-detail {
    width: 100%;
    display: flex;
}
.product-page-promo-line-description {
    width: 45%;
}
.product-page-promo-line-final-price {
    width: 45%;
    text-align: right;
}
.product-page-promo-line input[type='radio'] {
    -webkit-appearance: checkbox; /* Chrome, Safari, Opera */
    -moz-appearance: checkbox;    /* Firefox */
    -ms-appearance: checkbox;     /* not currently supported */
}
.product-page-promo-briefing {
    font-size: 12px;
    font-weight: bold;
    color: purple;
    text-align: center;
    display: flex;
    box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3);
    padding: 3px 23px;
    box-sizing: border-box;
    margin-top: 8px;
}
.product-page .stock-headline {
    box-shadow: 3px 3px 3px 1px #999999;
    background: #b1ebeb;
    text-align: center;
    font-size: 12px;
    flex: 0;
}
.product-page-batchs-main {
    overflow: auto;
}
.product-page-batch {
    display: flex;
    width: 100%;
    font-size: 14px;
    font-family: Alegreya;
    font-weight: bold;
    line-height: 1;
    padding: 4px 0px;
}
.product-page-batch-data {
    width: 50%;
    text-align: center;
}
.product-page-batch-stock {
    width: 50%;
    text-align: center;
}
.product-page-price {
    width: 350px;
    text-align: right;
    display: inline-block;
    padding: 0px 8px;
    box-sizing: border-box;
}
.product-page-previous-price {
    color: #da4141;
    font-size: 14px;
    text-decoration: line-through;
    display: inline-block;
    width: 100px;
    margin-right: 8px;
    font-weight: bold;
}
.product-page-final-price {
    font-size: 28px;
    font-weight: bold;
    color: #4d1049;
    display: inline-block;
    width: auto;
}
.product-page-price-currency {
    font-size: 28px;
    font-weight: bold;
    color: #4d1049;
    display: inline-block;
    width: auto;
}
.product-page-kg {
    font-size: 28px;
    font-weight: bold;
    color: #4d1049;
    display: inline-block;
    width: auto;
}
.product-page-vat {
    font-size: 28px;
    font-weight: bold;
    color: #4d1049;
    display: inline-block;
    width: auto;
    font-size: 14px;
}
.product-page-format {
    width: 250px;
    min-height: 1px;
    padding: 0px 23px;
    box-sizing: border-box;
    color: #490F41;
    font-weight: 600;
    text-align: right;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}
.product-page-units-input {
    height: 30px;
    border: 1px solid #999999;
    width: 70px;
    background: white;
    text-align: center;
}
.product-page-buy-button {
    text-align: center;
    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;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    box-shadow: 3px 3px 7px 1px #000000;
    font-size: 18px;
    padding: 14px 20px;
    font-weight: 300;
    margin: -6px 0px 0px 12px;
    min-height: 48px;
    box-sizing: border-box;
}
.product-page-tax {
    text-shadow: 1px 1px 1px black;
    min-height: 1px;
    padding: 8px;
    box-sizing: border-box;
    text-align: right;
    margin: 0;
    width: 100px;
}
.product-page .last-buy-headline a {
    font-size: 10px;
    text-decoration: none;
}
.product-page-buy-option {
    flex: 1;
    width: 33%;
    display: flex;
    align-items: center;
    max-width: 33%;
}
.product-page-option-label {
    font-size: 12px;
    white-space: nowrap;
}
.product-page-units-placeholder {
    width: 70px;
    overflow: hidden;
    flex-direction: column;
    padding: 4px;
    box-sizing: border-box;
    display: flex;
}
.product-page-units-selector {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}
.product-page-unit-description {
    font-size: 10px;
    font-weight: 500;
}
.product-page-units-selector input {
    width: 100%;
    box-sizing: border-box;
    padding: 2px 4px;
    text-align: right;
}
.product-page-buy-more-button {
    text-align: center;
    margin: 0px 4px;
    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;
    border-radius: 4px;
    font-weight: 300;
    font-family: Roboto;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
    clear: both;
    box-shadow: 0px 2px 6px #000000;
    font-size: 16px;
    padding: 10px 36px;
}
.product-page-tablist {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 300px;
    box-sizing: border-box;
}
.product-page-tabs {
    border-bottom: 2px solid #ddd;
    width: 100%;
    margin-top: 44px;
    display: flex;
    flex: none;
    height: 72px;
}
.product-page-tab {
    padding: 20px 24px 0px 24px;
    margin-bottom: -24px;
    display: flex;
    align-items: center;
    flex-direction: column;
    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;
    cursor: pointer;
    text-decoration: none;
    color: #777;
    overflow: hidden;
}
.product-page-tab-content {
    border-color: transparent;
    box-shadow: 0 -2px 0 -1px #fff, 0 0 0 1px #ddd;
    padding: 40px;
    position: relative;
    background-color: #fff;
    float: left;
    width: 100%;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
}
.product-tab-feature {
    width: 100%;
    display: flex;
    align-items: flex-start;
    min-height: 24px;
    padding-bottom: 8px;
}
.product-tab-feature-name {
    font-size: 12px;
    font-weight: bold;
    width: 200px;
    flex: none;
}
.product-tab-feature-value {
    font-size: 12px;
}
.product-page-tab-icon {
    margin: 10px 0px;
    color: inherit;
}
.product-page-tab-text {
    color: inherit;
}
.product-page-tab.active {
    top: -24px;
    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;
    color: purple;
}
.product-page-gift-icon {
    width: 18px;
    height: 18px;
}
.product-page-gift-icon img {
    width: 100%;
    height: 100%;
}
.product-page .product-thumb-toolbar {
    position: fixed;
    bottom: 44px;
    box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.3);
    align-items: center;
    justify-content: space-between;
}


.product-page-promos-retail {
    width: 250px;
    top: 20px;
    position: absolute;
    left: 0px;
    max-height: 150px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.product-page-promo-retail {
	width: 100%;
}
.product-page-promo-retail-option {
	width: 100%;
	padding: 10px 0px;
}
.product-page-promo-retail-description {
	font-weight: bold;
	font-size: 14px;
	color: #14bb14;
}
.product-page-promo-retail-price {
	font-size: 14px;
	margin-top: 6px;
	color: black;
}




@media (max-width: 600px) {
	.product-page {
		/*
		display: flex;
		flex-direction: column;
		*/
		padding: 10px 0px 44px 0px;
	}
	.product-page-main {
		padding: 0px;
		flex-direction: column;
		padding-top: 10px;
	}
	.product-page-info {
		display: flex;
		padding: 0px 10px;
		height: auto;
		border-bottom: 0px;
	}
	.product-page-name {
		flex: 1;
		color: purple;
		font-family: Alegreya;
		font-size: 24px;
		margin: 0;
		line-height: 1;
	}
	.product-page-properties {
		display: inline-block;
		padding: 0px 10px;
		margin: 10px 0px;
		color: #333;
		font-size: 14px;
	}
	.product-page-picture {
		width: 100%;
		overflow: hidden;
		display: flex;
		position: relative;
		margin-top: 20px;
		height: 250px;
	}
	.product-page-carousel {
		width: 100%;
		padding: 20px;
		white-space: nowrap;
		height: 200px;
		overflow-x: scroll;
	}
	.product-page-carousel-item {
		overflow: hidden;
		display: inline-block;
		text-align: center;
		height: 100%;
	}
	.product-page-carousel-item img {
		height: 100%;
	}
	.product-page-code {
		padding: 0px 10px;
		font-size: 12px;
		font-weight: bold;
	}
	.product-page-share {
		padding: 20px;
		box-sizing: border-box;
		/* height: 44px; */
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.product-page-pack-options {
		padding: 10px;
		color: blue;
		font-weight: 500;
		text-transform: uppercase;
	}
	.product-page-promos {
		background: #eee;
		box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3), 0px -1px 1px rgba(0, 0, 0, 0.1);
		display: flex;
		flex-direction: column;
		position: relative;
		width: 100%;
		top: 0px;
		border-bottom: 1px solid #ccc;
		max-height: initial;
	}
	.product-page-buy {
		position: fixed;
		bottom: 0px;
		background: #eee;
		display: flex;
		align-items: center;
		box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.2);
		height: 44px;
		width: 100%;
		z-index: 3;
		box-sizing: border-box;
		padding-left: 10px;
		overflow: hidden;
	}
	.product-page-buy-price {
		white-space: nowrap;
		display: flex;
		font-weight: 500;
		color: purple;
		flex-wrap: wrap;
		font-size: 20px;
		position: relative;
		display: flex;
		align-items: baseline;
		flex: 1;
		justify-content: center;
		max-width: 136px;
	}
	.product-page-buy-vat {
		font-size: 10px;
		margin-left: 4px;
		display: none;
	}
	.product-page-buy input {
		height: 44px;
		width: 44px;
		text-align: center;
	}
	.product-page-property {
		display: inline;
		font-size: 12px;
	}
	.product-page-models {
		background: #eee;
		box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.3);
		height: 44px;
		display: flex;
	}
	.product-page-awards {
		padding: 6px 10px;
		background: #eee;
		box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.3);
		height: 88px;
		position: relative;
		box-sizing: border-box;
		width: 100%;
		display: flex;
		align-items: center;
		flex-direction: row;
	}
	.product-page-awards label {
		position: absolute;
		top: -10px;
		right: 12px;
		background: #ea633b;
		color: white;
		font-size: 12px;
		padding: 2px 15px;
		border-radius: 18px;
		text-transform: uppercase;
		line-height: 13px;
	}
	.product-page-award {
		height: 44px !important;
		display: flex;
		align-items: center;
		position: relative;
		margin-right: 20px;
	}
	.award-img img {
		height: 44px;
	}
	.award-img {
		height: 44px;
		border-radius: 4px;
		overflow: hidden;
		box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3), -1px -1px 1px rgba(0, 0, 0, 0.1);
	}
	.award-score {
		color: white;
		border-radius: 24px;
		position: absolute;
		top: -12px;
		min-width: 24px;
		height: 24px;
		font-size: 8px;
		align-items: center;
		justify-content: center;
		display: flex;
		font-weight: 500;
		border: 1.5px solid;
		right: -10px;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
		padding: 4px;
		box-sizing: border-box;
	}		
	.product-page-model {
		background: #eee;
		box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.3);
		box-sizing: border-box;
		height: 44px;
		align-items: center;
		display: flex;
		padding: 0px 10px;
		overflow: hidden;
	}
	.product-page-model label {
		font-weight: bold;
		width: 150px;
		flex: none;
	}
	.product-page-model select {
		flex: 1;
		height: 44px;
		border: none;
		background: transparent;
		width: 0px;
	}
	.product-page-promos-headline {
		padding: 10px;
		height: 44px;
		box-sizing: border-box;
		border-bottom: 1px solid #ccc;
		font-weight: bold;
		text-transform: uppercase;
		color: purple;
		background: #ddd;
		box-shadow: none;
		display: flex;
		flex-direction: column;
		flex: none;
		font-size: 16px;
		text-align: left;
	}
	.promo-main {
		display: flex;
		align-items: center;
		font-size: 16px;
		font-weight: 500;
		padding: 10px;
		border-bottom: 1px solid #ccc;
		color: purple;
	}
	.product-page-promo {
		background: white;
		display: flex;
		flex-direction: column;
		margin: 10px;
		border-radius: 8px;
		box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.3), inset -1px -1px 2px rgba(0, 0, 0, 0.1);
		overflow: hidden;
		padding: 0px;
	}
	.promo-main input {}
	.promo-detail {display: flex;flex-direction: column;}
	.promo-line {
		padding: 4px 20px 8px 10px;
		display: flex;
		font-size: 12px;
		align-items: center;
	}
	.promo-line-description {
		margin-left: 6px;
		display: flex;
		flex: 1;
		font-size: 14px;
		font-weight: 500;
	}
	.promo-main label {
		display: flex;
		flex: 1;
		align-items: center;
	}
	.promo-code {
		display: flex;
		margin-left: 4px;
		font-size: 14px;
		font-weight: 500;
	}
	.promo-description {
		margin-left: 8px;
		color: #333;
		font-size: 14px;
	}
	.promo-min {
		color: #777;
		font-size: 12px;
		flex: 1;
		text-align: right;
	}
	.promo-briefing {
		display: flex;
		font-size: 12px;
		font-weight: bold;
		padding-left: 2px;
		margin-bottom: 10px;
	}
	.product-page-stocks {
		background: #eee;
		box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3), 0px -1px 1px rgba(0, 0, 0, 0.1);
		display: flex;
		flex-direction: column;
	}
	.product-page-stock-headline {
		padding: 10px;
		height: 44px;
		box-sizing: border-box;
		background: #ddd;
		border-bottom: 1px solid #ccc;
		font-weight: bold;
		text-transform: uppercase;
		color: purple;
	}
	.product-page-stock-body {
		background: white;
		display: flex;
		flex-direction: column;
		margin: 10px;
		border-radius: 8px;
		box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.3), inset -1px -1px 2px rgba(0, 0, 0, 0.1);
		overflow: hidden;
	}
	.product-page-stock-item {
		padding: 10px 40px;
		display: flex;
		font-size: 18px;
		align-items: center;
		border-bottom: 1px solid #ccc;
	}
	.product-page .tabs > ul {
		border-bottom: 2px solid #ddd;
		margin-top: 43px;
		float: left;
		width: 100%;
		list-style: none;
		padding: 0px;
		margin: 0;
		margin-top: 44px;
	}
	.product-page .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;
	}
	.product-page .tabs > ul li .arrow-down{
		width: 0;
		height: 0;
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		border-top: 18px solid lightgray;
		position: absolute;
		top: -1px;
		left: calc(50% - 12px);
		transition: 0.2s all;
		opacity: 0;
	}
	.product-page .tabs > ul > li.selected {
		top: -24px;
		background: #fff;
		box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
		padding-top: 12px;
		margin-bottom: -24px;
	}
	.product-page .tabs > ul li.selected .arrow-down {
		opacity: 1;
	}
	.product-page .tabs > ul li.selected a{
		fill:purple;
		color:purple;
	}
	.product-page .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;
	}
	.product-page .tabs > ul > li a {
		border: 1px solid transparent;
		font-size: 12px;
		transition: .2s;
		box-sizing: border-box;
		width: 100%;
		float: left;
		font-weight: 500;
		padding: 11px 13px 5px 13px;
		fill: #777;
		color:#777;
		cursor: pointer;
		text-transform: uppercase;
	}
	.product-page .tabs span[icon] {
		width: 100%;
		display: inline-block;
		text-align: center;
		height: 30px;
		font-size: 12px;
	}
	.product-page .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;
	}
	.product-page .tabs > ul li.selected md-icon{
		color:puple;
		fill:purple;
	}
	.product-page .palmares {
		padding: 24px;
		display: flex;
		flex-direction: column;
		overflow: auto;
	}
	.product-page .palmares-anio-titulo {
		width: 350px;
		font-size: 32px;
		font-weight: bold;
		color: #4d1049;
		font-family: Alegreya;
	}
	.product-page .palmares-anio {
		margin-bottom: 32px;
	}
	.product-page .palmares-premio {
		width: 100%;
		display: flex;
		align-items: center;
		padding: 24px 16px;
		box-sizing: border-box;
	}
	.product-page .palmares-sello {
		width: 72px;
		height: 72px;
		display: flex;
		align-items: center;
	}
	.product-page .palmares-sello img {
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height: auto;
	}
	.product-page .palmares-guia {
		font-size: 24px;
		width: 250px;
		margin-left: 24px;
		font-family: Alegreya;
		text-decoration: none;
	}
	.product-page .palmares-fecha {
		font-size: 12px;
		font-weight: bold;
		margin-right: 5px;
		width: 100px;
	}
	.product-page .palmares-puntuacion {
		color: white;
		border-radius: 4px;
		padding: 2px 8px;
		text-shadow: 1px 1px 1px black;
		font-size: 20px;
	}
	.product-page-units {
		/* background: #eee; */
		box-sizing: border-box;
		height: 44px;
		align-items: center;
		display: flex;
		padding: 0px;
		overflow: hidden;
		padding-left: 10px;
		flex: 1;
		position: relative;
		top: 0px;
		width: auto;
	}
	.product-page-units-selector {
		width: 50px;
		display: flex;
		flex-direction: column;
	}
	.product-page-units-description {
		font-size: 10px;
	}
	.product-page-nostock {
		position: absolute;
		top: -24px;
		left: -27px;
		transform: rotate(-41deg);
		height: 19px;
		width: 125px;
		text-align: center;
		font-weight: bold;
		text-transform: uppercase;
		margin-top: 43px;
		font-size: 13px;
		padding-top: 3px;
		background: #da4141;
		color: white;
		z-index: 1;
	}
	.product-page-buy-button {
		height: 44px;
		width: 44px;
		background: linear-gradient(to bottom, rgba(107,19,107,1) 1%,rgba(88,19,94,1) 53%,rgba(73,15,65,1) 100%);
		max-width: 44px;
		max-height: 44px;
		border-radius: 0px;
		box-sizing: border-box;
		padding: 0px;
		display: flex;
	}
	.product-page-buy-button md-icon {
		color: white;
	}
	.product-page-units select {
		background: transparent;
		height: 44px;
		border: 0px;
		outline: none;
		flex: 1;
	}
	.product-page-tabs {
		height: 44px;
		margin: 0;
		background: #ddd;
		border-bottom: 1px solid #ccc;
		position: sticky;
		z-index: 1;
		top: 0px;
	}
	.product-page-tablist {
		padding-left: 0px;
	}
	.product-page-tab {
		width: 44px;
		height: 44px;
		margin: 0px;
		padding: 0px;
		top: 0px;
	}
	.product-page-tab.active {
		color: white;
		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%);
		top: 0px;
		margin: 0;
		padding: 0;
		box-shadow: none;
		overflow: hidden;
	}
	.product-page-tab-content {
		padding: 0px;
		border: none;
		overflow: auto;
	}
	.product-tab-feature {
		padding: 10px;
		border-bottom: 1px solid #ccc;
		flex-direction: column;
		box-sizing: border-box;
	}
	.product-page {
		padding-bottom: 110px !important;
	}
	.product-page-buy-button {
		height: 44px;
		width: 44px;
		flex: none;
		min-width: 44px;
		padding: 0px;
		box-shadow: none;
		margin: 0;
		border: 0;
	}
	.product-page-previous-price {
		width: auto;
	}

	.product-page-promos-retail {
		width: 100%;
		position: relative;
		max-height: initial;
		top: initial;
		padding: 0px 10px;
		box-sizing: border-box;
	}
	.product-page-promo-retail {
		width: 100%;
	}
	.product-page-promo-retail-option {
		width: 100%;
		padding: 10px 0px;
	}
	.product-page-promo-retail-description {
		font-weight: bold;
		font-size: 14px;
		color: #14bb14;
	}
	.product-page-promo-retail-price {
		font-size: 14px;
		margin-top: 6px;
		color: black;
	}


	.product-thumb-prices {
		position: fixed;
		bottom: 0px;
		z-index: 2;
		width: 100%;
		background: white;
		display: flex;
		align-items: center;
		padding: 0px 10px;
		box-sizing: border-box;
		height: 44px;
	}
	.product-page-unit-description {
		font-size: 18px;
		text-align: right;
		flex: 1;
	}
}
