.hidden{visibility:hidden;display:none;}
a.fav.ani-rotate-forward > i{
    -webkit-animation: rotateForwardAnimation 0.1s linear 1;
    -moz-animation: rotateForwardAnimation 0.1s linear 1;
    animation: rotateForwardAnimation 0.1s linear 1;
}
@-moz-keyframes rotateForwardAnimation { 100% { -moz-transform: rotate(72deg); } }
@-webkit-keyframes rotateForwardAnimation { 100% { -webkit-transform: rotate(72deg); } }
@keyframes rotateForwardAnimation { 100% { -webkit-transform: rotate(72deg); transform:rotate(72deg); } }

a.fav.ani-rotate-backward > i{
    -webkit-animation: rotateBackwardAnimation 0.1s linear 1;
    -moz-animation: rotateBackwardAnimation 0.1s linear 1;
    animation: rotateBackwardAnimation 0.1s linear 1;
}
@-moz-keyframes rotateBackwardAnimation { 100% { -moz-transform: rotate(-72deg); } }
@-webkit-keyframes rotateBackwardAnimation { 100% { -webkit-transform: rotate(-72deg); } }
@keyframes rotateBackwardAnimation { 100% { -webkit-transform: rotate(-72deg); transform:rotate(-72deg); } }

.fa.grey {
    color: #CCCCCC;
}
span.red {
    color: red;
}
span.green {
    color: green;
}
span.orange {
    color: orangered;
}

.lang:after {
    background-repeat:no-repeat;
}
.lang.en_US:after{
    background-image:url(/boekwinkeltjes/images/lang/en.png);
}
.lang.nl_NL:after{
    background-image:url(/boekwinkeltjes/images/lang/nl.png);
}
.lang.de_DE:after{
    background-image:url(/boekwinkeltjes/images/lang/de.png);
}
#naam.formStyle label{
    width:35%;
}
#naam.formStyle button{
    width:20%;
}
#naam.formStyle input{
    width:45%;
}
#postcode.formStyle label{
    width:35%;
}
#postcode.formStyle button{
    width:20%;
}
#postcode.formStyle input{
    width:45%;
}
.captcha{
    width:33.3%;
    float:left;
    padding: 10px 15px;
}
.date input[type="date"] {
    float:none;
    display: inline-block;
    width:auto;
}
.inline > input{
    float:none;
    display: inline-block;
    width:auto;
}.inline > select{
    float:none;
    display: inline-block;
    width:auto;
}
.inline > button[type="submit"] {
    float:none;
    display: inline-block;
    width:auto;
    height: 22px;
    padding: 2px;
    padding-left: 7px;
}
.inline > label {
    float:none;
    display: inline-block;
    width:auto;
}
.inline > input[type="checkbox"] {
    margin-left: 0;
    float:none;
    display: inline-block;
    width:auto;
}
.inline > input[type="checkbox"]{
    margin-left: 0;
    float:none;
    display: inline-block;
    width:auto;
}
label.inline {
    margin-left: -2.5px;
}
button[disabled="disabled"] {
    opacity: 0.5;
}
.msg > ul {
    list-style: none;
}

.readmore_content {
    position:relative;
    display:block;
}
.readmore_button {
    height: 50px;
    display:block;
    z-index: 2;
    cursor: pointer;
    position: relative;
    margin: -50px 0 -8px -10px;
    text-align: center;
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 232, 0), rgba(255, 255, 232, 1));
    background:      -o-linear-gradient(to bottom, rgba(255, 255, 232, 0), rgba(255, 255, 232, 1));
    background:    -moz-linear-gradient(to bottom, rgba(255, 255, 232, 0), rgba(255, 255, 232, 1));
    background:         linear-gradient(to bottom, rgba(255, 255, 232, 0), rgba(255, 255, 232, 1));
}
.readmore_button > span {
    margin-top:25px;
    display: inline-block;
    text-align:center;
    font-weight: bold;
    padding: 4px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(232, 215, 157, 1);
}

@media screen and (max-width: 1200px) {
    .readmore_button {
        margin-left: -12px;
        margin-right: -11px;
        margin-bottom: -6px;
    }
}

