﻿@charset "utf-8";

/**/
#header, 
#header .container  { min-height: auto; }

/**/
h2 { margin-bottom: -20px; }

/**/
.step { background: var(--color-bg-step1); }

/**/
.priceslist { width: 600px; max-width: 100%; margin: 0 auto; padding: 0em 0em 3em; font-family: 'Roboto Condensed'; font-size: 12px; transition: all 0.5s ease-out 0s; }
.priceslist h3 { margin: 3em 0 1em; padding: 0em 0.3em; font-size: 1.8em; _font-size: 2em; font-weight: 700; line-height: 1.1em; text-align: left; text-transform: uppercase; }

.priceslist .products-row { margin: 0 0 0.7em; margin: 0; padding: 0.3em 0.5em 0.2em; border-bottom: 1px solid rgba(0,0,0,0.05); }
.priceslist .products-row:last-of-type { border-bottom: 0px; }
.priceslist .products-row:nth-child(even) { background: rgba(0,0,0,0.03); }

.priceslist .products-row .pt-info { width: calc(100% - 7em); }
.priceslist .products-row .pt-title { margin: 0 0 0.2em; font-family: var(--font-accent); font-size: 1.4em; font-weight: 400; line-height: 1.2em; text-align: left; }
.priceslist .products-row .pt-description { max-width: 80%; font-size: 1em; font-weight: 400; line-height: 1.2em; text-align: left; transition: all 0.5s ease-out 0s; }
.priceslist .products-row .pt-price { float: right; width: 7rem; font-size: 1.4em; font-weight: 400; line-height: 1.2em; text-align: right; }

.priceslist .products-row .pt-title .pt-title-labels { display: inline-block; margin-left: 6px; }
.priceslist .products-row .pt-title .pt-title-labels .pt-title-labels-label { display: inline-block; position: relative; top: -2px; margin-right: 6px; padding: 2px 5px 2px; color: #fff; font-size: 11px; font-weight: 500; line-height: 1em; background: rgba(0,0,0,0.8); border-radius: 4px; }

@media only screen and ( max-width: 400px ) {
}
