.inavailable {
    text-align: center;
    font-size: 1.2em;
    line-height: 2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: green;
    color: #FFF;
    border: 6px double #FFF;
    margin-bottom: 10px;
}
.on_order {
    text-align: center;
    font-size: 1.2em;
    line-height: 2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #cbcb2a;
    color: #FFF;
    border: 6px double #FFF;
    margin-bottom: 10px;
}
.check_stock {
    text-align: center;
    font-size: 1.2em;
    line-height: 2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #ff961d;
    color: #FFF;
    border: 6px double #FFF;
    margin-bottom: 10px;
}
.not_in_stock {
    text-align: center;
    font-size: 1.2em;
    line-height: 2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #ff0a0a;
    color: #FFF;
    border: 6px double #FFF;
    margin-bottom: 10px;
}
.not_in_sale {
    text-align: center;
    font-size: 1.2em;
    line-height: 2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #424242;
    color: #FFF;
    border: 6px double #FFF;
    margin-bottom: 10px;
}
.product-page-msg {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin: 10px 0;
}

.msg-z {
    background-color: #ffffff;
    border: 1px solid #cbcb2a;
    padding: 5px;
    color: #cbcb2a;
}
.msg-u {
    background-color: #ffffff;
    border: 1px solid #ff961d;
    padding: 5px;
    color: #ff961d;
}
.msg-n {
    background-color: #ffffff;
    border: 1px solid #ff0a0a;
    padding: 5px;
    color: #ff0a0a;
}
.msg-s {
    background-color: #ffffff;
    border: 1px solid #b2b2b2;
    padding: 5px;
    color: #b2b2b2;
}

.product-page-cat-link {
    padding: 0 5px;
    text-decoration-line: underline;
    color: #C41D3A;
}

.product-page-cat-link:hover {
    color: #9d2a2e;

}
.prodcode {
    list-style: none;
    background: yellow;
    margin: 0 0 1em 0;
    padding: 12px;
    line-height: 2.5em;
}

.prodcode.prodcoden, .prodcode.prodcodes, .costs, .costn {
    display: none;
}
.prodcode li {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 50%;
}
.prodcode li:first-child {
    text-align: center;
}
.prodcode li:first-child::after {
    content: '';
    position: absolute;
    top: 9px;
    right: 2px;
    width: 20px;
    height: 20px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    animation: 2s infinite strelka;
}
.whitecode {
    font-size: 2em;
    line-height: 1.4em;
    display: inline-block;
    background: #FFF;
    width: 60%;
    margin: 0 20%;
    letter-spacing: 1px;
}
.prodcode li:last-child {}
.prodcode:after {
    content: '';
    display: table;
    clear: both;
}
.single-sec {
    margin: 0 0 20px 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;}
.single-left {
    float: left;
    margin: 0 20px 0 0;
}
.single-right {
    float: right;
    margin: 0;
}
.single-sec:after {
    content: '';
    display: table;
    clear: both;
}
.single-sec .product-table {
    grid-column: 1 / -1;
    width: 100%;
    margin: 0;
}
.navbar-form .form-control {
    display: inline-block;
    width: 180px;
    vertical-align: middle;
}
.navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

#prodalert{text-align:center;background:#F0F9FF;padding:15px;border-radius:15px;margin:0 0 20px 0}
#prodalert ul{list-style:none;}
#prodalert li{padding:3px 0;position:relative}
#prodalert li::before{content:'—';color:red;padding-right:3px}
#prodalert a{color:#000;text-decoration:underline;}
#prodalert a:hover{color:#E74C3C;}
.buyonclick{
    padding:15px 15px;
    margin: 0 0 20px 0;
    background:#F0F9FF;
    border-radius:7px;
}
.buyonclick label {
    margin: 0 10px 0 0;
}
.prodcost {
    margin: 0 0 20px 0;
    font-size: 25px;
    line-height: 1.3em;
}
.prodicons.prodpage, .fotorama, .sosedi, .product-table, .sofaset-info {
    margin-bottom: 20px;
}
.polojivkorzinu {
    padding: 0 10px;
}

.prodicons{position:absolute;top:9px;right:1px;}
.prodicons.prodlistpos {
    position: static;
    display: inline-block;
    top: auto;
    right: auto;
}
.prodicons.prodlistpos span {
    font-size: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
}
.prodicons.prodpage{position: static;
    display: block;
    margin: 0 0 20px 0;
    border: 3px solid #F0F9FF;
    text-align: center;
    padding: 10px 20px 14px 20px;
    border-radius: 12px}
