﻿/* common */
h2 {
    margin: 25px 0 10px 0;
}

h3 {
    margin: 15px 0 10px 0;
}

p, ul, ol, table {
    font-size: 13px;
}



/* notification bar */

.bar-notification {
    /* toot je muj komentar */
}

.bar-notification .content a {
    display: inline-block;
}

/* custom overrides of style */

/* grid produktů */
.block-manufacturer-navigation { display: none; }

.item-box:hover {
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.product-grid .item-box {
    margin-bottom: 14px;
    
}

.product-item {
    border: 1px #d9d9d9 solid;
}

.product-grid .product-item {
    margin-right: 14px;    
}

.product-grid .product-item:nth-of-type(3n) {
   margin-right: 0px; 
}

.item-box .product-title {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 7px;
}

.item-box .product-title a {
    font-size: 14px;
    color: #2b2b2b;
}

.item-box .product-title a:hover {
    color: #505050;
}

/* praporky na gridu */
.product-item .flags {
    position: absolute;
    top: 70px;
    left: 0px;
    z-index: 100;
}

.product-item .flags-right {
    position: absolute;
    top: 70px;
    right: 14px;
    z-index: 101;
}

.product-item .flags .flag,
.product-item .flags-right .flag {
    margin-top: 2px;
    display: block;
    opacity: 0.85;
}


/* karta produktu */
.overview .delivery-date > span {
    font-size: 16px;
}

.color-power .overview .prices {
    background-color: transparent;
    padding: 0px;    
    line-height: 25px;
    margin-left: 0px;
    font-family: 'PT Sans', sans-serif;
}

.overview .manufacturers {
    margin-bottom: 5px;
}

.overview .prices, .variant-overview .prices {
    padding: 0px;
    margin: 0px;
}

.overview .registred-user-product-price,
.variant-overview .registred-user-product-price,
.overview .our-product-price,
.variant-overview .our-product-price,
.overview .old-product-price,
.variant-overview .old-product-price,
.overview .product-price,
.variant-overview .product-price {
    display: block;
    font-size: 16px;
    color: #777777;
}

/* old price */
.variant-overview .old-product-price,
.overview .old-product-price {
    text-decoration: line-through;
}
/*our price */
.overview .our-product-price,
.variant-overview .our-product-price {
    color: #2b2b2b;
    font-weight: bold;
}
/* registered price */
.overview .registred-user-product-price,
.variant-overview .registred-user-product-price {
}
/* actual price */
.overview .product-price,
.variant-overview .product-price {
    color: #68b42c;
}


/* old price span */
.overview .old-product-price span,
.variant-overview .old-product-price span {
}
/* our price label */
.overview .our-product-price label,
.variant-overview .our-product-price label {
    font-size: 24px;
}
/* our price span */
.overview .our-product-price span,
.variant-overview .our-product-price span {
    font-size: 30px;
    padding-left: 10px;
}
/* registered price span */
.overview .registred-user-product-price span,
.variant-overview .registred-user-product-price span {
    color: #ed3f41;
    padding-left: 10px;
    font-weight: bold;
}
/* actual price span */
.overview .product-price span,
.variant-overview .product-price span {
}


.overview .cart-info, 
.variant-overview .cart-info {
    display: block;
}

.overview .add-to-cart {
    margin-top: 30px;
}

.variant-overview .add-to-cart {
    margin-top: 0px;
}

.stockInfo {
    text-transform: none;
}

.stock-info-orange {
    color: darkorange;
}

.stock, 
.delivery-date,
.delivery-date > span, 
.overview .stock > span,  
.overview .stock > label {
    color: #68b42c;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    display: inline-block;
    font-weight: normal;
}

.delivery-date > span {
    text-transform: lowercase;
}

.overview .value, 
.variant-overview .value {
    font-weight: normal;
    margin-left: 0;
}

.overview .product-name h1 {
    color: #ed3f41;
    font-weight: bold;
}

.overview .qty-input, .variant-overview .qty-input {
    width: 36px;
    height: 36px;
    border: 1px solid #c9c9c9;
    outline: 0px solid #f6f6f6; 
    padding: 2px;
    margin: 0px !important;
    text-align: center;
    font-size: 13px;
}

select {
    min-width: 50px;
    height: 36px;
    padding: 8px;
    box-shadow: 0 0 0px 0px rgba(0,0,0,.15);
    vertical-align: middle;
    border: 1px solid #c9c9c9;
}

.overview .add-to-cart-button, 
.variant-overview .add-to-cart-button {
    border: 0;
    padding: 0px 15px 0px 15px;
    margin-left: 10px;
    height: 36px;
    background: #68b42c;
    color: #ffffff;
    font-size: 13px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-transform: uppercase;
    font-weight: bold;
}

.overview .add-to-cart-button:hover, 
.variant-overview .add-to-cart-button:hover {
    background-color: #79d233;
}

.flag {
    border: 0;
    padding: 0px 10px 0px 10px;
    height: 30px;
    line-height: 30px;
    background: #68b42c;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Oswald', sans-serif;
    margin-top: 2px;
}

.flagBlack {
    background-color: black;
}

.flagPurple {
    background-color: purple;
}

.flagOrange {
    background-color: orange;
}

.flagBlue {
    background-color: blue;
}

.flagRed {
    background-color: #cd2a3d;
}

.flagTurquoise {
    background-color: #41a2ea;
}

.flagHotPink {
    background-color: hotpink;
}

.flagFreeService {
    background-color: #09f;
}

.flagMountFree {
    background-color: #c06;
}

.flagWarranty {
    background-color: #f90;
}

.flagsPanel {
    padding-bottom: 15px;
}

.flagsPanel .flags,
.flagsPanel .flags-right {

}

/* order summary */
.cart .product-picture {
    text-align: center;
}

.total-info table, .cart-total .order-total .cart-total-left {
    font-size: 16px;
}

.cart-collaterals, .cart-footer .totals {
    width: 48%;
    margin: 0;
}

.cart-footer {
    padding: 10px 10px 10px 15px;
}

.cart-collaterals .deals {
    width: 440px;
}

/* nezobrazuj popisek polí pro Slevu či Dárkový poukaz */
.cart-collaterals .hint {
    display: none;
}

.cart-collaterals .title strong, .checkout-attributes .text-prompt {
    font-size: 18px;
    font-weight: bold;
}

.cart-collaterals .coupon-code input[type="text"] {
    font-size: 14px;
}

.cart-collaterals .deals > div {
    margin-bottom: 20px;
}

.terms-of-service {
    text-align: right;
}

.components {
    padding-left: 15px;
}

.checkout-attributes textarea {
    width: 100%;
}

.checkout-attributes {
    text-align: left;
}

.checkout-data .info-content .phone {
    margin-bottom: 15px
}


/* seznam produktů */
.product-stockInfo .delivery-date {
    margin-left: -2px;
}

.product-stockInfo .delivery-date > span,
.product-stockInfo .delivery-date > label,
.product-stockInfo .stock > span,
.product-stockInfo .stock > label {
    font-size: 12px;
}

.product-item .empty-price,
.product-item .registred-user-product-price, 
.product-item .our-product-price,
.product-item .old-product-price{
    font-weight: bold;
    text-align: center;
}

.product-item:hover {
    box-shadow: grey 0px 0px 15px;
}

.product-item-big-a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 95.5%;
    height: 100%;
    z-index: 102;
}

