ul.bradcramps li.active a {
    color: #fbb03f;
}
ul.bradcramps li:first-child {
    padding-left: 0;
}

ul.bradcramps li {
    display: inline-block;
    list-style-type: none;
    padding: 0 0.5em;
}
ul.bradcramps {
    font-weight: 300;
}

ul.bradcramps {
    margin-top: 40px;
    margin-bottom: 45px;
    line-height: 1.142857142857143em;
    color: #8c8c8c;
    font-size: 1em;
    font-family: 'Museo Sans', sans-serif;
    font-weight: normal;
}
.base-text ol, .base-text ul {
    max-width: 100%;
}
@media screen and (min-width: 1200px) {
.catalog-block__container  {
    max-width: 1400px!important;
}
}
ul.claims-pager li a:active {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7e5682), to(#5b3e5e));
    background: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background: -moz-linear-gradient(top, #7e5682, #5b3e5e);
    background: -ms-linear-gradient(top, #7e5682, #5b3e5e);
    background: -o-linear-gradient(top, #7e5682, #5b3e5e);
    -moz-box-shadow: inset 0 1px 1px #62686d;
    -webkit-box-shadow: inset 0 1px 1px #ffffff;
    box-shadow: inner 0 1px 1px #62686d;
    position: relative;
    top: 1px;
}
ul.claims-pager {
    text-align: center;
}
ul.claims-pager li {
    display: inline-flex;
    color: #fff!important;
    text-shadow: 0 1px 1px #000;
}
ul.claims-pager li.active a {
    background: #fcb040;
    -moz-box-shadow: 0 1px 1px #4e5257, inset 0 0 10px #111;
    -webkit-box-shadow: 0 0px 0px #4e5257, inset 0 0 0px #111;
    box-shadow: 0 1px 1px #4e5257, inner 0 0 10px #111;
    cursor: default;
    position: relative;
    top: 1px;
    color: #fff!important;
    font-weight: 400;
    width: 44px;
	height: 44px;
    text-decoration: none!important;
    color: #666;
    white-space: nowrap;
    font-size: 19px;
    border-radius: 10px;
    line-height: 20px;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
ul.claims-pager li a {
    background: #ffffff;
    color: #666!important;
    border: 0px solid #fcb040;
    padding: 6px 12px;
    text-decoration: none;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-shadow: 0 0px 0px #666;
    -moz-box-shadow: 0 2px 3px #fff, inset 0 1px 1px #fff;
    -webkit-box-shadow: 0 0px 0px #fff, inset 0 0px 0px #fff;
    box-shadow: 0 2px 3px #111, inner 0 1px 1px #62686d;
    background: -webkit-gradient(linear, 0% 0%, 0% 0%, from(#fff), to(#fff));
    background: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background: -moz-linear-gradient(top, #fff, #fff);
    background: -ms-linear-gradient(top, #fff, #fff);
    background: -o-linear-gradient(top, #fff, #fff);
    font-weight: 400;
}
ul.claims-pager li.active a {
    background: #fcb040;
    -moz-box-shadow: 0 1px 1px #fff, inset 0 0 10px #fff;
    -webkit-box-shadow: 0 0px 0px #fff, inset 0 0 0px #fff;
    box-shadow: 0 1px 1px #fff, inner 0 0 10px #fff;
    cursor: default;
    position: relative;
    top: 1px;
    color: #fff;
    font-weight: 400;
}
ul.claims-pager li a:hover {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ffffff));
    background: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background: -moz-linear-gradient(top, #ffffff, #ffffff);
    background: -ms-linear-gradient(top, #ffffff, #ffffff);
    background: -o-linear-gradient(top, #ffffff, #ffffff);
    color: #fbb03f!important;
    font-weight: 400;
 
}
.item-card__collection-val {
        max-width: 200px;
}
.main-page-wrap {
    padding-top: 0px!important;
}