.price, .order {
    width: 85px;
    text-align: right;
}

.table-text {
    text-align: left;
}

.populair {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.populair li{
    display: inline-block;
    width: 100%;
    float: none;
}
input[type="submit"].small {
    padding:3px 5px;
}
.button.fw {
    width: 100% !important;
}
a.button.small {
    padding: 3px 5px;
}
.table-image > a > img {
    max-width: 50px;
}
.column.center {
    margin-left: auto;
    margin-right: auto;
    float: none;
}
tr.clickable-row {
    cursor: pointer;
}
tr.clickable-row > td {
    padding: 0.4em 0.7em 0.3em 0.85em;
}
@media screen and (max-width: 730px) {
    tr.clickable-row > td > a > img {
        max-width: 25px;
    }
    .order > a > img {
        max-width: 75% !important;
    }
}
.store-locations-placeholder {
    margin-top: -30px;
}
.store-locations-placeholder .text {
    left: 0;
    position: relative;
    text-align: center;
    top: 10em;
    width: 100%;
    z-index: 3;
}
.store-locations-placeholder .text > a {
    padding: 1em;
    color: black;
}
/** REVIEWS **/
.rating span.star {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
}
.fa.fa-star {
    color: gold;
}
.fa.fa-star-half-o {
    color:gold;
}
.rating span.star:before {
    position: absolute;
    left: 0;
}
.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: left;
    margin-top: -6px;
}
.rating > span {
    display: inline-block;
    position: relative;
    width: 0.8em;
}
.rating > span:hover,
.rating > span:hover ~ span {
    color: transparent;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
    content: "\2605";
    position: absolute;
    left: 0;
    color: gold;
}
.icon-only .fa {
    padding: 0;
    margin: 0;
}

.text-center {
    text-align: center;
}

.formStyle span.no-float label {
    float: none;
}

@media (min-width: 710px) {
    #mbwMobileFilters {
        display: none;
    }

    #mbwDesktopFilters {
        display: block;
    }
}

@media (max-width: 710px) {
    #mbwDesktopFilters {
        display: none;
    }

    #mbwMobileFilters {
        display: block;
    }
}

.mbw-mobile-input {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
}

.mbw-mobile-text {
    width: 85%;
    border-right: none;
}

#mbwMobileFilters > .row > .column > form > input[type="date"] {
    width: 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 0 !important;
    margin-top: 5px;
    height: 32px;
}

.attached-button {
    height: 32px !important;
    padding: 0 0 0 10px !important;
    margin: 5px 0 0 -5px !important;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    width: 15% !important;
}

#mbwDateFilterGroup {
    padding: 0 !important;
    width: 100% !important;
}

#mbwDateFilterGroup > button {
    padding: 5px 0 5px 0 !important;
    margin: 0 !important;
    width: 33.333% !important;
}

#mbwDateFilterGroup > button:first-child {
    border-bottom-left-radius: 5px;
}

#mbwDateFilterGroup > button:last-child {
    border-bottom-right-radius:5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .rating {
        margin-top: 0px;
    }
}
@supports (-ms-ime-align:auto) {
    .rating { margin-top:0px; }
}

div#priceDiv {
    display: none;
}

#breadcrumbs {
    margin-left: 20px;
    margin-top: 20px;
}

#breadcrumbs > ol {
    list-style-type: none;
    counter-reset: elementcounter;
    padding-left: 0;
}

#breadcrumbs > ol > li:not(:first-child):before {
    content: " » ";
    counter-increment:elementcounter;
    font-weight: bold;
}

#breadcrumbs > ol > li:first-child {
    list-style: none;
    content: "";
}

#breadcrumbs > ol > li {
    display: inline-block;
    padding-left: 0;
    position: relative;
}

#breadcrumbs > ol > li > a {
    color: #454545;
}

.index-title {
    font-size: 1.75em;
    line-height: 1.3em;
    margin: 0 0 1rem;
}

.mbw-search-books-form > div {
    margin-bottom: 5px;
}

.mbw-search-books-form > div > label {
    display: inline-block;
    width: 18%;
}

.mbw-search-books-form > div > input,
.mbw-search-books-form > div > select {
    display: inline-block;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    padding: 3px;
    width: 79.5%;
}