.prodicons.comparepage{position:static;}
.prodicons span{display:inline-block;box-sizing:border-box;position:relative;font-size:18px;margin-right:8px;cursor:pointer;cursor:hand;-webkit-transition:all 250ms ease-out;-moz-transition:all 250ms ease-out;-ms-transition:all 250ms ease-out;-o-transition:all 250ms ease-out;transition:all 250ms ease-out;background:#FFF;width:32px;height:32px;line-height:32px;text-align:center;border-radius:50%;background:#f2f2f2;}
.prodicons.prodpage span{font-size:15px;width:28px;height:28px;line-height:28px;}
.prodicons span:hover{background:#F4F8FF;}
#btn-minus-prod {
    width: 20px;
    height: 20px;
    padding: 0;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    cursor: pointer;
}
#btn-plus-prod {
    width: 20px;
    height: 20px;
    padding: 0;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    cursor: pointer;
}
.count_products_menu{
    display: contents;
}
.opoczno_products {
    list-style: none;
    font-size: 0;
    line-height:0;
    letter-spacing:-1px;
    margin: 0 -20px 0 0;
}
.opoczno_products li {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: bottom;
    line-height: normal;
    width: 16.666666%;
    padding: 0 20px 20px 0;
    font-size: 15px;
    line-height:normal;
    letter-spacing:normal;
}
.opoczno_products a {
    display: inline;
}
.opoczno_products img, .opoczno_products picture {
    max-width: 100%;
    height: auto;
    max-height: 140px;
}

.zena_word {
    position: relative;
    color: #666;
    font-size: 12px;
    line-height: 1em;
    top: -8px;
}
.form_blue_balloon, .sitecalc_tocart {
    color: #FFF !important;
}

.see_also_rels__nav_second {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 10px 0 25px 0;
}
.btn.see_also_rels__nav_button {
    overflow: visible;
    margin: 0 10px 0 0;
}

.opoczno_products li.see_also_rels__data_unit__last {
    padding: 0 20px 50px 0 !important;
    height: 240px;
    position: relative;
}
.opoczno_products li.see_also_rels__data_unit__last a {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    height: 127px;
    border: 1px solid #CCC;
    border-radius: 4px;
    padding: 6px 10px;
    z-index: 200;
}
.opoczno_products li.see_also_rels__data_unit__last a:hover {
    color: #C41D3A;
    border-color: #C41D3A;
}
.see_also_rels__data_unit__last_vsego {
    position: absolute;
    top: 102px;
    left: 10px;
    font-size: 12px;
    pointer-events: none;
}
.opoczno_products li.see_also_rels__data_unit__last a:hover ~ .see_also_rels__data_unit__last_vsego {
    color: #C41D3A;
}
.tableputnumber {
    display: inline-block;
    padding: 6px !important;
    width: 60px;
    text-align: center;
}
@keyframes strelka {
    0%,100% {
        -moz-transform: translateX(0) translateY(0) rotate(45deg);
        -webkit-transform: translateX(0) translateY(0) rotate(45deg);
        -o-transform: translateX(0) translateY(0) rotate(45deg);
        -ms-transform: translateX(0) translateY(0) rotate(45deg);
        transform: translateX(0) translateY(0) rotate(45deg);
        opacity: 0;
    }
    90% {
        -moz-transform: translateX(-10px) translateY(0) rotate(45deg);
        -webkit-transform: translateX(-10px) translateY(0) rotate(45deg);
        -o-transform: translateX(-10px) translateY(0) rotate(45deg);
        -ms-transform: translateX(-10px) translateY(0) rotate(45deg);
        transform: translateX(-10px) translateY(0) rotate(45deg);
        opacity: 1;
    }
    91% { opacity: 0; }
}
@media screen and (max-width: 900px) {
    #sitecalc_porezka_select {
        margin: 0;
        height: 40px;
        padding: 5px 10px;
    }
}
@media screen and (max-width: 760px) {
    .single-sec {
        grid-template-columns: 1fr;
    }
    .single-left, .single-right {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
        max-width: 90vw;
    }
}
@media screen and (max-width: 520px) {
    .prodcode li {
        float: none;
        width: 100%;
        text-align: center;
    }
    .prodcode li:first-child::after {
        display: none;
    }
    .whitecode {
        margin-bottom: 7px;
    }
}
.main-menu-body-download{
    width: 185px;
}