.product-item .empty-price {
    background-color: white;
}

.product-item .registred-user-product-price span {
    font-size: 26px;
    color: #2b2b2b;
}

.product-item .old-product-price span {
    font-size: 12px;
    text-decoration: line-through;
    color: #9e9e9e;
    font-weight: normal;
}

.button-link {
    border: 0;
    padding: 0px 15px 0px 15px;
    height: 30px;
    color: #a9a9a9;
    background-color: #f8f8f8;
    border: 1px solid #d9d9d9;
    font-size: 13px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-transform: uppercase;
    display: inline-block;
    line-height: 30px;
}

.button-link:hover {
    border-color: #a9a9a9;
    color: gray;
}

.item-box .add-info {
    /*float: right;*/
}

.product-variants ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    height: 25px;
    overflow: hidden;
}

.product-variants ul li {
    display: inline-block;
    padding: 2px;
    background-color: #f8f8f8;
    border: 1px solid #d4d4d4;
    margin: 2px 0;
}

/* podobne produkty */

.jcarousel-product-title {
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 7px;
    height: 50px;
}

.item-holder {
    text-align: center;
    border: 1px #d9d9d9 solid;
}

.products-carousel .item-picture img {     
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.products-carousel .item-info .add-info {
    display: inline-block;
}

.product-details-page .overview {
        border-bottom: 0px solid white;
}

/* výška nadpisu produktu se výpisu kategorií */
.item-box .product-title {
    height: 42px;
}

/* velikost a odsazení popisu kategorie */
.category-description {
    font-size: 13px;
    line-height: 20px;
    margin-top: -20px;
}
.category-description a {
    text-decoration: underline
}

/* komplety, sety, dárky */
@media (min-width : 1380px) {
    .set-layout-hint {
        width: 174px;
        height: 142px;
        position: absolute;
        background-image: url("../img/kliknutim-vyberte.png");
        background-repeat: no-repeat;
        margin-left: -190px;
        margin-top: 10px;
    }
}

.set-wrapper h2 {
    padding: 10px;
    background: #ddd;
}
ul.thumbnails.image_picker_selector li {
    background: #eee;
}
ul.thumbnails.image_picker_selector li .mosaic-block.bar{
    background: white;
    cursor:pointer
}
.selected-products-in-set h2 {
    padding: 10px;
    background: #ddd;
}
.selected-products-in-set .item-in-set, .overview-gift .item-in-set {
    height:180px;
    padding-left:170px;
    text-align: left;
}
.selected-products-in-set .item-in-set h3, .overview-gift .item-in-set h3 {
    font-size:16px;
    border-bottom: 2px solid #ed3f41;
    width: 95%;
    margin-top:0px;
}
.selected-products-in-set .item-in-set strong, .overview-gift .item-in-set strong {
    font-size:14px
}
.selected-products-in-set .item-in-set select, .overview-gift .item-in-set select {
    margin-top:10px;
    width:180px;
    background:#eee
}
.selected-products-in-set .item-in-set a, .overview-gift .item-in-set a {
    display: block;
    padding: 10px;
    background: #ed3f41;
    width: 180px;
    color: white;
    margin-top: 10px;
    text-align: center;
    font-size:13px
}
.selected-products-in-set .item-in-set .group-img, .overview-gift .item-in-set .group-img {
    min-height: 150px;
    width: 150px;
    top: 15px;
    left:8px;
}
.selected-products-in-set .item-in-set .group-img .empty, .overview-gift .item-in-set .group-img .empty {
    display:block;
    background-image: url("../img/sipka-darku.png");
    background-repeat: no-repeat;
    background-position: 50% 0%;
    color: white;
}

/* tlačítko koupit */
.overview .add-to-cart-button, .variant-overview .add-to-cart-button, .overview .no-cart-button, .variant-overview .no-cart-button {
    background-image: url("../img/nakupni-kosik.png");
    background-repeat: no-repeat;
    background-position: 10px 50%;
    text-align: left;
    padding-left: 40px;
    padding-top: 2px;
}
/* text Množství */
.overview .qty-label, .variant-overview .qty-label {
    font-size: 16px;
    line-height: 36px;
    margin: 0px 5px;
    position: relative;
    left: 0;
    display: inline;
    color: #777777;
}
/* korektní okraj boxu variant, tlačítka Koupit */
.product-variant-list select {
    margin-top:30px;
    margin-bottom:15px;
}
.overview .add-to-cart-panel, .variant-overview .add-to-cart-panel {
    margin-bottom:15px;
}

/* megamenu odkaz na Další kategorie */
.mega-menu .box ul li {
    margin-top: 5px;
}
.mega-menu .dropdown li a.view-all {
    font-weight: normal;
    text-decoration: underline
}
.mega-menu .box li a.view-all:hover {
    text-decoration: none;
}

/* nezobrazuj <iframe></iframe> pod odkazem na detail produktu */
.no-iframe-in-set iframe {
    display:none;
}

.abbr-expedice-ihned, .abbr-skladem-dodavatel {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    font-family: arial;
    font-size: 14px;
    text-align: center;
    border: 1px inset white;
    color: white;
    margin-left: 5px;
    cursor: help;
}
