:root {
    --showgallerytabletmaxwidth:688px;
}
:root {
    --showgallerymobilemaxwidth:420px;
}
:root {
    --showgalleryyellowcolor: #f99b0c;
}
:root {
    --showgallerywidgetbackground: #F7F7F7;
}




.sort-title {
    font-size: 15px;
}
.sort-title a {
    text-decoration: none;
}
.sort-title span {
    font-size: 12px;
    float: right;
    padding-top: 3px;
}
.form-label {
    color: #C1C1C1;
}
.form-button {
    background-color: var(--showgalleryyellowcolor);
    font-weight: bold;
    color: white;
    font-size: 18px;
}
.select-form {
    height: 45px;
    background-color: #ffffff;
    border: solid 1px #b7b7b7;
}
.input-form {
    height: 22px;
    width: 22px;
}
.label-radio {

    margin-left: 12px;
}
#sort-widget {
    background-color: var(--showgallerywidgetbackground);
}

#filter-widget {
    background-color: var(--showgallerywidgetbackground);
}
#sort-now-button {
    height: 45px;
    width: 270px;
    margin: 0 224px 0 224px;
}

input[type='radio'] {
    -moz-appearance: none;
}

input[type='radio']:not(.default):after {
    width: 22px;
    height: 22px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #cccccc;
}

input[type='radio']:not(.default):checked:after {
    width: 22px;
    height: 22px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: var(--showgalleryyellowcolor);
    content: '';
    display: inline-block;
    visibility: visible;
    border: 5px solid #cccccc;
}

.rotate{
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.rotate.down{
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}
.panel-heading.panel-title.sort-title {
    border-color: #F4F4F4;
}
.panel-heading.panel-title.sort-title {
    border-color: #F4F4F4;
}
@media screen and (max-width: 768px) , (max-device-width: 768px) {
    #filter-widget, #sort-widget {
        width: 100%;
        max-width: var( --showgallerytabletmaxwidth);
    }
    #filter-widget {
        margin-top: 30px;
    }
    
    #sort-widget {
        margin-bottom: 30px;
    }
    .form-group {
        padding-left: 15px;
    }
}
@media screen and (max-width: 520px), (max-device-width: 520px) {
    #sort-now-button {
        width: 240px;
        margin: 20px 0 0 20px;
    }
    .select-form {
        width: 240px;
    }
    #go-button {
        margin-top: 10px;
        width: 240px;
    }
    #quick-jump {
        padding-left: 5px;
    }
    div#sortby {
        padding: 7px;
    }
    .form-group {
        margin-bottom: 15px;
    }
    input.btn.form-button {
        margin-top: 5px;
        width: 240px;
    }
}
@media only screen and (max-width: 438px) , (max-device-width: 438px) {
    #filter-widget, #sort-widget {
        width: 100%;
        max-width: var(--showgallerymobilemaxwidth);
    }
}