.search-column-head {
    margin-bottom: 25px;
}

.search-column-head > h2 {
    font-size: 1.5em;
    padding-bottom: 0;
    margin-bottom: 0;
}

.search-column-head > strong {
    color: #4b4b4b;
}

.mbw-table {
    margin-top: 15px;
}

/* Hide HTML5 Up and Down arrows. */
.page-selector::-webkit-outer-spin-button, .page-selector::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.page-selector {
    -moz-appearance: textfield;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #a8a8a8;
    width: 50px;
}

#page-selector-container {
    width: 100%;
    text-align: center;
}

#page-selector-container > form > button {
    padding: 5px;
}

#page-selector-container > form > button > span {
    padding: 0;
}

.image-header > #shorttext {
    display: none;
}


@media (max-width: 1368px) {
    .image-header{
        max-width: 50px;
    }

    .image-header > #shorttext {
        display: block;
    }

    .image-header > #fulltext {
        display: none;
    }
}

#mededelingInput {
    height: 120px;
}

::-ms-clear, ::-ms-reveal {
    display: none;
}

input {
    box-sizing: border-box;
}

input:active, input:focus {
    outline: none;
    -moz-outline: none;
}

input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner {
    border: none;
}

/* main style */
.inputClear {
    position: relative;
    display: inline-block;
}

.inputClear > input {
    border-radius: 0 !important;
    display: inline-block;
    width: 100% !important;
    height: 50px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: white;
    background-clip: padding-box;
    border-left: none !important;
    border-top: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    padding: .375rem 1.75rem .375rem 0 !important;
}

.inputClear > .deleteEle {
    display: none;
    position: absolute;
    height: 24px;
    width: 24px;
    top: 50%;
    margin-top: -12px;
    right: 6px;
    background: url(/boekwinkeltjes/images/delete.png) 50% 50% no-repeat;
    background-size: 24px 24px;
    z-index: 1;
    cursor: pointer;
}

#headerSearchIcon {
    background: white;
    border-right: none;
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    border-left: 1px solid #ced4da;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-radius: .25rem 0 0 .25rem;

}

#searchButton {
    background: #FC3;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: black;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0 .25rem .25rem 0;
    cursor: pointer;
}

#searchGroup {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: right;
}


.inputClear {
   width: 46%;
}

@media (min-width: 321px) {
    .inputClear {
        width: 60%;
    }
}


@media (min-width: 360px) {
    .inputClear {
        width: 64%;
    }
}

@media (min-width: 400px) {
    .inputClear {
        width: 65%;
    }
}

@media (min-width: 458px) {
    .inputClear {
        width: 71%;
    }
}

@media (min-width: 480px) {
    .inputClear {
        width: 97px;
    }
}

@media (min-width: 576px) {
    .inputClear {
        width: 120px;
    }
}

@media (min-width: 768px) {
    .inputClear {
        width: 180px;
    }
}

@media (min-width: 992px) {
    .inputClear {
        width: 240px;
    }
}

@media (min-width: 1550px) {
    .inputClear {
        width: 335px;
    }
}

#searchTerm{
    width: 85% !important;
}

#searchMoreButton{
    background: #FC3;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: black;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: .285rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0 .25rem .25rem 0;
    cursor: pointer;
}

#resultTable{
    margin-top: 20px;
}

#searchMore{
    width: 100%;
}

.nvt{
    margin-top: -6px;
    margin-left: 32%;
}

.user-nvt{
    margin-top: -6px;
    margin-left: 35%;
}


@media (max-width: 1430px) {
    .nvt{
        margin-left: 50%;
    }

    .user-nvt{
        margin-left: 50%;
    }
}


@media (max-width: 442px) {
    .nvt{
        margin-left: 0;
      float: right;
    }

    .user-nvt{
        margin-left: 0;
        float: right;
    }
}

.shipping-radio-buttons > label {
    display: block !important;
    margin-top: 5px !important;
}

.shipping-radio-buttons > label > input {
    margin-right: 5px !important;
}

.list-style-none {
    list-style: none;
    padding: 0;
}

.text-green {
    color: green;
}

.text-red {
    color: red;
}
