/*
    Document   : NYC Shop
    Author     : PFFC
    Description: HT24 Shop
    Version    : V0.1

    badtke blue : #0460AD
    complementary color #AD5104
*/

.red {
    color: red!important;
}

.sky-strong {
   font-weight: 600;
}

ul.sky-checkout li {
    list-style-type: none;
    word-wrap: break-word;
}

ul.sky-checkout li span {
    color:green;

}

.btn {
    padding: 6px 12px!important;
}

.info-btn {
    background-color: darkorange;
}

p.small{
    font-size: 0.8em;
}

.input-sm {
    padding: 0 0 0 10px!important;
}

.shipping-overview {
    font-size: 0.9em;
}
table.shipping-overview {
    width: 100%;
}

td.money-td {
    text-align: right;
    margin-right: 1em;
}

td big {
    font-size: 1.5em;
}

.sidebar-box-wide {
    padding: 0 10px 10px 10px;
}


.shadow {
      box-shadow: 0 0 20px rgba(0,0,0,.3);
}

.navbar-header{
   /*height: 100px;*/
}

.shop-caption-big {
    background-color: transparent!important;
    color: #0062ac!important;
    font-size: 45px!important;
}
.shop-caption-small {
    background-color: transparent!important;
    font-size: 14px!important;
    text-transform: none!important;
    font-weight: 300!important;
}

.shop-caption-bg {
    background-color: rgba(255,255,255,0.6)!important;
    color: black!important;
}

.shop-footer-main div p strong {
    font-weight: 700;
}

.product-cat-text p strong{
    font-weight: 700;
 }
.product-cat-text a,
.product-cat-text p span {
    font-style: italic;
    font-size: 0.8em;
}

/* Parameter styles*/
.paramddcontainer {
    float:left;
    margin-right:10px;
}

.cart-param {
    font-size: 0.8em;
}

/* Progressbar */
.progressbar-container {
    width: auto;
    height: 100px;
    margin-left: -90px;
}

.progressbar {
    counter-reset: step;
}

.progressbar li {
    list-style-type: none;
    width: 25%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}

.progressbar li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 30px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
}

.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -50%;
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: #0460ad;
}

.progressbar li.active:before {
    border-color: #0460ad
}

.progressbar li.active + li:after {
    background-color: #0460ad;
}

.progressbar li.active a{
    color: #0460ad;
}

#item-message {
    color: darkred;
    background-color: #fee;
    border:1px solid darkred;
    padding: 5px 3px;
}

h4.dashboard {
    font-size: medium;
    color: green;
}

.contact p {
    margin: 0;
}

.impressum-note {
    margin: 25px;
    border: 1px solid #979797;
    background-color: #dedede;
    padding: 25px;
    color: #666;
}

span.results-number strong {
    font-weight: 900;
}

.price {
    font-weight: 900;
    color:#424242!important;
}

.sum-line {
    border-top: 1px solid gray;
    border-bottom: 3px double gray;
}

.jumbotron p{
    margin:0 ;
}
.jumbotron p.partsum{
    font-size:16px!important;
}
.jumbotron-summe {
    border-top: 1px solid gray;
    border-bottom: 3px double gray;
}

label span.hinweis{
    font-weight: 600;
    color:#404040;
}

.shop-search{
    padding: 30px 0 25px 0;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
    background-color: #f7b200;
}
.shop-search input,
.shop-search-line {
    font-size: 1.3em;
    font-weight:700;
}

.lonlat {
    font-size: 0.8em;
    color: darkgreen;
}

h3.heading {
    cursor: pointer;
}

p.product-info{
    color:  #808080;
    font-size:0.8em;
    padding: 5px;
    border: 1px solid #d3d3d3;

}
form #website,
form #email {
    display: none;
}
