/* GALERIA Z OBRAZKAMI */
#additional-images ul li {
    z-index: 10;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 1px 5px #c7c7c7;
    -webkit-box-shadow: 0px 1px 5px #c7c7c7;
    box-shadow: 0px 1px 5px #c7c7c7;
    border: 1px solid #c7c7c7;
    transition: all 0.3s;
}

#additional-images ul li:hover {
    -moz-box-shadow: 0 10px 20px #c7c7c7;
    -webkit-box-shadow: 0 10px 20px #c7c7c7;
    box-shadow: 0 10px 20px #c7c7c7;
    -moz-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
}

/* BLOK Z AKCESORIAMI*/
.accessories-block, .accessories-block-2{
    padding: 0px;
    background-color: #f7f7f7;
}
.acc_header{
    text-align: center;
    color: black;
}
#acc_blok{
    padding: 0px;
    margin: 0px;
}
.acc_blok, .acc_blok_{
    width: 100%;
    height: 50px;
    border-top: 1px solid #c7c7c7;
    background-color: white;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    line-height: 50px;
    cursor: pointer;
}
.acc_blok:hover, .acc_blok_:hover, .widget-tools:hover{
    background-color:#c7c7c7;
}
.acc_blok_pole, .acc_blok_pole_{
    height:0px;
    width:calc(100% + 18px);
    overflow-y:scroll !important;
    overflow-x:hidden;
}
.acc_blok_pole:nth-child(0){
    height:300px;
    border-bottom:1px solid #c7c7c7;
}
.acc_blok_pole_:nth-child(0){
    height:300px;
    border-bottom:1px solid #c7c7c7;
}
.kaj_obrazek{
    width:calc(100% - 20px);
    height:auto;
    margin-left:9px;
    margin-top:10px;
    position:relative;
}
.kaj_obrazek img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.table-data-sheet{
    border-style:hidden !important;
    box-shadow:0 0 0 1px #c7c7c7, 0px 1px 5px #c7c7c7;
}
.table-data-sheet tr:first-child td:first-child{
    border-top-left-radius:5px;
}
.table-data-sheet tr:first-child td:last-child{
    border-top-right-radius:5px;
}
.table-data-sheet tr:last-child td:first-child{
    border-bottom-left-radius:5px;
}
.table-data-sheet tr:last-child td:last-child{
    border-bottom-right-radius:5px;
}

.button_small.exclusive_small{
    color:#5d5d5d;
    font-weight:bold;
}
.button_small.exclusive_small:hover{
    color:white;
}
.btn.exclusive:hover{
    background-color:#4495ff !important;
}

.accessories-block, .accessories-block-2, .kaj_obrazek, .button_small.exclusive_small, .btn.exclusive, #quantity_wanted, #picture_upload_button_div, #videoupload_button_div, #pictureupload_form, #videoupload_form, #pictureupload_form button, #pictureupload_form input, #videoupload_form button, #videoupload_form input, #pictureupload_form .filename{
    box-shadow:0px 1px 5px #c7c7c7;
}
.accessories-block, .accessories-block-2, .btn.exclusive, .kaj_obrazek, .primary_block, .button_small.exclusive_small, .btn.exclusive, #picture_upload_button_div, #videoupload_button_div, #pictureupload_form, #videoupload_form, #pictureupload_form button, #pictureupload_form input, #videoupload_form button, #videoupload_form input, #pictureupload_form .filename{
    border:1px solid #c7c7c7;
}
.accessories-block, .accessories-block-2, .kaj_obrazek, .table-data-sheet, .button_small.exclusive_small, .btn.exclusive, #picture_upload_button_div, #videoupload_button_div, #pictureupload_form, #videoupload_form{
    border-radius:5px;
}

#picture_upload_button_div, #videoupload_button_div{
    width:100%;
    text-align:center;
    cursor:pointer;
    background-color:white;
    padding:0px;
}
#picture_upload_button_div a, #videoupload_button_div a{
    width:100%;
    height:100%;
    display:block;
    line-height:40px;
}
#pictureupload_form{
    width:100%;
    background-color:white;
    margin-bottom:10px;
}
#videoupload_form{
    width:100%;
    background-color:white;
    margin-top:10px;
}

#product_list{
    display:-webkit-inline-box;
    width:100%;
    overflow-x:scroll;
}



.ajax_block_product{
    min-width:225px;
}

.product_list::-webkit-scrollbar {
    height:10px;
    background-color:#c7c7c7;
    border-radius:5px;
}
.product_list::-webkit-scrollbar-thumb {
    background-color:#5d5d5d;
    border-radius:5px;
}

.back-to-product{
    width: 100%;
    line-height: 50px;
    background-color: white;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 5px #c7c7c7;
    font-size: 20px;
    padding-left: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #5d5d5d;
}
.back-to-product span{
    color:#4495ff;
}
.back-to-product:hover span{
    color:#ff7733;
}

.availability-status{
    height: 30px;
    line-height: 30px;
    color: white;
    font-weight: bold;
    width: 75%;
    margin-left: 12%;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    box-shadow: 0px 1px 5px #c7c7c7;
}
.availability-positive{
    color: #36943e;
    background-color: white;
}
.availability-neutral{
    color: #4495ff;
    background-color: white;
}
.availability-negative{
    background-color: #dd4b39;
}
