/*
    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;
}

/* ── GVW Google-Bewertungen (shop-Variante) ──────────────────────────────── */
.gvw-reviews-section { background: #eceef1; padding: 56px 0; margin-top: 30px; border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; }
.gvw-reviews-head { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 28px; }
.gvw-reviews-title { margin: 0; font-size: 24px; font-weight: 500; }
.gvw-reviews-list { max-width: 760px; margin: 0 auto; }
.gvw-reviews-section .review-box.gvw-card { background: #fff; border: 1px solid #e6e6e6; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,.10); padding: 18px 22px; margin-bottom: 14px; }
.gvw-card-top { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.gvw-avatar { width: 40px; height: 40px; border-radius: 50%; background: #e9eef7; color: #2867b2; display: flex; align-items: center; justify-content: center; font-weight: 500; font-size: 16px; flex: none; }
.gvw-meta { display: flex; flex-direction: column; }
.gvw-name { font-size: 15px; font-weight: 500; color: #222; }
.gvw-time { font-size: 12px; color: #999; }
.gvw-stars { margin-left: auto; color: #f5b400; font-size: 15px; white-space: nowrap; }
.gvw-stars .fa-star-o { color: #ccc; }
.gvw-reviews-section .review-content.gvw-text p { font-size: 14px; line-height: 1.6; color: #666; margin: 0; }
.gvw-reviews-head .gvw-google-g { height: 120px; width: auto; display: inline-block; vertical-align: middle; }
