/* long and short names */
label.product-short-name {
    display: none;
}

#chci-koupit label.product-short-name,
.order-products label.product-short-name,
#products label.product-short-name,
#produkty label.product-short-name {
    display: inline-block;
}

#chci-koupit label.product-long-name,
.order-products label.product-long-name,
#products label.product-long-name,
#produkty label.product-long-name {
    display: none;
}

.category-open,
.category-close {
    cursor: pointer;
    text-align: center;
    clear: both;
    background: rgb(236, 249, 255);
    color: #3f99dd;
}

/* categories menu */
.category-list .product-count:before {
    content: '(';
}

.category-list .product-count:after {
    content: ')';
}

ul.category-list {
    list-style-type: none;
    padding: 0;
}

/* Space separator */
.space-separator {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0px !important;
    margin-bottom: 0px !important;
    height: 20px;
}

/* Category indent */
.category-indent {
    margin-top: 30px !important;
}

.list-category-indent {
    margin-top: 10px !important;
}

/* shipping help */
.radio>label {
    max-width: 94%;
}

.tooltip-inner {
    min-width: 220px;
}


/* product popup detail */
#detail-wrapper {
    max-width: 950px;
    font-family: Arial
}

#detail-wrapper #detail {
    max-width: 100%;
}

#detail-wrapper h1 {
    font-size: 1.3em;
    padding-bottom: 13px;
    padding-top: 0px;
}

#detail-wrapper p {
    font-size: 0.9em;
}

#detail-wrapper .add_to_cart_pcs {
    display: inline-block;
    width: 60px;
    vertical-align: top;
    height: 38px;
    margin-top: 0px;
}

#detail-wrapper .fancybox-outer {
    position: relative;
}

#detail-wrapper .fancybox-prev,
#detail-wrapper .fancybox-next {
    position: absolute;
    top: 0px;
    width: 50px;
    height: 100%;
}

#detail-wrapper .fancybox-prev {
    left: -48px;
}

#detail-wrapper .fancybox-next {
    right: -48px;
}

#detail-wrapper .fancybox-prev span,
#detail-wrapper .fancybox-next span {
    visibility: visible;
}

.fancybox-slide {
    padding: 13px 10px 0px 15px !important;
}

@media only screen and (max-width: 900px) {
    .fancybox-close-small {
        position: fixed;
        right: 10px;
        top: 10px;
    }
}

.fancybox-infobar {
    left: 10px;
    top: 10px;
}

.fancybox-content {
    padding: 30px;
}

.fancybox-navigation .fancybox-button::after {
    padding: 35px;
}


#detail-wrapper .alert-popup {
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-radius: 4px
}

#detail-wrapper .alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad
}

#detail-wrapper .alert-info h4 {
    color: #3a87ad
}

#detail-wrapper .add-to-cart-area {
    margin: 10px 0px 10px 10px;
    overflow: hidden;
}

#detail-wrapper .detail-price-area {
    margin: 10px 0px 10px 10px;
    font-size: 1.3em;
    font-weight: bold;
}

#detail-wrapper .add-to-cart-area #add-to-cart {
    padding: 10px 15px;
    border: 0px;
    display: inline-block;
}

#detail-wrapper .add-to-cart-area #add-to-cart img {
    width: 20px;
    margin-right: 10px;
}

#detail-wrapper .add-to-cart-area #add-to-cart-info {
    display: none;
    margin-top: 10px;
}

#detail-wrapper h3.description-long-title {
    margin-bottom: unset;
    font-size: 1.15em;
}

#detail-wrapper .product-price-without-vat {
    font-weight: normal;
}

#detail-wrapper .detail-wrapper-additional-image {
    max-width: 100%;
    margin-top: 10px;
}

/* divided shipping and payment */
.shippings_divided {
    margin-top: 10px;
    margin-bottom: 10px;
}

.shippings_divided h5,
.shippings_divided h4 {
    font-weight: bold;
}

.shippings_divided label {
    display: inline;
    font-size: 14px;
}

.shippings_divided input[type=radio] {
    margin-left: 0px !important;
}

#additional_images_link {
    cursor: pointer;
    float: right;
    margin: 5px;
}

/* solo order message in cart */
p.solo_order_message {
    color: orange !important;
    font-weight: bold;
    font-size: 0.85em !important;
    line-height: 1.5 !important;
}

.upsell-only {
    /* JS product detail */
    .add-to-cart-area,
    .add-to-cart-button {
        display: none;
    }

    /* JS product list */
    .longer-info,
    .longer-input,
    .stored-count-cell,
    .product-format-column,
    .product-right-column,
    .stored-count {
        visibility: hidden;
    }
}

/* solo quantity discounts */
#solo-discount-info {
    display: none;
    padding: 10px;
    text-align: center;
}

.strikethrough {
    text-decoration: line-through;
}

.solo-discount-product-text {
    clear: both;
}

.solo-discount-price-after {
    font-weight: bold;
}

.weight_netto_price {
    margin-top: 10px;
}
