.smallPrice{
    font-size: 1.575rem;
}

.smallPriceCat{
    font-size: 1.175rem;
}

.greenButton{
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;

    background-color: #FF9955 !important;
}

.greenButton:hover{
    background-color: #FF6600 !important;
}

.bottom-logos{
    text-align: center;
    margin: 20px 0;
}

.bottom-text {
    text-align: center;
    margin: 20px 0;
    font-size: 0.8em;
    color: #777;
}


#parameters table tr:nth-child(odd){
    background-color: #EDEDED;
}

#lightbox-container-image-data #lightbox-image-details
{
    text-align: center !important;
}

#lightbox-image-details-caption{
    font-weight: bold;
    text-align: center;
    font-size: 1.2em;
    display: inline-block !important;
    margin-top: 25px;
    padding-bottom: 20px;
}

#jquery-overlay{
    width: 100% !important;
}


/** Custom defined zoom page level */

body{
    zoom: 90%;
}

#slider-range, #weight-range{
    zoom: 110%;
}


/** Change font size */
p, ol, ul, table{
    font-size: 12pt;
    font-family: "PT Sans";
}

/** select filtr */





/** Blokace vyberu */
#description, #parameters, #short-description,  #content-in > p{
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */
    -webkit-touch-callout: none      /* disables the callout */
}