/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0;
	font-family: "Gothic Thin",Montserrat, --montserrat-system-fallback, Verdana, sans-serif;
	text-align: left;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: 'Gothic Thin',monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
	text-align: left;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: 'Gothic Thin',monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Garamondpremierpro','--montserrat-system-fallback';
    ascent-override: 98%;
    descent-override: 19%;
    line-gap-override: normal;
    advance-override: 87%;
    src: local('Verdana')
}

body {
    margin: 0;
    background-color: #fff;
    font-family: 'Montserrat', --montserrat-system-fallback, 'Verdana', sans-serif;
    font-stretch: normal;
    text-rendering: geometricPrecision;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

*:after,
*:before {
    box-sizing: inherit
}

.header-text {
    font-size: 80px;
    line-height: 90px;
    font-weight: 700
}

.header-h1 {
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: -1px
}

.module-h1 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -.02em
}

.header-h2 {
    font-size: 22px;
    line-height: 38px;
    letter-spacing: -.02em;
    font-weight: 400
}

.widget .subtitle-split,
.widget .header-h1,
.widget .header-h2 {
    text-transform: none !important
}

.widget .header-h1 {
    letter-spacing: -1px
}

@media (max-width:768px) {
    .widget .header-h1 {
        font-size: 28px
    }
}

@media (max-width:320px) {
    .widget .header-h1 {
        font-size: 26px
    }
}

.product-header {
    font-size: 20px;
    line-height: 20px
}

.slidebar-header {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 30px;
    font-weight: 600
}

.main-text {
    font-size: 17px;
    line-height: 30px
}

.plabel-text {
    font-size: 16px;
    line-height: 25px
}

.uppcs {
    text-transform: uppercase
}

p {
    margin: 25px 0;
    padding: 0;
	text-align: left;
}

.blue-title {
    color: #333e48
}

.darkblue {
    color: #21272e
}

.blue {
    color: #225d8d
}

.brown-base {
    color: #024959
}

.brown-active {
    color: #bb9048
}

.brown-event {
    color: #a17c3d
}

.gray {
    color: #7a7a7a
}

.gray-light1 {
    color: #949494
}

.gray-light2 {
    color: #adadad
}

.silver {
    color: #f2f2f2
}

.silver-light {
    color: #fafafa
}

.cyan {
    color: #4cbd99
}

.blue-light {
    color: #4ab8eb
}

.purple {
    color: #9664c5
}

.grid {
    width: 964px;
    margin: 0 auto
}

.grid-row {
    clear: left
}

.grid-row:after,
.grid:after {
    content: '';
    display: table;
    clear: both
}

.grid-cell {
    margin-right: 32px;
    float: left
}

.cell1 {
    width: 51px
}

.cell2 {
    width: 134px
}

.cell3 {
    width: 217px
}

.cell4 {
    width: 300px
}

.cell5 {
    width: 383px
}

.cell6 {
    width: 466px
}

.cell7 {
    width: 549px
}

.cell7>p:first-child {
    margin-top: 0
}

.cell8 {
    width: 632px
}

.cell9 {
    width: 715px
}

.cell10 {
    width: 798px
}

.cell11 {
    width: 881px
}

.cell12 {
    width: 964px
}

.grid-row>.grid-cell:last-child,
.grid-cell.last {
    margin-right: 0 !important
}

@media (max-width:1080px) {
    .grid {
        width: auto
    }
}

@media (max-width:767px) {

    .grid,
    .grid-cell,
    .cell1,
    .cell2,
    .cell3,
    .cell4,
    .cell5,
    .cell6,
    .cell7,
    .cell8,
    .cell9,
    .cell10,
    .cell11,
    .cell12 {
        float: none;
        width: auto;
        max-width: 100%;
        margin: 0
    }
}

a {
    color: #024959;
    text-decoration: none
}

a:hover {
    color: #bb9048;
    text-decoration: underline
}

a:active {
/*    color: #a17c3d*/
	color: #3C4C59
}

ul.menu,
ul.menu li {
    margin: 0;
    padding: 0;
	font-family: "Brigade Light";
}

ul.menu li {
    list-style: none
}

*:focus {
    outline: none
}

:-moz-ui-invalid:not(output) {
    box-shadow: none
}

.field {
    padding: 7px 15px;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid white !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.field:hover {
    border: 1px solid #adadad !important
}

.field.active {
    border: 1px solid #024959 !important
}

.button {
    font-size: 15px;
    padding: 9px 0;
    width: 130px;
    border: none;
    margin: 15px auto;
    border-radius: 2px;
    background-color: #4b65bf;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-align: center
}

.button:hover {
    background-color: #4b65bf;
    color: #fff
}

.button-danger {
    padding: 5px 15px;
    font-size: 16px;
    color: #e23434;
    background-color: transparent;
    cursor: pointer;
    border: 2px solid transparent;
    font-weight: lighter
}

.button[disabled] {
    opacity: .9;
    filter: grayscale(1);
    pointer-events: none
}

.button:hover,
.button:active {
    background-color: #4b72cc
}

.button-danger:hover {
    background: transparent;
    border-color: #e23434
}

.button-primary {
    border-radius: 0;
    font-weight: 400
}

.button-secondary {
    border-radius: 0;
    padding: 7px 15px;
    font-size: 16px;
    color: #225d8d;
    border: 1px solid #9b9b9b;
    cursor: pointer
}

.price-button {
    width: 50px;
    padding: 3px 0;
    font-size: 14px;
    color: #024959;
    border: 1px solid #024959;
    text-align: center
}

.price-button:hover,
.active-button {
    background-color: #024959;
    color: #fff
}

.store-button {
    display: block;
    overflow: hidden;
    clear: left
}

.store-button>div {
    float: left
}

.cke_editable {
    background-color: #fff
}

ul {
    margin: 0;
    padding-left: 20px;
	text-align: left;
}

ul li {
    padding-left: 5px;
    margin-bottom: 5px;
	text-align: left;
}

iframe {
    border: 0
}

#go-top {
    display: none;
    position: fixed;
    bottom: 0;
    right: 20px;
    width: 42px;
    height: 42px;
    background: #fff;
    color: #ccc;
    border: 1px solid #ddd;
    border-bottom: 0;
    border-radius: 7px 7px 0 0;
    z-index: 999;
    box-shadow: 1px 1px 16px 2px rgba(0, 0, 0, .1);
    cursor: pointer
}

#go-top:after {
    font-family: 'Gothic Thin','Arial', sans-serif;
    content: '\25B2';
    font-size: 22px;
    line-height: 42px;
    vertical-align: middle;
    width: 42px;
    text-align: center;
    display: inline-block
}

.loader {
    border: 2px solid #f3f3f3;
    border-top: 2px solid #333e48;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 32px auto;
    animation: spin 2s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

a.icon-mail:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: .67em;
    background: url(//cdn11.bestscoredproducts.com/images/v4/icons/Subscribe_ico.svg) 50% 50% no-repeat;
    background-size: contain;
    vertical-align: middle
}

.widget video {
    width: 100%
}

.check-price {
    width: 117px;
    margin: 10px auto;
    padding: 3px 0;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #024959;
    background: #024959;
    color: #fff
}

@media (min-width:768px) {

    a:hover .check-price,
    :hover>.check-price,
    .check-price:hover {
        color: #024959;
        background: #fff
    }
}

@media (max-width:767px) {

    .check-price:active,
    .check-price:focus {
        color: #024959;
        background: #fff
    }
}

.widget-productsingle :hover .check-price {
    background: #024959;
    color: #fff
}

.active-price-btn {
    color: white !important;
    background-color: #024959 !important
}

.active-cell {
    background-color: #f2f2f2 !important
}

.amazon-button {
    height: 20px;
    background: url(//cdn6.bestscoredproducts.com/images/v4/icons/amazon-gray.png) no-repeat
}

.amazon-prime-button {
    height: 18px;
    background: url(//cdn24.bestscoredproducts.com/images/v4/icons/amazon_prime-gray.png) no-repeat
}

.wallmart-button {
    width: 82px;
    height: 19px;
    background: url(//cdn23.bestscoredproducts.com/images/v4/icons/wallmart.png) no-repeat;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.ebay-button {
    width: 45px;
    height: 17px;
    background: url(//cdn14.bestscoredproducts.com/images/v4/icons/ebay.png) no-repeat;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.www-button {
    width: 45px;
    height: 20px;
    background: url(//cdn5.bestscoredproducts.com/images/v4/icons/icon-www.png) no-repeat;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.amazon-ca-button {
    height: 16px;
    background: url(//cdn11.bestscoredproducts.com/images/v4/icons/amazon-ca-background.png) no-repeat
}

.amazon-uk-button {
    height: 16px;
    background: url(//cdn10.bestscoredproducts.com/images/v4/icons/amazon-co-uk-gray.png) no-repeat
}

.amazon-all-button {
    height: 22px;
    background: url(//cdn13.bestscoredproducts.com/images/v4/icons/amazon-country.png) no-repeat
}

.amazon-prime-button,
.amazon-button,
.amazon-ca-button,
.amazon-uk-button {
    width: 84px;
    margin: 0 auto 16px auto
}

.amazon-all-button {
    width: 65px;
    margin: 0 auto 16px auto
}

.amazon-button:hover,
.wallmart-button:hover,
.ebay-button:hover,
.www-button:hover,
.amazon-ca-button:hover,
.amazon-uk-button:hover,
.active-amazon,
.active-amazon-prime,
.active-ebay,
.active-wallmart {
    -webkit-filter: grayscale(0%) !important;
    filter: grayscale(0%) !important
}

body.no-header-footer {
    margin-top: 0
}

a {
    color: #4D5D73;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

#frame {
    min-width: 290px;
    margin: 0 10px
}

#pcontainer {
    min-width: 290px
}

#content {
    min-width: 290px
}

#content .not-found-text {
    padding: 15px 0 0 0;
    color: #666;
    text-align: center
}

.br-section-header-line {
    display: block;
    width: 18px;
    height: 1px;
    border-bottom: solid 3px #3C4C59;
    margin: 0 auto 3px
}

@media (min-width:768px) {
    .br-section-header-line {
        display: block;
        width: 33px;
        border-bottom: solid 4px #3C4C59
    }
}

@media (min-width:1280px) {
    .br-section-header-line {
        display: block;
        width: 35px;
        border-bottom: solid 5px #3C4C59;
        position: relative;
        margin: 0 0 9px
    }
}

.br-arrow-right,
.br-arrow-right-large {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #4D5D73;
    position: relative;
    top: 11px;
    right: 1px
}

@media (min-width:768px) {
    .br-arrow-right-large {
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 5px solid #4D5D73
    }
}

@media (min-width:1280px) {

    .br-arrow-right,
    .br-arrow-right-large {
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #4D5D73
    }

    .br-arrow-right-large {
        border-left: 5px solid #4D5D73
    }
}

.search-component .autocomplete-placeholder .results {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: .8em
}

.search-component.show .autocomplete-placeholder .results {
    display: block
}

.search-component .autocomplete-placeholder .results li {
    margin-bottom: 0;
    padding-left: 0
}

.search-component .autocomplete-placeholder .results a {
    display: block;
    height: 25px;
    padding: 15px;
    border-top: 1px solid #e3e3e3;
    color: #4D5D73;
    background: #fff;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.search-component .autocomplete-placeholder .results .selected a,
.search-component .autocomplete-placeholder .results a:hover {
    background: #4D5D73;
    text-decoration: none;
    color: #fff
}

.search-component .autocomplete-placeholder .results .info {
    vertical-align: middle;
    text-align: left
}

.search-component .autocomplete-placeholder .ajax-search-info {
    padding: 15px 10px 10px 10px;
    border-top: 1px solid #e3e3e3;
    color: #225c8b;
    background: #fff;
    word-wrap: break-word
}

@media (min-width:768px) and (max-width:1280px) {
    .search-component .autocomplete-placeholder .results a {
        overflow: hidden;
        line-height: 35px;
        vertical-align: middle;
        height: 35px
    }
}

@media (max-width:360px) {
    .search-component .autocomplete-placeholder .results a {
        padding: 0 8px 0 10px;
        overflow: hidden;
        line-height: 42px;
        vertical-align: middle;
        height: 42px
    }
}

.site--link-more {
    border-bottom: 1px solid #4b65bf;
    color: #4b65bf
}

.site--link-more:hover {
    color: #4b65bf
}

.site--link-more:after {
    content: '';
    display: inline-block;
    margin-bottom: .12em;
    margin-right: -.52em;
    border-top: .23em solid transparent;
    border-bottom: .23em solid transparent;
    border-left: .32em solid #4b65bf;
    margin-left: 0
}

.floating.is_stuck {
    overflow: hidden
}

.content-builder-revision-notice-wrapper {
    height: 1.8em
}

.content-builder-revision-notice {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: .4em;
    font-size: 14px;
    background: #ffd291;
    color: #542a00;
    text-align: center;
    z-index: 999999
}

.title-br-ckeditor {
    color: #2b4c78
}

.gold-br-ckeditor {
    color: #024959
}

.wtbr-text-block {
    position: relative;
    padding: 34px 30px 0 33px;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #040f3d;
    display: block
}

.wtbr-text-block:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 8px;
    background: #040f3d
}

@media (min-width:768px) {
    .wtbr-text-block {
        display: none
    }

    .wtbr-text-block:after {
        content: "";
        width: 100%;
        background: #cbcbcb;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        height: 1px
    }
}

.wtbr-text-block .title {
    font-size: 19px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    height: 30px;
    color: #040f3d;
    text-transform: uppercase
}

@media (min-width:1120px) {
    .wtbr-text-block .title {
        width: 285px
    }
}

.wtbr-text-block .tablet {
    display: none
}

.wtbr-text-block .phone {
    display: none
}

.wtbr-text-block .disclaimer-text {
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
    margin-top: 10px;
    display: block;
    color: #225d8d
}

.wtbr-text-block .text-partners {
    font-size: 13px
}

@media (max-width:1120px) and (min-width:767px) {
    .wtbr-text-block .text-partners {
        font-size: 12px;
        margin-top: -5px
    }
}

.wtbr-text-block .text-partners span {
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
    display: block;
    margin-top: 10px;
    color: #225d8d
}

.wtbr-text-block .title-partners {
    margin-top: -10px;
    display: block
}

@media (max-width:1120px) and (min-width:767px) {
    .wtbr-text-block .title-partners {
        margin-top: -5px
    }
}

.wtbr-text-block .text-link {
    font-weight: 600;
    color: #4b65bf;
    text-decoration: underline
}

.wtbr-text-block .text-link:hover {
    color: #4b65bf
}

@media (max-width:767px) {
    .wtbr-text-block .text-link {
        color: #f3b45b
    }
}

.wtbr-text-block .read-more {
    color: #4b65bf;
    font-weight: 700;
    text-decoration: underline
}

@media (max-width:1119px) {
    .wtbr-text-block .read-more {
        font-weight: 600;
        line-height: 0
    }
}

.wtbr-text-block .br-arrow-right,
.wtbr-text-block .br-arrow-right-large {
    vertical-align: -1px
}

@media (max-width:1119px) {

    .wtbr-text-block .br-arrow-right,
    .wtbr-text-block .br-arrow-right-large {
        top: -1px;
        border-left: 5px solid #4b65bf
    }
}

@media (max-width:1119px) {
    .wtbr-text-block {
        line-height: 1.8;
        padding: 20px 15px 0;
        font-size: 12px
    }

    .wtbr-text-block .title {
        font-weight: 600;
        font-size: 17px;
        line-height: 1.54;
        text-transform: uppercase
    }

    .wtbr-text-block .tablet {
        display: block;
        margin: 10px 0 8px
    }

    .wtbr-text-block .default {
        display: none
    }

    .wtbr-text-block .phone {
        display: none
    }

    .wtbr-text-block .disclaimer-text {
        display: inline
    }
}

@media (max-width:767px) {
    .wtbr-text-block {
        padding: 31px 20px 35px;
        margin: 0;
        box-shadow: none;
        background: #040f3d;
        color: #fff;
        text-align: center
    }

    .wtbr-text-block .tablet {
        display: none
    }

    .wtbr-text-block .default {
        display: none
    }

    .wtbr-text-block .phone {
        display: block
    }

    .wtbr-text-block .title {
        font-size: 18px;
        line-height: 1.22;
        font-weight: 600;
        color: #fff;
        width: 68%;
        text-align: center;
        margin: 0 auto 25px
    }

    .wtbr-text-block .title:before {
        position: absolute;
        content: "";
        width: 18px;
        height: 1px;
        border-bottom: 3px solid #3C4C59;
        top: 15px;
        left: 0;
        margin: 0 auto;
        right: 0
    }

    .wtbr-text-block .text {
        font-size: 14px;
        line-height: 1.79;
        width: 87%;
        margin: 0 auto
    }

    .wtbr-text-block .read-more {
        display: block;
        width: 105px;
        margin: 15px auto 0;
        color: #f3b45b
    }

    .wtbr-text-block .read-more .br-arrow-right {
        top: 1px;
        right: -3px;
        border-left: 5px solid #f3b45b
    }

    .wtbr-text-block .disclaimer-text {
        display: block
    }
}

.widget-productmatrix-default-hidden {
    position: absolute;
    top: -10000px
}

.widget-productmatrix {
    display: table;
    table-layout: fixed;
    border-collapse: separate;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    background-color: #fff
}

@supports (-ms-ime-align:auto) {
    .widget-productmatrix {
        box-shadow: 0 10px 50px -7px #ccc
    }
}

.widget-productmatrix .fivestar-rate-wrapper {
    height: 14px
}

.widget-productmatrix .fivestar-rate {
    height: 14px;
    width: 70px
}

@media (min-width:1280px) {

    .product-matrix-headers .badge,
    .product-link .image {
        height: 50px
    }

    .product-matrix-header.image,
    .image-wrapper {
        height: 206px
    }
}

.widget-productmatrix .product {
    text-rendering: optimizeLegibility;
    transform: translate3d(0, 0, 0)
}

.widget-productmatrix .product:hover {
    z-index: 10
}

.widget-productmatrix .product-link {
    height: 100%;
    display: block;
    text-decoration: none
}

.widget-productmatrix .product-link:hover .amazon-btn:not(.amazon-all-button) {
    background-position-x: -85px
}

.widget-productmatrix .image-wrapper {
    display: block;
    text-align: center
}

.widget-productmatrix .image-wrapper img {
    max-width: 92%;
    width: auto;
    max-height: 160px;
    display: block;
    margin: auto;
    object-fit: contain;
    aspect-ratio: 1;
    image-rendering: -webkit-optimize-contrast;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.widget-productmatrix .product-name {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #333e48;
    padding: 5px 10px 0 10px;
    word-wrap: break-word
}

.widget-productmatrix .product-model {
    text-align: center;
    color: #7a7a7a;
    font-size: 15px;
    line-height: 22px;
    padding: 5px 10px 0 10px;
    word-wrap: break-word
}

.widget-productmatrix .check-price {
    text-align: center;
    background: #4D5D73
}

.widget-productmatrix .product-desc.bottom .headline {
    display: block;
    padding: 0 23px;
    margin: 16px 0 -13px 0;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #040f3d
}

.widget-productmatrix .product-desc p {
    margin: 0;
    padding: 16px 23px;
    text-align: left;
    font-size: 13px;
    color: #555;
    min-height: 104px
}

.widget-productmatrix .product-desc-plabel {
    text-transform: uppercase
}

.widget-productmatrix .product-matrix-header.note.bottom,
.widget-productmatrix .bottom .product-desc-plabel {
    color: #333e48
}

.widget-productmatrix .product-matrix-header.note.good,
.widget-productmatrix .good .product-desc-plabel {
    color: #009848;
}

.widget-productmatrix .product-matrix-header.note.bad,
.widget-productmatrix .bad .product-desc-plabel {
    color: #ea4850;
	font-size: 8px;
}

.widget-productmatrix .check-price {
    transition: all 0.2s ease-out;
    border: none
}

body.product-matrix-ie-compat .widget-productmatrix .check-price {
    transition: all 0s ease 0s
}

.widget-productmatrix .product:hover .check-price {
    transform: scale(1.1);
    background-color: #556880;
    color: #fff;
    border: none;
    box-shadow: 0 6px 9px -5px rgba(171, 171, 171, 1)
}

@media (min-width:768px) and (max-width:1024px) {
    .widget-productmatrix {
        max-width: 1160px
    }
}

@media (max-width:1280px) and (min-width:769px) {
    .entity-layout-syndicated .widget-productmatrix {
        width: 100%
    }

    .widget-productmatrix .product-name {
        font-size: 17px
    }

    .widget-productmatrix .product-model {
        font-size: 13px
    }

    .widget-productmatrix .product-titles {
        padding-bottom: 18px
    }
}

.product-matrix .column-highlight {
    margin-left: -3px;
    display: none;
    border: 3px solid #024959;
    top: -3px;
    bottom: -3px;
    position: absolute;
    pointer-events: none
}

@media (max-width:767px) {
    .widget-productmatrix .h-item {
        display: none
    }

    .widget-productmatrix .product-desc {
        border-top: 1px solid #ddd;
        padding-top: 16px;
    }

    .widget-productmatrix {
        background-color: #d9d9d9;
        border-radius: 0;
        box-shadow: none;
        max-width: 100%;
        width: 100%;
        margin-bottom: 0
    }

    .widget-productmatrix .product {
        position: relative;
        overflow: hidden;
        display: block;
        background: #fff;
        margin: 10px;
        box-sizing: border-box;
        width: auto;
        border: none
    }

    .widget-productmatrix .product:before {
        content: "";
        height: 48px;
        display: none
    }

    .widget-productmatrix .badge {
        display: block;
        color: #fff;
        font-size: 16px;
        text-align: center;
        border-bottom: none;
        height: 30px;
        line-height: 30px
    }

    .widget-productmatrix .product .badge:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 31px;
        width: 100%;
        z-index: 9;
        background-size: 100%
    }

    .widget-productmatrix .product.bestbest .badge:after {
        background-image: url("../images/TopRatedPicks.png");
        background-size: 302px;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #736F70
    }

    .widget-productmatrix .product.bestbucks .badge:after {
        background-image: url("../images/TopValuePick_exsm.png");
        background-size: 302px;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #040f3d
    }

    .widget-productmatrix .image-wrapper {
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        padding-right: 20px;
        box-sizing: border-box
    }

    .widget-productmatrix .image-wrapper img {
        margin: auto;
        height: auto;
        max-height: 110px;
        max-width: 100%;
        vertical-align: middle;
        width: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }

    .widget-productmatrix .product-info {
        display: inline-block;
        vertical-align: middle;
        width: 47%;
        max-width: 170px;
        margin-top: 15px;
        overflow: hidden
    }

    .widget-productmatrix .product-name {
        font-size: 21px;
        text-transform: uppercase
    }

    .widget-productmatrix .product-model {
        font-size: 15px;
        color: #212026
    }

    .widget-productmatrix .product-name,
    .widget-productmatrix .product-model {
        text-align: left;
        padding-left: 0
    }

    .widget-productmatrix .check-price {
        width: 122px;
        margin: 13px 0 20px 0;
        padding: 9px 0;
        border-radius: 2px;
        font-size: 13px
    }

    .widget-productmatrix .product:hover .check-price {
        transform: none;
        border: none;
        box-shadow: none
    }

    .widget-productmatrix .product-desc {
        margin: 10px 25px;
        clear: both
    }

    .widget-productmatrix .product-desc .product-desc-plabel {
        font-size: 12px;
        float: left;
        width: 30%;
        padding: 4px 15px 0 0;
        box-sizing: border-box;
        font-weight: 600;
        color: #040f3d
    }

    .widget-productmatrix .product-desc p {
        margin-left: 31%;
        min-height: 0;
        color: #212026;
        line-height: 21px;
        font-size: 15px;
        padding: 0 0 23px 0
    }

    .widget-productmatrix .product-desc.bottom .headline {
        margin: 0;
        padding-left: 2px;
        height: auto !important;
        display: inline-block;
        width: 125px
    }

    .widget-productmatrix .fivestar-rate {
        margin-left: 0;
        margin-top: 1em;
        margin-bottom: -.5em
    }

    .widget-productmatrix .amazon-btn {
        margin: 0 0 16px 20px
    }
}

@media (min-width:768px) {
    body:not(.product-matrix-ie-compat) .widget-chubbyhero .media-wrapper {
        box-shadow: 0 10px 14px rgba(0, 0, 0, .1) !important
    }

    body:not(.product-matrix-ie-compat) .widget-productmatrix:before {
        content: "";
        position: absolute;
        top: 6px;
        right: 0;
        bottom: 6px;
        left: 0
    }

    .product-matrix-ie-compat .media-wrapper,
    .product-matrix-ie-compat .widget.widget-howwetest,
    .product-matrix-ie-compat .widget.widget-productmatrix {
        border-left: 1px solid #cbcbcb;
        border-right: 1px solid #cbcbcb
    }

    .product-matrix-ie-compat .widget.widget-howwetest {
        border-bottom: 1px solid #cbcbcb
    }

    .product-matrix-ie-compat .widget-productmatrix {
        box-shadow: none
    }

    .widget-productmatrix .check-price {
        margin-bottom: 10px
    }

    .widget-productmatrix .pcontainer {
        box-shadow: 0 0 14px rgba(0, 0, 0, .1) !important;
        max-width: 1120px;
        width: 100%;
        margin: 0 auto
    }

    .widget-productmatrix {
        border-bottom: 1px solid #cbcbcb;
        background: #fff
    }

    .product-matrix {
        display: grid;
        grid-template-columns: 90px;
        justify-content: stretch;
        align-content: space-between;
        grid-auto-columns: 1; /* 1fr */
        position: relative
    }

    .product-matrix .h-item,
    .product-matrix .item {
        display: contents
    }

    .product-matrix a.item {
        color: inherit
    }

    .product-matrix .item-head {
        grid-row: 1;
        display: flex;
        flex-direction: column
    }

    .product-matrix .item-info.bottom {
        grid-row: 5;
		font-size: 12px;	/* Added */
    }

    .product-matrix .item-info.good {
        grid-row: 11;
		font-size: 12px;	/* Added */
    }

    .product-matrix .item-info.bad {
        grid-row: 14;
		font-size: 12px;	/* Added */
    }

    .product-matrix .h-item .item-head,
    .product-matrix .h-item .item-info {
        text-align: center;
        font-weight: 800;
        color: #040f3d
    }

    .product-matrix .item .item-head,
    .product-matrix .item .item-info {
        color: #555;
        border-left: 1px solid #cbcbcb
    }

    .product-matrix .item-info {
        border-top: 1px solid #cbcbcb
    }

    .product-matrix .column-highlight.hover {
        display: block
    }

    .widget-productmatrix .product-matrix-header {
        display: block
    }

    .widget-productmatrix .product-matrix-headers-notes .product-matrix-header {
        border-top: 1px solid #cbcbcb;
        position: relative
    }

    .widget-productmatrix .product-matrix-headers .plabel {
		font-family: "Gothic Thin";
        box-sizing: border-box;
        direction: rtl;
        text-transform: uppercase;
        margin: 15px;
        text-align: center;
        font-size: 12px;
        font-weight: 800;
        color: #4D5D73;
        letter-spacing: 1px;
        margin-top: 22px
    }

    .widget-productmatrix .badge {
        display: block;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
        color: #fff;
        box-sizing: border-box;
        background: blue;
        font-family: 'Gothic Thin',"Open Sans Condensed", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-stretch: condensed;
        line-height: normal;
        letter-spacing: .5px;
        padding: 11px 16px 11px 37px;
        margin-bottom: 30px;
        opacity: 0
    }

    .widget-productmatrix .product-matrix-headers .badge,
    .widget-productmatrix .product .badge {
        text-indent: -1000px;
        overflow: hidden;
        height: 30px;	/* Top Rated Pick / BANNER above image height size */
        padding: 0;
        margin: 0 0 20px 0;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: 208px auto;
        position: relative
    }

    .widget-productmatrix .product.bestbest .badge,
    .widget-productmatrix .product.bestbucks .badge {
        opacity: 1
    }

    .widget-productmatrix .product .badge:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        height: 41px;
        width: 100%;
        z-index: 9;
        right: 0
    }

    .widget-productmatrix.products-4 .product .badge:before,
    .widget-productmatrix.products-3 .product .badge:before,
    .widget-productmatrix.products-2 .product .badge:before,
    .widget-productmatrix.products-1 .product .badge:before {
        height: 41px
    }

    .widget-productmatrix .product .badge:after {
        content: "";
        display: block;
        width: 100%;
        height: 50px !important;
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: auto 50px;
        position: absolute;
        z-index: 10;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto
    }

    .widget-productmatrix .product.bestbucks .badge:before {
        background: #4D5D73
    }

    .widget-product-matrix-product-bestbucks-badge,
    .widget-productmatrix .product.bestbucks .badge:after {
        background-image: url("../images/TopValuePick_sm.png")
    }

    .widget-productmatrix .product.bestbest .badge:before {
        background: #736F70
    }

    .widget-product-matrix-product-bestbest-badge,
    .widget-productmatrix .product.bestbest .badge:after {
        background-image: url("../images/TopRatedPick_sm1.png")
    }

    .widget-productmatrix .product {
        position: relative;
        background: #fff;
        border-top: none;
        border-bottom: none
    }

    .widget-productmatrix.products-4 .product {
        width: 257px
    }

    .widget-productmatrix.products-3 .product {
        width: 343px
    }

    .widget-productmatrix.products-2 .product {
        width: 515px
    }

    .widget-productmatrix.products-1 .product {
        width: 1030px
    }

    .widget-productmatrix .product.pre-highlighted+.product:before,
    .widget-productmatrix .product:hover+.product:before {
        display: none
    }

    .widget-productmatrix .product-desc-plabel {
        display: none
    }

    .widget-productmatrix .product .item-info,
    .widget-productmatrix .product .item-head {
        position: relative
    }

    .widget-productmatrix .product .item-head:after,
    .widget-productmatrix .product .item-info:after {
        content: " ";
        left: 0;
        right: 0;
        height: 102%;
        position: absolute;
        top: 0
    }

    .widget-productmatrix .product:hover .item-head:after {
        border: 3px solid #024959;
        border-bottom: none;
        z-index: 10400
    }

    .widget-productmatrix .product:hover .item-info:after {
        border: 3px solid #024959;
        border-top: none;
        border-bottom: none;
        z-index: 10400
    }

    .widget-productmatrix .product:hover .item-info:last-child:after {
        border-bottom: 3px solid #024959;
        height: calc(100% - 2px);
        z-index: 10400
    }

    .widget-productmatrix .product.bestbucks:hover .item-head:after {
        border: 3px solid #024959;
        border-bottom: none;
        z-index: 10400
    }

    .widget-productmatrix .product.bestbucks:hover .item-info:after {
        border: 3px solid #040f3d;
        border-top: none;
        border-bottom: none;
        z-index: 10400
    }

    .widget-productmatrix .product.bestbucks:hover .item-info:last-child:after {
        border-bottom: 3px solid #040f3d;
        z-index: 10400
    }

    .widget-productmatrix .product.product-seo:hover+.product:before {
        display: block
    }

    .widget-productmatrix .product.product-seo:hover:before,
    .widget-productmatrix .productt.bestbucks.product-seo:hover:before {
        border: unset;
        border-left: 1px solid #cbcbcb
    }

    .widget-productmatrix .product.product-seo :hover>.check-price,
    .widget-productmatrix .product.product-seo .check-price:hover {
        color: #fff;
        background: unset
    }

    .widget-productmatrix .product.product-seo:hover .check-price {
        transform: unset;
        box-shadow: unset;
        background: #024959
    }

    .widget-productmatrix .product.product-seo .check-price:hover {
        transform: scale(1.1);
        background: #e5b96d;
        box-shadow: 0 6px 9px -5px #ababab
    }

    .widget-productmatrix .product-desc {
        border-top: 1px solid #cbcbcb
    }

    .widget-productmatrix .product-desc p {
        min-height: 80%;
        line-height: 17px
    }

    .widget-productmatrix .product-desc.hover {
        background: #f7f7f9
    }

    .widget-productmatrix .h-item .item-info.hover {
        background: #f7f7f9
    }

    .widget-productmatrix .image-wrapper,
    .widget-productmatrix .product-titles,
    .widget-productmatrix .product-info,
    .widget-productmatrix .product-matrix-header.info,
    .widget-productmatrix .product-matrix-header.image {
        padding-bottom: 25px
    }

    .widget-productmatrix .image-info-wrapper {
        height: 406px
    }

    .widget-productmatrix.row-equalized .image-info-wrapper {
        height: revert
    }

    .widget-productmatrix .image-wrapper {
        align-items: center;
        height: 206px;
        display: flex
    }

    .widget-productmatrix .image-wrapper-inner {
        width: 100%;
        display: block;
        align-self: center
    }

    .widget-productmatrix .product .product-titles {
        flex: 1
    }

    .widget-productmatrix .product .product-info {
        flex: 1;
        display: flex;
        flex-direction: column
    }

    .widget-productmatrix .product .product-action-row {
        display: flex;
        flex-direction: column;
        height: 90px
    }

    .widget-productmatrix .check-price {
        font-size: 15px;
        padding: 9px 0;
        width: 130px;
        border: none;
        margin: 5px auto 15px;
        border-radius: 2px;
        background-color: #4D5D73;
        align-self: end
    }

    .widget-productmatrix .product:hover .check-price {
        background-color: #556880
    }

    .subscribe-bottom-title-mobile {
        display: none
    }

    .subscribe-bottom-text-mobile {
        display: none
    }
}

@media (min-width:1119px) and (max-width:1128px) {
    .widget-productmatrix .badge {
        font-size: 13px
    }
}

@media (min-width:768px) and (max-width:1119px) {
    .widget-productmatrix {
        width: 766px
    }

    .widget-productmatrix .product-matrix {
        grid-template-columns: 40px
    }

    .widget-productmatrix .check-price {
        width: 110px
    }

    .widget-productmatrix .product-matrix-headers {
        width: 40px
    }

    .widget-productmatrix .badge {
        font-size: 10px;
        letter-spacing: .5px;
        padding: 12px 2px 12px 24px
    }

    .widget-productmatrix .product-matrix-headers .plabel {
        transform: rotate(-450deg) translate(-50%, -100%);
        width: 123px;
        transform-origin: 25% 100%;
        text-align: right;
        padding-right: 1.8em;
        margin-top: 15px
    }

    .widget-productmatrix .product-titles {
        padding-bottom: 26px
    }

    .widget-productmatrix .check-price {
        margin-top: 0
    }

    .widget-productmatrix.products-4 .product {
        width: 182px
    }

    .widget-productmatrix.products-3 .product {
        width: 242px
    }

    .widget-productmatrix.products-2 .product {
        width: 364px
    }

    .widget-productmatrix.products-1 .product {
        width: 724px
    }

    .widget-productmatrix .product .badge:before {
        height: 36px
    }

    .widget-productmatrix .product .badge:after {
        background-size: 145px auto
    }

    .widget-productmatrix .product.bestbucks .badge:before {
        background: #4D5D73
    }

    .widget-productmatrix .product.bestbucks .badge:after {
        background-image: url("../images/TopValuePick_exsm.png")
    }

    .widget-productmatrix .product.bestbest .badge:before {
        background: #736F70
    }

    .widget-productmatrix .product.bestbest .badge:after {
        background-image: url("../images/TopRatedPick_exsm1.png")
    }

    .widget-productmatrix .product-model {
        padding-top: 2px;
        color: #212026;
        font-weight: 300;
        line-height: 20px
    }

    .widget-productmatrix .product-desc p {
        padding: 16px 19px;
        line-height: 18px
    }

    .widget-productmatrix .product-desc.bottom .headline {
        margin-bottom: -9px
    }
}

@media (min-width:1120px) {
    .widget-productmatrix .product-desc.bottom .headline {
        height: auto !important
    }

    .widget-productmatrix .product-desc p.headlines-missing {
        margin-top: 31px
    }
}

.product-matrix-chubby-info {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 37px
}

@media (min-width:1280px) and (max-width:1280px) {
    .product-matrix-chubby-info {
        padding-top: 15px
    }
}

@media (max-width:1119px) {
    .product-matrix-chubby-info {
        max-width: 768px
    }
}

@media (min-width:768px) and (max-width:1279px) {
    .product-matrix-chubby-info {
        padding-top: 0
    }
}

@media (max-width:767px) {
    .product-matrix-chubby-info {
        display: flex;
        flex-flow: column-reverse;
        padding-top: 0
    }
}

.product-matrix-chubby-info .breadcrumbs {
    font-size: 12px
}

@media (max-width:1119px) {
    .product-matrix-chubby-info .breadcrumbs {
        margin-left: 40px;
        margin-top: 5px;
        margin-bottom: 5px
    }
}

@media (min-width:1119px) {
    .product-matrix-chubby-info .breadcrumbs {
        margin-top: 5px;
        margin-bottom: 5px
    }
}

@media (max-width:767px) {
    .product-matrix-chubby-info .breadcrumbs {
        display: none
    }
}

.product-matrix-chubby-info .breadcrumbs a {
    color: #7a7a7a;
    text-decoration: none
}

.product-matrix-chubby-info .breadcrumbs a:hover {
    color: #3C4C59
}

.product-matrix-chubby-info .breadcrumbs a:not(:last-child):after {
    display: inline-block;
    width: 1em;
    content: "";
    padding: 0;
    height: 11px;
    vertical-align: middle;
    text-decoration: none;
    background: transparent url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMCI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjOEI4QzhFIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik00LjMgMS4xN0w4LjA0IDQuNSA0LjMgNy44MyIvPjwvc3ZnPg==") 50% 50% no-repeat
}

.product-matrix-chubby-info .widget-chubbyhero-info {
    display: block;
    margin-bottom: 10px;
    min-height: 41px
}

@media (max-width:767px) {
    .product-matrix-chubby-info .widget-chubbyhero-info {
        min-height: 32px;
        padding-top: 16px;
        padding-bottom: 16px;
        background: #fff;
        margin-bottom: 0
    }
}

@media (min-width:1120px) and (max-width:1279px) {
    .product-matrix-chubby-info .widget-chubbyhero-info {
        min-height: 39px
    }
}

@media (min-width:768px) and (max-width:1119px) {
    .product-matrix-chubby-info .widget-chubbyhero-info {
        min-height: 38px
    }
}

.product-matrix-chubby-info .widget-chubbyhero-info .header-text {
    display: inline-block;
    font-size: 34px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.22;
    text-align: left;
    margin: 0;
    margin-left: -2px;
    text-transform: uppercase;
    max-width: 900px
}

@media (min-width:768px) and (max-width:1119px) {
    .product-matrix-chubby-info .widget-chubbyhero-info .header-text {
        max-width: 560px
    }
}

@media (min-width:768px) and (max-width:1279px) {
    .product-matrix-chubby-info .widget-chubbyhero-info .header-text {
        margin-top: 10px;
        font-size: 24px
    }
}

@media (max-width:767px) {
    .product-matrix-chubby-info .widget-chubbyhero-info .header-text {
        font-size: 18px;
        line-height: normal;
        display: block;
        font-weight: 600;
        letter-spacing: 0;
        margin: 0;
        text-align: center
    }
}

.product-matrix-chubby-info .widget-chubbyhero-info .header-text a {
    color: #071240
}

.product-matrix-chubby-info .widget-chubbyhero-info .header-text a:hover {
    color: #071240
}

.product-matrix-chubby-info .widget-chubbyhero-info .last-updated {
    margin-left: 12px;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    position: relative;
    top: 10px;
    line-height: 1.63;
    text-align: left;
    float: right;
    display: inline-block;
    color: #86848f
}

@media (max-width:1119px) {
    .product-matrix-chubby-info .widget-chubbyhero-info .last-updated {
        font-size: 16px
    }
}

@media (max-width:767px) {
    .product-matrix-chubby-info .widget-chubbyhero-info .last-updated {
        display: block;
        position: relative;
        top: 5px;
        margin: 0;
        font-size: 13px;
        color: #212026;
        font-weight: 300;
        text-align: center;
        width: 100%
    }
}

.widget-productmatrix .media-wrapper {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    position: relative;
    box-shadow: 0 0 14px rgba(0, 0, 0, .1) !important
}

@media (max-width:767px) {
    .widget-productmatrix .media-wrapper {
        display: block
    }
}

.widget-productmatrix .media-wrapper .media-background-wrapper,
.widget-productmatrix .media-wrapper .wtbr-text-block {
    display: table-cell;
    vertical-align: top
}

@media (max-width:767px) {

    .widget-productmatrix .media-wrapper .media-background-wrapper,
    .widget-productmatrix .media-wrapper .wtbr-text-block {
        display: none
    }
}

.widget-productmatrix .media-wrapper .media-background-wrapper {
    width: 780px
}

.widget-productmatrix .media-wrapper .media-background-wrapper .media-background {
    height: auto;
    width: 100%;
    display: block;
    max-height: 274px;
    object-fit: cover
}

@media (max-width:1119px) {
    .widget-productmatrix .media-wrapper .media-background-wrapper {
        width: 478px
    }

    .widget-productmatrix .media-wrapper .media-background-wrapper .media-background {
        width: 478px;
        height: 230px
    }
}

@media (max-width:1119px) and (max-width:767px) {
    .widget-productmatrix .media-wrapper .media-background-wrapper .media-background {
        width: 100%;
        height: auto
    }
}

@media (max-width:767px) {
    .widget-productmatrix .media-wrapper .media-background-wrapper {
        width: 100%;
        display: block
    }
}

.subscribe-bottom-pcontainer {
    padding: 20px;
    display: block;
    overflow: auto;
    background-color: #040f3d
}

.subscribe-bottom-pcontainer .subscribe-bottom-title {
    width: 252px;
    display: inline-block;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: .95;
    vertical-align: middle
}

.subscribe-bottom-pcontainer .subscribe-bottom-title span {
    color: #d6a952
}

.subscribe-bottom-pcontainer .subscribe-bottom-text {
    width: 431px;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    vertical-align: middle
}

.subscribe-bottom-pcontainer .subscribe-bottom-form {
    width: 370px;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    float: right;
    vertical-align: middle
}

.subscribe-bottom-pcontainer .subscribe-bottom-form .subscribe-input {
    display: block;
    border-radius: 2px;
    height: 40px;
    width: 68%;
    outline: none;
    box-sizing: border-box;
    float: left;
    position: relative;
    padding-left: 10px;
    color: #040f3d;
    font-size: 15px;
    font-weight: 300;
    border: solid 1px #cbcbcb
}

.subscribe-bottom-pcontainer .subscribe-bottom-form .subscribe-submit-button {
    height: 40px;
    display: inline-block;
    float: left;
    width: 32%;
    font-weight: 500;
    position: relative;
    text-align: center;
    background: #4b65bf;
    border: none;
    color: #fff;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 15px
}

.subscribe-bottom-pcontainer .subscribe-bottom-form .block-subscribe-result {
    display: none;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.44;
    text-align: center;
    color: #3C4C59
}

.subscribe-bottom-pcontainer .subscribe-bottom-form .block-subscribe-result.error {
    color: #9e0000;
    padding-bottom: 20px
}

@media (max-width:767px) {
    .subscribe-bottom-pcontainer {
        padding: 20px 0 20px 0
    }

    .subscribe-bottom-pcontainer .subscribe-bottom-title {
        display: none
    }

    .subscribe-bottom-pcontainer .subscribe-bottom-text {
        display: none
    }

    .subscribe-bottom-pcontainer .subscribe-bottom-title-mobile {
        width: 252px;
        display: inline-block;
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        line-height: 21px;
        margin: 0 20px;
        vertical-align: middle
    }

    .subscribe-bottom-pcontainer .subscribe-bottom-title-mobile span {
        font-size: 20px;
        font-weight: 600;
        color: #024959
    }

    .subscribe-bottom-pcontainer .subscribe-bottom-text-mobile {
        text-align: left;
        vertical-align: top;
        margin: 8px 20px;
        font-size: 15px;
        line-height: 21px;
        display: block;
        width: auto;
        position: relative;
        color: #fff
    }

    .subscribe-bottom-pcontainer .subscribe-bottom-form {
        text-align: center;
        margin: 15px 20px;
        float: none;
        display: block;
        width: auto;
        position: relative
    }

    .subscribe-bottom-pcontainer .subscribe-bottom-text-tablet {
        display: none
    }
}

@media (min-width:768px) and (max-width:1279px) {
    .subscribe-bottom-pcontainer {
        padding: 20px 16px
    }

    .subscribe-bottom-pcontainer .subscribe-bottom-title {
        display: none
    }

    .subscribe-bottom-pcontainer .subscribe-bottom-text {
        display: none
    }

    .subscribe-bottom-pcontainer .subscribe-bottom-text-tablet {
        display: inline-block;
        font-size: 15px;
        width: 484px;
        color: #fff;
        vertical-align: top
    }

    .subscribe-bottom-pcontainer .subscribe-bottom-text-tablet .get-email {
        font-size: 20px;
        font-weight: 600
    }

    .subscribe-bottom-pcontainer .subscribe-bottom-text-tablet .gold-text {
        font-size: 20px;
        font-weight: 600;
        color: #024959
    }

    .subscribe-bottom-pcontainer .subscribe-bottom-form {
        width: 235px;
        float: right;
        display: inline-block;
        color: #fff;
        font-size: 15px;
        vertical-align: top
    }
}

@media (min-width:1280px) {
    .subscribe-bottom-text-tablet {
        display: none
    }
}

.widget-productmatrix .link-text {
    background: none;
    color: #4b65bf;
    font-size: 15px;
    letter-spacing: .06px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    position: relative;
    text-align: left
}

.widget-productmatrix .product:hover .link-text {
    background: none;
    color: #3f54a1;
    border: none;
    box-shadow: none;
    transform: none
}

.widget-productmatrix .link-text:before {
    content: " ";
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #4b65bf;
    position: absolute;
    right: 20px;
    top: 14px
}

.widget-productmatrix .link-text:after {
    content: " ";
    width: 89px;
    height: 1px;
    background-color: #4b65bf;
    display: block
}

@media (min-width:768px) {
    .widget-productmatrix .link-text {
        font-size: 15px;
        text-align: center
    }

    .widget-productmatrix .link-text:after {
        width: 86px;
        margin: 0 auto
    }

    .widget-productmatrix .link-text:before {
        border-width: 3px 0 3px 4px;
        right: 3px;
        top: 15px
    }
}

@media (min-width:768px) and (max-width:1279px) {
    .widget-productmatrix .link-text {
        text-transform: lowercase
    }

    .widget-productmatrix .link-text:first-letter {
        text-transform: uppercase
    }
}

@media (min-width:1280px) {
    .widget-productmatrix .link-text {
        font-size: 18px
    }

    .widget-productmatrix .link-text:before {
        border-width: 4px 0 4px 6px;
        right: 0;
        top: 16px
    }

    .widget-productmatrix .link-text:after {
        width: 105px;
        margin: 0 auto
    }
}

@media (max-width:767px) {
    .wtbr-text-block {
        padding: 42px 20px 35px
    }

    .wtbr-text-block .title {
        font-size: 26px;
        margin: 0 0 14px;
        text-align: left;
        height: auto
    }

    .wtbr-text-block .title:before {
        content: "";
        display: block;
        border-bottom: 4px solid #024959;
        width: 30px;
        margin: inherit;
        left: 20px;
        top: 30px
    }

    .wtbr-text-block {
        text-align: left
    }

    .wtbr-text-block .text {
        font-size: 15px;
        margin: 14px 0 0 0;
        width: 95%
    }

    .wtbr-text-block .read-more {
        width: auto
    }
}

.widget-productmatrix .components-countryflagicon {
    display: block
}

@media (max-width:767px) {
    .widget-productmatrix .components-countryflagicon {
        margin-bottom: 10px;
        margin-top: -2px
    }
}

@media (min-width:1280px) {
    .widget-productmatrix .components-countryflagicon {
        position: absolute;
        top: 0;
        width: 100%
    }
}

.widget-productmatrix .components-countryflagicon--icon {
    margin-left: auto;
    margin-right: auto
}

@media (min-width:768px) {
    .widget-productmatrix .components-countryflagicon--icon {
        margin-right: 0
    }
}

img.lazy:not(.lazy-loaded) {
    min-height: 1em
}

.prgrsv {
    position: relative;
    overflow: hidden
}

.prgrsv img:not(.blr) {
    width: 100%;
    height: 100%
}

.prgrsv .clr {
    opacity: 0;
    transition: opacity 400ms ease-in-out, overflow 500ms;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
}

.prgrsv .blr {
    transition: opacity 400ms ease-in-out;
    filter: blur(30px);
    opacity: .9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.prgrsv.loaded .blr {
    opacity: 0
}

.prgrsv.loaded .clr {
    opacity: 1
}

.prgrsv:not(.loaded) .clr {
    height: 100%;
    width: 100%
}

.widget-ourtoppicks {
    box-sizing: border-box;
    max-width: 1200px;
    margin: 30px auto 0;
    padding: 20px 0 0;
    background-size: 100% auto;
    clear: both
}

.widget-ourtoppicks .slick-track {
    padding-bottom: 2em !important
}

@media (max-width:767px) {
    .widget-ourtoppicks {
        margin: 9px auto 0
    }
}

@media (min-width:1280px) {
    .widget-ourtoppicks {
        padding: 39px 0 0
    }
}

.widget-ourtoppicks .our-top-picks-widget-title {
    text-align: center
}

.widget-ourtoppicks .amazon-btn {
    margin: 15px auto 0
}

.widget-ourtoppicks .our-top-picks-widget-title hr {
    width: 600px;
    margin: 10px auto 20px auto;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cbcbcb
}

.widget-ourtoppicks .our-top-picks-widget-title.header-h2 {
    margin: 0 auto;
    max-width: 600px;
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    color: #040f3d;
    text-transform: uppercase !important;
    position: relative;
    padding-top: 22px
}

@media (max-width:767px) {
    .widget-ourtoppicks .our-top-picks-widget-title.header-h2 {
        font-size: 16px;
        padding-top: 11px
    }
}

@media (min-width:768px) and (max-width:1279px) {
    .widget-ourtoppicks .our-top-picks-widget-title.header-h2 {
        font-size: 30px;
        padding-top: 17px
    }
}

@media (min-width:1280px) {
    .widget-ourtoppicks .our-top-picks-widget-title.header-h2 {
        padding-top: 18px
    }
}

.widget-ourtoppicks .our-top-picks-widget-title.header-h2:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    border-bottom: 5px solid #3C4C59;
    top: 0;
    left: 0;
    right: 0;
    margin: auto
}

@media (max-width:767px) {
    .widget-ourtoppicks .our-top-picks-widget-title.header-h2:before {
        width: 30px;
        border-bottom: 3px solid #3C4C59
    }
}

@media (min-width:768px) {
    .widget-ourtoppicks {
        background-size: auto
    }
}

@media (min-width:768px) and (max-width:1279px) {
    .widget-ourtoppicks {
        margin: 15px auto 2px;
        padding: 20px 0 0
    }
}

@media (min-width:1280px) {
    .widget-ourtoppicks {
        margin: 0 auto 20px auto
    }
}

.widget-ourtoppicks .slick-arrow {
    display: none !important
}

.widget-ourtoppicks .slick-arrow:before {
    content: ""
}

.widget-ourtoppicks .slick-arrow.slick-prev {
    left: -54px;
    top: 195px;
    background-image: url(//cdn12.bestscoredproducts.com/images/v4/icons-v2/arrow-green.svg)
}

@media (min-width:1280px) {
    .widget-ourtoppicks .slick-arrow.slick-prev {
        top: 80px
    }
}

.widget-ourtoppicks .slick-arrow.slick-next {
    right: -54px;
    top: 170px;
    background-image: url(//cdn12.bestscoredproducts.com/images/v4/icons-v2/arrow-green.svg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (min-width:1280px) {
    .widget-ourtoppicks .slick-arrow.slick-next {
        top: 54px
    }
}

@media (min-width:768px) {
    .widget-ourtoppicks .slick-arrow {
        display: block !important;
        background-size: contain;
        background-repeat: no-repeat !important;
        background-position: 50% 50% !important
    }
}

@media (max-width:767px) {
    .widget-ourtoppicks .slick-arrow {
        display: block !important;
        background-size: contain;
        background-repeat: no-repeat !important;
        background-position: 50% 50% !important
    }

    .widget-ourtoppicks .slick-arrow.slick-prev {
        position: absolute;
        margin: auto 0;
        background-image: url("data:image/svg+xml;base64, PHN2ZyBoZWlnaHQ9IjU0IiB2aWV3Qm94PSIwIDAgMTkgNTQiIHdpZHRoPSIxOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTYuNSAxLjUtMTQgMjYuNiAxNCAyNC40IiBmaWxsPSJub25lIiBzdHJva2U9IiM1OWM2YmEiIHN0cm9rZS13aWR0aD0iNCIvPjwvc3ZnPg==");
        background-size: auto 38px;
        background-repeat: no-repeat;
        left: 10px;
        width: 38px;
        height: 38px;
        top: 80px;
        z-index: 9999
    }

    .widget-ourtoppicks .slick-arrow.slick-next {
        position: absolute;
        margin: auto 0;
        background-image: url("data:image/svg+xml;base64, PHN2ZyBoZWlnaHQ9IjU0IiB2aWV3Qm94PSIwIDAgMTkgNTQiIHdpZHRoPSIxOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTYuNSAxLjUtMTQgMjYuNiAxNCAyNC40IiBmaWxsPSJub25lIiBzdHJva2U9IiM1OWM2YmEiIHN0cm9rZS13aWR0aD0iNCIvPjwvc3ZnPg==");
        transform: rotate(180deg);
        background-size: auto 38px;
        background-repeat: no-repeat;
        right: 10px;
        width: 38px;
        height: 38px;
        top: 61px
    }
}

@media (min-width:768px) and (max-width:1279px) {
    .widget-ourtoppicks .slick-arrow.slick-prev {
        z-index: 1;
        left: calc(30% - 215px);
        width: 55px;
        height: 55px;
        top: 15%
    }

    .widget-ourtoppicks .slick-arrow.slick-next {
        z-index: 1;
        right: calc(30% - 215px);
        width: 55px;
        height: 55px;
        top: 11%
    }
}

@media (min-width:1280px) {
    .widget-ourtoppicks .slick-arrow {
        width: 52px;
        height: 52px
    }
}

.widget-ourtoppicks .our-top-picks {
    position: relative;
    margin: 0 auto
}

@media (min-width:768px) and (max-width:1279px) {
    .widget-ourtoppicks .our-top-picks {
        max-width: 757px
    }
}

.widget-ourtoppicks .our-top-picks:not(.slick-slider) {
    height: 320px;
    visibility: hidden
}

.widget-ourtoppicks .slick-slide {
    height: 650px;
    width: 262px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: -.3px;
    text-align: left;
    color: #212026;
    position: relative
}

@media (min-width:768px) {
    .widget-ourtoppicks .slick-slide {
        width: 360px
    }
}

@media (max-width:768px) {
    .widget-ourtoppicks .slick-slide {
        width: 320px
    }
}

@media (min-width:768px) and (max-width:1279px) {
    .widget-ourtoppicks .slick-slide {
        font-size: 15px;
        height: 650px;
        width: 195px;
        padding: 0 20px
    }

    .widget-ourtoppicks .slick-slide:not(.slick-center) {
        font-size: 13px
    }
}

@media (min-width:1280px) {
    .widget-ourtoppicks .slick-slide {
        height: 590px
    }
}

.widget-ourtoppicks :not(.slick-track)>.slide {
    display: none
}

.widget-ourtoppicks .slide-inner {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    background: #fff;
    width: 240px;
    height: 494px;
    padding: 47px 30px 35px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 50% 50%
}

@media (min-width:768px) {
    .widget-ourtoppicks .slide-inner {
        width: 300px;
        padding: 30px 30px 43px
    }
}

@media (max-width:767px) {
    .widget-ourtoppicks .slide-inner {
        width: 175px;
        padding: 0
    }
}

@media (min-width:768px) and (max-width:1279px) {
    .widget-ourtoppicks .slide-inner {
        width: 250px;
        padding: 5px 30px 43px
    }
}

@media (min-width:1280px) {
    .widget-ourtoppicks .slide-inner {
        height: 445px;
        padding: 0 30px 43px
    }
}

.widget-ourtoppicks .product-title {
    color: #040f3d;
    font-weight: 600;
    margin: 20px 0 0 0;
    font-size: 20px;
    text-align: center
}

@media (max-width:767px) {
    .widget-ourtoppicks .product-title {
        font-size: 19px;
        margin: 14px 0 0 0
    }
}

@media (min-width:768px) and (max-width:1279px) {
    .widget-ourtoppicks .product-title {
        margin: 17px 0 0 0
    }
}

.widget-ourtoppicks .product-model {
    color: #212026;
    font-weight: 400;
    margin: 5px 0 0 0;
    font-size: 14px;
    text-align: center;
    max-width: 231px
}

@media (max-width:767px) {
    .widget-ourtoppicks .product-model {
        font-size: 15px;
        line-height: 19px;
        margin: 1px 0 0 0
    }
}

@media (min-width:768px) and (max-width:1279px) {
    .widget-ourtoppicks .product-model {
        line-height: 19px
    }
}

.widget-ourtoppicks .product-bottom-line {
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    border-bottom: solid 2px #dea14b;
    color: #212026;
    display: table;
    margin: 20px auto 10px;
    text-transform: uppercase
}

@media (max-width:767px) {
    .widget-ourtoppicks .product-bottom-line {
        font-size: 13px;
        margin: 8px auto 8px
    }
}

@media (min-width:1280px) {
    .widget-ourtoppicks .product-bottom-line {
        margin: 20px auto 8px
    }
}

.widget-ourtoppicks .product-testing-notes {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #212026;
    word-break: break-word;
    margin-bottom: 25px
}

@media (max-width:1279px) {
    .widget-ourtoppicks .product-testing-notes {
        font-size: 13px;
        margin-bottom: 20px
    }
}

@media (min-width:1280px) {
    .widget-ourtoppicks .product-testing-notes {
        margin-bottom: 25px
    }
}

.widget-ourtoppicks .badges {
    margin: 20px 0 0;
    text-align: center
}

@media (min-width:768px) and (max-width:1279px) {
    .widget-ourtoppicks .badges {
        margin: 24px 0 0
    }
}

.widget-ourtoppicks .best-best-badge {
    background-color: #736F70;
    display: inline;
    margin: 0 auto;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px
}

.widget-ourtoppicks .best-best-badge span {
    font-weight: 700
}

@media (min-width:768px) and (max-width:1279px) {
    .widget-ourtoppicks .best-best-badge {
        font-size: 12px
    }
}

@media (max-width:767px) {
    .widget-ourtoppicks .best-best-badge {
        font-size: 11px;
        padding: 5px
    }
}

.widget-ourtoppicks .best-bang-badge {
    display: inline;
    background-color: #4D5D73;
    padding: 5px 10px;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px
}

.widget-ourtoppicks .best-bang-badge span {
    font-weight: 700
}

@media (min-width:768px) and (max-width:1279px) {
    .widget-ourtoppicks .best-bang-badge {
        font-size: 12px
    }
}

@media (max-width:767px) {
    .widget-ourtoppicks .best-bang-badge {
        font-size: 11px;
        padding: 5px
    }
}

.widget-ourtoppicks .top-pick-badge {
    background-color: #aaa8b3;
    padding: 5px 10px;
    display: inline;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px
}

.widget-ourtoppicks .top-pick-badge span {
    font-weight: 700
}

@media (min-width:768px) and (max-width:1279px) {
    .widget-ourtoppicks .top-pick-badge {
        font-size: 12px
    }
}

@media (max-width:767px) {
    .widget-ourtoppicks .top-pick-badge {
        font-size: 11px;
        padding: 5px
    }
}

@media (max-width:767px) {
    .widget-ourtoppicks .product-read-more-wrapper {
        text-align: center
    }
}

.widget-ourtoppicks .product-read-more {
    box-shadow: none;
    border-radius: 2px;
    background-color: #4b65bf;
    font-size: 15px;
    color: #fff;
    height: 40px;
    max-width: 135px;
    text-align: center;
    cursor: pointer;
    display: block;
    line-height: 39px;
    vertical-align: middle;
    margin: 4px auto 0
}

@media (max-width:767px) {
    .widget-ourtoppicks .product-read-more {
        margin: 20px auto 0;
        padding: 12px 22px;
        display: inline
    }
}

@media (min-width:1280px) {
    .widget-ourtoppicks .product-read-more {
        width: 135px
    }
}

.widget-ourtoppicks .product-link:hover .product-read-more,
.widget-ourtoppicks .product-read-more:hover {
    background-color: #607bd8
}

.widget-ourtoppicks .img-holder {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    white-space: nowrap
}

.widget-ourtoppicks .img-holder:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.widget-ourtoppicks .img-holder img {
    max-width: 180px;
    max-height: 160px;
    width: auto;
    height: auto;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle
}

@media (min-width:768px) and (max-width:1279px) {
    .widget-ourtoppicks .img-holder img {
        max-width: 160px
    }
}

@media (min-width:768px) and (max-width:1279px) {
    .widget-ourtoppicks .img-holder {
        max-width: 150px
    }
}

.header-pcontainer {
    width: 100%;
    background: linear-gradient(to right, #000000, #4D5D73);
    box-sizing: border-box;
    margin: 0;
    z-index: 10;
}


.header-pcontainer--holder--logo-search--holder {
    padding: 16.5px 20px
}

@media (min-width:768px) {
    .header-pcontainer--holder--logo-search--holder {
        height: 75px;
        padding: 0 20px;
        position: relative
    }
}

@media (min-width:1280px) {
    .header-pcontainer--holder--logo-search--holder {
        max-width: 1280px;
        height: 89px;
        padding: 0;
        margin: 0 auto
    }
}

.header-pcontainer--holder--logo-search--logo {
    display: block;
    max-width: calc(100% - 44px);
    margin-left: 42px
}

@media (min-width:340px) {
    .header-pcontainer--holder--logo-search--logo {
        max-width: 224px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:768px) {
    .header-pcontainer--holder--logo-search--logo {
        max-width: unset;
        margin-top: 25px;
        float: left;
        margin-left: 10px;
        width: 266px
    }
}

@media (min-width:1280px) {
    .header-pcontainer--holder--logo-search--logo {
        width: 370px;
        margin-left: 60px;
        margin-top: 27px
    }
}

.header-pcontainer--holder--logo-search--logo img {
    max-width: 100%;
    height: auto;
    max-height: 40px
}

.header--menu {
    margin: 0 30px
}

@media (min-width:1280px) {
    .header--menu {
        max-width: 1160px;
        margin: 0 auto
    }
}

.header--menu ul {
    margin: 0;
    padding: 0
}

.header--menu li {
    list-style: none;
    margin: 0;
    padding: 0
}

.header-pcontainer--holder--navigation--toggle,
.header-pcontainer--holder--navigation--close {
    display: none
}

.header--menu-list-item--title {
    font-family: "Montserrat-SemiBold", "Monserat", sans-serif
}

.header--menu-list-item--title a {
    display: block;
    font-size: 13px;
    line-height: 1.23;
    font-weight: 600;
    padding: 9px 0;
    cursor: pointer
}

@media (min-width:1000px) {
    .header--menu-list-item--title a {
        font-size: 15px;
        padding: 12px 0
    }
}

@media (min-width:1280px) {
    .header--menu-list-item--title a {
        padding: 14px 0;
        line-height: 1.14;
        font-size: 16px;
        font-weight: 400
    }
}

@media (max-width:767px) {

    .header-pcontainer--holder--navigation--overlay,
    .header-pcontainer--holder--navigation--overlay body {
        overflow: hidden;
        height: 100%;
        max-height: 100%
    }

    .header--menu--entities-list {
        display: flex;
        flex-flow: column
    }

    .header--menu--entities-list .header--menu-list-item:not([data-visible-s]) {
        display: none
    }

    .header-pcontainer--holder--navigation--close {
        content: "";
        display: block;
        height: 11px;
        width: 11px;
        background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgICAgd2lkdGg9IjUwIgogICAgIGhlaWdodD0iNTAiCiAgICAgc3Ryb2tlPSIjMjEyMDI2IgogICAgIHN0cm9rZS13aWR0aD0iMTAiPgogIDxwYXRoIGQ9Im0wIDAgNTAgNTBNNTAgMCAwIDUwIi8+Cjwvc3ZnPgo=");
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        right: 0;
        top: 2px;
        border: 10px solid #fff;
        text-indent: -100px;
        overflow: hidden
    }

    .header-pcontainer--holder--navigation--toggle {
        display: block;
        position: relative;
        width: 29px;
        height: 20px;
        text-indent: -100px;
        overflow: hidden;
        float: left;
        margin-top: -97px;
        margin-left: 20px;
        background: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIyMCI+CiAgPHBhdGggZmlsbD0iIzIxMjAyNiIgZmlsbC1ydWxlPSJldmVub2RkIgogICAgICAgIGQ9Ik0xLjExIDIuMTVoMjcuMDFjLjYxIDAgMS4xMS0uNDcgMS4xMS0xLjA1IDAtLjU5LS41LTEuMDYtMS4xMS0xLjA2aC0yN0MuNS4wNCAwIC41MSAwIDEuMWMwIC41OC41IDEuMDUgMS4xMSAxLjA1em0wIDguNDVoMjcuMDFjLjYxIDAgMS4xMS0uNDggMS4xMS0xLjA2IDAtLjU4LS41LTEuMDYtMS4xMS0xLjA2aC0yN0MuNSA4LjQ4IDAgOC45NiAwIDkuNTRjMCAuNTguNSAxLjA2IDEuMTEgMS4wNnptMCA4LjQ0aDI3LjAxYy42MSAwIDEuMTEtLjQ3IDEuMTEtMS4wNiAwLS41OC0uNS0xLjA1LTEuMTEtMS4wNWgtMjdDLjUgMTYuOTMgMCAxNy40IDAgMTcuOThjMCAuNTkuNSAxLjA2IDEuMTEgMS4wNnoiLz4KPC9zdmc+Cg==") no-repeat 50% 50%;
        background-size: contain
    }

    .header-pcontainer--holder--navigation {
        position: fixed;
        display: block;
        z-index: 90000000;
        overflow: hidden;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        width: 100vw;
        height: 100%;
        height: 100vh;
        box-sizing: border-box;
        background-color: transparent;
        transform: translateX(-100%);
        transition: background-color 120ms, transform 180ms ease-in-out 112ms
    }

    .header-pcontainer--holder--navigation:target,
    .header-pcontainer--holder--navigation.show {
        background-color: rgba(0, 0, 0, .4);
        transform: translateX(0);
        transition: background-color 120ms 180ms, transform 180ms ease-in-out
    }

    .header-pcontainer--holder--navigation .header--menu {
        color: #040f3d;
        background-color: #fff;
        box-sizing: border-box;
        margin: 0 40px 0 0;
        max-width: 300px;
        box-shadow: 0 0 6px -2px #000;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        height: 100%;
        height: 100vh;
        position: relative;
        padding-bottom: 120px
    }

    .header-pcontainer--holder--navigation .header--menu:before {
        content: "";
        display: block;
        margin: 19px 32px 17px 20px;
        height: 21px;
        background: var(--logo);
        background-size: contain;
        background-repeat: no-repeat
    }

    .header-pcontainer--holder--navigation .header--menu--categories-list .header--menu-list-item:not(.all-categories) {
        display: none !important
    }

    .header-pcontainer--holder--navigation .header--menu-list-item--title {
        font-size: 16.5px;
        text-transform: uppercase;
        font-weight: 600;
        position: relative
    }

    .header-pcontainer--holder--navigation .header--menu-list-item--title a {
        padding: 15px 20px 13px 20px;
        font-size: 15px;
        line-height: 1.28;
        font-weight: 600;
        cursor: pointer;
        letter-spacing: 1.12px;
        color: #040f3d
    }

    .header-pcontainer--holder--navigation .header--menu-list-item--title:before {
        content: "";
        position: absolute;
        top: 0;
        border-top: 1px solid #dbdbdb;
        left: 20px;
        right: 20px
    }

    .header-pcontainer--holder--navigation .header--menu--categories-list .header--menu-list-item--title:after {
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 14px;
        height: 14px;
        content: "";
        transition: transform 140ms ease-in-out;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-size: cover;
        transform-origin: 50% 50%;
        background-position: 50% 50%;
        background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgICAgd2lkdGg9IjUwIgogICAgIGhlaWdodD0iNTAiCiAgICAgc3Ryb2tlPSIjZGVhMTRiIgogICAgIHN0cm9rZS13aWR0aD0iOCI+CiAgPHBhdGggZD0ibTAgMjUgNTAgME0yNSAwIDI1IDUwIi8+Cjwvc3ZnPgo=")
    }

    .header-pcontainer--holder--navigation .expanded .header--menu-list-item--title {
        background: #dea14b
    }

    .header-pcontainer--holder--navigation .expanded .header--menu-list-item--title:before {
        display: none
    }

    .header-pcontainer--holder--navigation .expanded .header--menu-list-item--title:after {
        background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgICAgd2lkdGg9IjUwIgogICAgIGhlaWdodD0iNTAiCiAgICAgc3Ryb2tlPSIjZmZmZmZmIgogICAgIHN0cm9rZS13aWR0aD0iOCI+CiAgPHBhdGggZD0ibTI1IDAgMCA1MCIvPgo8L3N2Zz4K");
        transform: translate(-50%, -50%) rotate(90deg)
    }

    .header-pcontainer--holder--navigation .expanded .header--menu-list-item--title a {
        color: #ffffff !important
    }

    .header-pcontainer--holder--navigation .expanded .header--menu-list-item--content {
        transform: translateY(0);
        max-height: 2000px;
        padding: 10px 0
    }

    .header-pcontainer--holder--navigation .header--menu-list-item--content {
        background: #f8f8fa;
        overflow: hidden;
        transition: padding 260ms ease-in-out, transform 120ms linear, max-height 120ms linear;
        transform: translateY(-100%);
        transform-origin: top center;
        max-height: 0
    }

    .header-pcontainer--holder--navigation .header--menu-list-item--content a {
        padding: 6px 10px;
        margin-left: 10px;
        margin-right: 10px;
        display: block;
        font-size: 14px;
        line-height: 17px;
        color: #040f3d
    }

    .header-pcontainer--holder--navigation .header--menu-list-item--content a:hover,
    .header-pcontainer--holder--navigation .header--menu-list-item--content a:active {
        color: #c9882c;
        background: #eef0f4;
        font-family: "Montserrat-SemiBold", "Monserat", sans-serif
    }

    .header-pcontainer--holder--navigation .header--menu-list-item--content-wrapper {
        overflow: hidden
    }
}

@media (min-width:768px) {
    .header-pcontainer {
        position: sticky;
        top: 0;
        z-index: 1000000
    }

    .header-pcontainer--holder--navigation {
        background-color: #4D5D73;
        color: #fff
    }

    .header--menu {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    .header--menu--categories-list,
    .header--menu--entities-list {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center
    }

    .header--menu--entities-list .header--menu-list-item:not([data-visible-l]) {
        display: none
    }

    .header--menu--categories-list .header--menu-list-item.all-categories {
        display: block
    }

    .header--menu-list-item .header--menu-list-item--title {
        position: relative;
        margin-left: 11px;
        margin-right: 11px;
        white-space: nowrap
    }

    .header--menu-list-item:first-child .header--menu-list-item--title {
        margin-left: 0
    }

    .header--menu-list-item:last-child .header--menu-list-item--title {
        margin-right: 0
    }

    .header--menu-list-item:hover .header--menu-list-item--title:before {
        content: "";
        position: absolute;
        bottom: 0;
        height: 0;
        z-index: 1;
        width: 100%;
        border-top: 3px solid #024959
    }

    .header--menu-list-item--title a,
    .header--menu-list-item--title a:visited,
    .header--menu-list-item--title a:hover {
        color: #fff
    }

    .header--menu--entities-list-item a,
    .header--menu--entities-list-item a:visited,
    .header--menu--entities-list-item a:hover {
        color: #024959
    }

    .header--menu--entities-list a,
    .header--menu--entities-list a:visited,
    .header--menu--entities-list a:hover {
        color: #eab569
    }

    .header--menu--categories-list .header--menu-list-item:hover .header--menu-list-item--title:after {
        content: "";
        border: 12px solid transparent;
        width: 0;
        height: 6px;
        position: absolute;
        transform: translate(-50%, -50%);
        display: block;
        left: 50%;
        z-index: 1;
        border-bottom: 9px solid #fff
    }

    .header--menu--categories-list .header--menu-list-item .header--menu-list-item--content-wrapper {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        right: 0
    }

    .header--menu--categories-list .header--menu-list-item .header--menu-list-item--content-wrapper:before {
        pointer-events: none;
        content: "";
        position: fixed;
        width: 100%;
        left: 0;
        right: 0;
        height: 100%;
        background: rgba(0, 0, 0, .4);
        z-index: -1
    }

    .overlay-dynamic-position .header--menu--categories-list .header--menu-list-item .header--menu-list-item--content-wrapper:before {
        top: var(--overlay-top)
    }

    .header--menu--categories-list .header--menu-list-item:hover .header--menu-list-item--content-wrapper {
        display: block
    }

    .header--menu--categories-list .header--menu-list-item .header--menu-list-item--content {
        margin: 12px 30px 0 30px;
        background-color: #fff;
        column-count: 3;
        max-width: 1280px;
        border-radius: 5px;
        font-size: 14px;
        color: #212026;
        box-sizing: border-box;
        padding: 21px 32px;
        line-height: 16px;
        max-height: calc(98vh - 200px);
        overflow: auto
    }

    .header--menu--categories-list .header--menu-list-item .header--menu-list-item--content a {
        display: block;
        color: inherit;
        padding: 6px 16px
    }

    .header--menu--categories-list .header--menu-list-item .header--menu-list-item--content a:hover {
        background: #f8f8fa;
        color: #dea14b;
        text-shadow: -.06ex 0 0 currentColor, .06ex 0 0 currentColor
    }

    .header--menu--categories-list .header--menu-list-item .header--menu-list-item--content a:focus {
        color: #c9882c;
        background: #f8f8fa
    }

    .header--menu--categories-list .header--menu-list-item .header--menu-list-item--content li {
        break-inside: avoid-column
    }
}

@media (min-width:768px) and (max-width:1280px) {
    .header--menu--categories-list:not(.dynamic-categories) .header--menu-list-item:nth-child(n+5):not(.all-categories) {
        display: none
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .header--menu--categories-list:not(.dynamic-categories) .header--menu-list-item:nth-child(n+4):not(.all-categories) {
        display: none
    }
}

@media (min-width:768px) and (max-width:980px) {
    .header--menu--categories-list:not(.dynamic-categories) .header--menu-list-item:nth-child(n+3):not(.all-categories) {
        display: none
    }
}

@media (min-width:768px) and (min-width:1280px) {
    .header--menu-list-item .header--menu-list-item--title {
        margin-left: 12px;
        margin-right: 15px
    }
}

@media (min-width:768px) and (min-width:1280px) {
    .header--menu--categories-list .header--menu-list-item .header--menu-list-item--content {
        padding: 20px 38px;
        font-size: 15px;
        line-height: 17px;
        column-count: 5;
        margin-left: auto;
        margin-right: auto;
        width: 1160px
    }
}

@media (min-width:768px) and (min-width:1280px) {
    .header--menu--categories-list .header--menu-list-item .header--menu-list-item--content a {
        padding: 7px 10px
    }
}

.header-pcontainer .blocksv4-bestscoredproducts-common-headersearch {
    height: 82px !important;
    width: 356px !important
}

.header-pcontainer .blocksv4-bestscoredproducts-common-headersearch .search-component .toggle-button {
    display: none !important
}

.header-pcontainer .blocksv4-bestscoredproducts-common-headersearch .search-component .search-component-field-wrapper {
    display: block !important;
    top: 24px !important;
    border: none !important;
    height: 46px !important
}

.header-pcontainer .search-component-field-wrapper-inner {
    border: 1px solid #7b7986 !important;
    border-radius: 2px !important;
    box-shadow: inset 1px 1px 1px -1px #000000 !important;
    width: 330px;
    height: 46px !important
}

.header-pcontainer .blocksv4-bestscoredproducts-common-headersearch .search-component .search-button {
    height: 50px !important;
    width: 52px !important;
    padding: 0 !important;
    margin: 0 !important;
    left: 0 !important;
    border: none !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: 0 1px !important;
    background-size: 20px !important;
    background-image: url("data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Im0yNiAyMy4wNi02LjkyNC02LjkyNEExMC4zNSAxMC4zNSAwIDAgMCAyMC44IDEwLjRDMjAuOCA0LjY1NiAxNi4xNDQgMCAxMC40IDAgNC42NTYgMCAwIDQuNjU2IDAgMTAuNGMwIDUuNzQ0IDQuNjU2IDEwLjQwMSAxMC40IDEwLjQwMSAyLjEyIDAgNC4wOTEtLjYzNiA1LjczNS0xLjcyNUwyMy4wNTkgMjYgMjYgMjMuMDZ6TTMgMTAuNUE3LjUgNy41IDAgMCAxIDEwLjUgMyA3LjUgNy41IDAgMSAxIDMgMTAuNXoiIGZpbGw9IiMwNDBGM0QiIGZpbGwtcnVsZT0ibm9uemVybyIvPgo8L3N2Zz4K") !important
}

.header-pcontainer .blocksv4-bestscoredproducts-common-headersearch .search-component .search-button:before {
    content: "" !important
}

.header-pcontainer .blocksv4-bestscoredproducts-common-headersearch input {
    width: 313px !important;
    border: none !important;
    height: 50px !important;
    top: 0 !important;
    margin-left: 23px !important;
    padding-left: 25px !important;
    font-weight: 400;
    font-weight: lighter !important
}

.header-pcontainer .blocksv4-bestscoredproducts-common-headersearch .search-component .autocomplete-placeholder {
    z-index: 10 !important;
    top: 58px !important;
    border: 1px solid #7b7986 !important;
    width: 328px !important;
    border-radius: 0 0 3px 3px;
    background: #fff
}

.header-pcontainer .blocksv4-bestscoredproducts-common-headersearch .search-component .autocomplete-placeholder .results a {
    background: transparent
}

.header-pcontainer .blocksv4-bestscoredproducts-common-headersearch .search-component .autocomplete-placeholder .results a:hover {
    background: #040f3d
}

.header-pcontainer .blocksv4-bestscoredproducts-common-headersearch .search-component .autocomplete-placeholder .results li:first-child a {
    border-top: none !important
}

.header-pcontainer .search-component .autocomplete-placeholder .ajax-search-info {
    color: #212026
}

.header-pcontainer .blocksv4-bestscoredproducts-common-headersearch input::placeholder {
    color: #4D5D73 !important;
    letter-spacing: 0px !important;
    font-weight: inherit !important
}

@media (max-width:767px) {
    .header-pcontainer .blocksv4-bestscoredproducts-common-headersearch {
        position: relative !important;
        float: none !important;
        margin: 0 auto;
        width: unset !important;
        height: 56px !important
    }

    .header-pcontainer .blocksv4-bestscoredproducts-common-headersearch .search-component .search-component-field-wrapper {
        top: 4.5px !important;
        left: -1px !important
    }

    .header-pcontainer .blocksv4-bestscoredproducts-common-headersearch .search-component .search-component-field-wrapper-inner {
        height: 38px !important;
        overflow: hidden;
        width: unset !important
    }

    .header-pcontainer .blocksv4-bestscoredproducts-common-headersearch .search-component .search-component-field-wrapper-inner .search-button {
        height: 20px !important;
        width: 20px !important;
        top: 8px;
        left: 10px !important
    }

    .header-pcontainer .blocksv4-bestscoredproducts-common-headersearch .search-component .search-component-field-wrapper-inner input {
        margin-left: 28px !important;
        padding-left: 8px !important;
        font-size: 14px;
        background: transparent !important;
        width: calc(100% - 34px) !important
    }

    .header-pcontainer .blocksv4-bestscoredproducts-common-headersearch .search-component .autocomplete-placeholder {
        top: 47px !important;
        width: 100% !important;
        border-radius: 3px !important;
        overflow: hidden;
        border-color: #7b7986;
        border-width: 2px;
        margin-left: -.5px;
        box-sizing: border-box;
        border-right-width: 1px;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        margin-top: 2px
    }

    .header-pcontainer .blocksv4-bestscoredproducts-common-headersearch .search-component .autocomplete-placeholder .ajax-search-info {
        border-top: none !important
    }
}

@media (min-width:768px) and (max-width:1279px) {
    .header-pcontainer .blocksv4-bestscoredproducts-common-headersearch .search-component .search-component-field-wrapper-inner {
        top: 0;
        width: 328px;
        right: 24px;
        left: auto
    }

    .header-pcontainer .blocksv4-bestscoredproducts-common-headersearch .search-component .search-component-field-wrapper {
        top: 13.5px !important;
        left: auto;
        right: 6px
    }

    .header-pcontainer .blocksv4-bestscoredproducts-common-headersearch input {
        top: -2px
    }

    .header-pcontainer .blocksv4-bestscoredproducts-common-headersearch .search-component .search-button {
        background-position: 16px 13px !important;
        background-size: 23px !important;
        top: -1px !important
    }

    .header-pcontainer .blocksv4-bestscoredproducts-common-headersearch .search-component .autocomplete-placeholder {
        margin-left: -4px
    }
}

@media (min-width:1280px) {
    .header-pcontainer .blocksv4-bestscoredproducts-common-headersearch {
        right: 9px !important;
        width: 472px !important;
        position: absolute !important;
        height: 82px !important
    }

    .header-pcontainer .blocksv4-bestscoredproducts-common-headersearch .search-component .search-component-field-wrapper {
        display: block !important;
        position: absolute;
        border: none !important;
        top: 18.5px !important;
        width: 420px !important;
        height: 50px !important
    }

    .header-pcontainer .search-component-field-wrapper-inner {
        border: 1px solid #7b7986 !important;
        border-radius: 2px !important;
        box-shadow: inset 1px 1px 1px -1px #000000 !important;
        width: 420px !important;
        height: 50px !important
    }

    .header-pcontainer .blocksv4-bestscoredproducts-common-headersearch input {
        width: 326px !important;
        border: none !important;
        height: 46px !important;
        padding-left: 23px !important;
        background: transparent !important;
        margin-top: 4px !important
    }

    .header-pcontainer .blocksv4-bestscoredproducts-common-headersearch input::placeholder {
        letter-spacing: 0 !important;
        font-size: 18px !important
    }

    .header-pcontainer .blocksv4-bestscoredproducts-common-headersearch .search-component .search-button {
        left: 0 !important;
        border: none !important;
        right: 0 !important;
        height: 48px !important;
        background-position: 21px 14px !important;
        background-size: 26px !important;
        top: -1px !important
    }

    .header-pcontainer .blocksv4-bestscoredproducts-common-headersearch .search-component .autocomplete-placeholder {
        top: 67px !important;
        width: 420px !important;
        border: 1px solid #7b7986 !important;
        border-radius: 3px;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important
    }
}

.header-pcontainer .header-pcontainer-inner .blocksv4-bestscoredproducts-common-headersearch {
    display: block
}

.blocksv4-bestscoredproducts-common-headersearch {
    position: relative;
    float: right;
    height: 100%;
    z-index: 1000;
    width: 360px;
    margin: 0
}

.blocksv4-bestscoredproducts-common-headersearch .search-component .search-button {
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    z-index: 5;
    display: inline-block;
    width: 50px;
    height: 40px;
    content: "";
    background: url(//cdn20.bestscoredproducts.com/images/v4/mag_glass_small_blue.svg) 16px 12px/17px 16px no-repeat;
    border: 1px solid #000000;
    border-left: none
}

.blocksv4-bestscoredproducts-common-headersearch .search-component-field-wrapper .search-button img {
    display: none;
    position: relative;
    top: 0;
    left: 0
}

.blocksv4-bestscoredproducts-common-headersearch .search-component .toggle-button {
    display: none
}

.blocksv4-bestscoredproducts-common-headersearch .search-component-field-wrapper {
    height: 100%
}

.blocksv4-bestscoredproducts-common-headersearch .search-component input {
    margin: auto 0;
    padding-left: 20px;
    height: 40px;
    width: 310px;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #000000;
    border-right: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.blocksv4-bestscoredproducts-common-headersearch .search-component input::-ms-clear {
    display: none
}

.blocksv4-bestscoredproducts-common-headersearch .search-component input::-webkit-input-placeholder {
    color: #000000
}

.blocksv4-bestscoredproducts-common-headersearch .search-component input:-moz-placeholder {
    color: #000000;
    opacity: 1
}

.blocksv4-bestscoredproducts-common-headersearch .search-component input::-moz-placeholder {
    color: #000000;
    opacity: 1
}

.blocksv4-bestscoredproducts-common-headersearch .search-component input:-ms-input-placeholder {
    color: #000000
}

.blocksv4-bestscoredproducts-common-headersearch .search-component input::-ms-input-placeholder {
    color: #000000
}

.blocksv4-bestscoredproducts-common-headersearch .search-component .autocomplete-placeholder {
    position: absolute;
    left: 0;
    width: 358px;
    top: 54px;
    border: 1px solid #000000
}

@media (max-width:1280px) {
    .blocksv4-bestscoredproducts-common-headersearch {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 40px
    }

    .blocksv4-bestscoredproducts-common-headersearch.shown {
        width: 100%
    }

    .blocksv4-bestscoredproducts-common-headersearch .search-component input {
        width: calc(100% - 50px);
        height: 50px;
        right: initial;
        border: 1px solid #000000
    }

    .blocksv4-bestscoredproducts-common-headersearch .search-component input {
        display: block
    }

    .blocksv4-bestscoredproducts-common-headersearch .search-component .toggle-button {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto 24px auto 0;
        z-index: 5;
        width: 50px;
        height: 45px;
        content: "";
        background: #fff url(//cdn20.bestscoredproducts.com/images/v4/mag_glass_small_blue.svg) 50% 50% no-repeat;
        background-size: 16px 18px;
        cursor: pointer
    }

    .blocksv4-bestscoredproducts-common-headersearch .search-component .toggle-button:after {
        content: "";
        background-image: url(https://www.bestscoredproducts.com/assets/images/mg.png);
        display: none
    }

    .blocksv4-bestscoredproducts-common-headersearch.shown .toggle-button {
        background: #000000 url(//cdn4.bestscoredproducts.com/images/v4/icons/x-icon.svg) 9px 7px no-repeat
    }

    .blocksv4-bestscoredproducts-common-headersearch .search-component .search-component-field-wrapper {
        background-color: #fff;
        display: none;
        position: absolute;
        right: 0;
        top: 48px;
        width: 100%;
        border-left: none;
        height: 50px;
        margin: 0 auto;
        left: 0
    }

    .blocksv4-bestscoredproducts-common-headersearch .search-component .search-component-field-wrapper-inner {
        height: 50px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto
    }

    .blocksv4-bestscoredproducts-common-headersearch.shown .search-component-field-wrapper {
        display: block
    }

    .blocksv4-bestscoredproducts-common-headersearch .search-component .autocomplete-placeholder {
        left: 0;
        top: 99px;
        width: calc(100% - 2px)
    }

    .blocksv4-bestscoredproducts-common-headersearch .search-component .autocomplete-placeholder .results li:first-child a {
        border-top: none
    }
}

@media (min-width:1280px) {
    .blocksv4-bestscoredproducts-common-headersearch .search-component-field-wrapper .search-button img {
        display: inline;
        opacity: 0;
        width: 16px;
        height: 16px;
        margin: 5px 0 0 0;
        transition: opacity 300ms ease-in-out
    }

    .blocksv4-bestscoredproducts-common-headersearch .search-component-field-wrapper .search-button:hover {
        background: url(https://www.bestscoredproducts.com/assets/images/mg.png) 16px 12px/17px 16px no-repeat
    }
}

@media (min-width:768px) and (max-width:1280px) {
    .blocksv4-bestscoredproducts-common-headersearch .search-component-field-wrapper {
        border: 1px solid #d5d5d5
    }

    .blocksv4-bestscoredproducts-common-headersearch .search-component input {
        height: 48px;
        background-color: transparent;
        width: calc(100% - 200px);
        border: 0;
        top: 2px;
        padding-left: 35px
    }

    .blocksv4-bestscoredproducts-common-headersearch .search-component .search-button:before {
        content: "Search"
    }

    .blocksv4-bestscoredproducts-common-headersearch .search-component .search-button {
        top: auto;
        bottom: auto;
        height: auto;
        width: auto;
        margin: 7px 30px 7px 0;
        padding: 7px 32px 7px 32px;
        color: #fff;
        background: #333e48
    }

    .blocksv4-bestscoredproducts-common-headersearch .search-component .toggle-button {
        margin-right: 20px
    }
}

@media (max-width:767px) {
    .blocksv4-bestscoredproducts-common-headersearch.shown {
        width: 100%
    }

    .blocksv4-bestscoredproducts-common-headersearch .search-component .toggle-button {
        background-size: 16px 18px;
        top: 0;
        margin: auto 2px auto 0
    }

    .blocksv4-bestscoredproducts-common-headersearch.shown .toggle-button {
        background: #fff url(https://www.bestscoredproducts.com/assets/images/mg.png) 9px 7px no-repeat;
        top: 0;
        margin: auto 2px auto 0
    }

    .blocksv4-bestscoredproducts-common-headersearch .search-component .search-button,
    .blocksv4-bestscoredproducts-common-headersearch .search-component .search-button:hover {
        height: 50px;
        background: #4D5D73 url(https://www.bestscoredproducts.com/assets/images/mg.png) 50% 50%/16px 18px no-repeat;
        margin: auto 0;
        top: 0
    }

    .blocksv4-bestscoredproducts-common-headersearch .search-component .autocomplete-placeholder {
        top: 97px
    }
}.lazy-loaded {
}
.loaded {
}





























.info-text p {
    margin: 0
}

.info-text a {
    text-decoration: underline;
    font-weight: 600
}

@media (max-width: 767px) {
    .product-matrix-chubby-info .widget-chubbyhero-info {
        padding-top:0
    }

    .product-matrix-chubby-info .widget-chubbyhero-info .last-updated {
        top: 10px;
        color: #7b7986
    }

    .product-matrix-chubby-info .widget-chubbyhero-info .info-text {
        text-align: center;
        font-size: 11px;
        line-height: 1.55
    }

    .product-matrix-chubby-info .widget-chubbyhero-info .info-text p {
        display: inline-block;
        background-color: #f8f8fa;
        padding: 11px 20px;
        margin: 0 20px
    }

    .product-matrix-chubby-info .widget-chubbyhero-info .header-text {
        margin-top: 29px;
        font-weight: 400;
        font-size: 26px;
        margin: 30px 20px 0
    }

    .product-matrix-chubby-info .widget-chubbyhero-info .header-text a:before {
        content: "";
        display: block;
        border-bottom: 4px solid #024959;
        width: 30px;
        margin: 0 auto;
        top: -13px;
        position: relative
    }

    .widget-productmatrix .media-wrapper {
        display: none
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    .product-matrix-chubby-info .widget-chubbyhero-info .info-text {
        margin-top:20px
    }

    .wtbr-text-block:after {
        display: none
    }
}

@media (min-width: 768px) {
    .product-matrix-chubby-info .widget-chubbyhero-info .last-updated {
        color:#7b7986;
        font-size: 14px
    }

    .product-matrix-chubby-info .widget-chubbyhero-info .info-text {
        font-size: 12px;
        line-height: 1.42;
        margin-bottom: 20px
    }

    .product-matrix-chubby-info .widget-chubbyhero-info .info-text p {
        display: inline-block;
        background-color: #f8f8fa;
        padding: 11px 20px
    }
}

.how-we-tested--wrapper {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 30px auto 0
}

@media (min-width: 768px) {
    .how-we-tested--wrapper {
        width:686px;
        margin: 36px auto 0;
        flex-direction: row;
        flex-wrap: wrap;
        column-gap: 25px
    }
}

@media (min-width: 1280px) {
    .how-we-tested--wrapper {
        flex-direction:row;
        flex-wrap: nowrap;
        column-gap: 21px;
        width: 100%;
        max-width: 1060px;
        margin: 0 auto;
        padding: 30px 30.3px 31px 29px;
        box-shadow: 0 2px 6px 0 rgba(0,0,0,.16);
        border: solid 1px rgba(227,227,227,.5);
        border-top: none;
        background-color: #fff
    }
}

@media (min-width: 1280px) {
    .entity-content-is-editable .how-we-tested--wrapper {
        max-width:1120px
    }
}

.how-we-tested--wrapper--text-holder:before {
    content: "";
    display: block;
    border-bottom: 4px solid #024959;
    width: 30px;
    margin-bottom: 11px
}

@media (min-width: 768px) {
    .how-we-tested--wrapper--text-holder:before {
        width:35px;
        border-bottom: 5px solid #024959;
        margin: 0 auto 11px
    }
}

@media (min-width: 1280px) {
    .how-we-tested--wrapper--text-holder:before {
        margin-left:0
    }
}

@media (min-width: 768px) {
    .how-we-tested--wrapper--text-holder {
        padding:0 43px
    }
}

@media (min-width: 1280px) {
    .how-we-tested--wrapper--text-holder {
        padding:0
    }
}

.how-we-tested--wrapper--text-holder--title {
    font-size: 26px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    color: #040f3d
}

@media (min-width: 768px) {
    .how-we-tested--wrapper--text-holder--title {
        text-align:center;
        font-size: 30px;
        line-height: 1.3;
        color: var(--midnight-blue)
    }
}

@media (min-width: 1280px) {
    .how-we-tested--wrapper--text-holder--title {
        text-align:left;
        line-height: 1.4
    }
}

.how-we-tested--wrapper--text-holder--text {
    font-size: 15px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.73;
    letter-spacing: normal;
    color: #212026
}

.how-we-tested--wrapper--text-holder--text p {
    margin: 10px 0 10px 0
}

@media (min-width: 768px) {
    .how-we-tested--wrapper--text-holder--text {
        width:600px;
        margin: 0 auto;
        font-size: 16px;
        line-height: 1.5
    }
}

@media (min-width: 1280px) {
    .how-we-tested--wrapper--text-holder--text {
        max-width:428px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: flex-start
    }
}

.how-we-tested--wrapper--specs-holder {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 10px;
    flex-wrap: nowrap
}

@media (min-width: 768px) {
    .how-we-tested--wrapper--specs-holder {
        flex-direction:column;
        flex: 2;
        border: solid 1px #ccc;
        padding: 17px 14px 17px 16px
    }
}

@media (min-width: 1280px) {
    .how-we-tested--wrapper--specs-holder {
        min-width:226px;
        padding: 16px 15px
    }
}

.how-we-tested--wrapper--specs-holder--models,.how-we-tested--wrapper--specs-holder--consumers,.how-we-tested--wrapper--specs-holder--hours {
    background-color: #f8f8fa;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 21px 0 18px 0
}

@media (min-width: 768px) {
    .how-we-tested--wrapper--specs-holder--models,.how-we-tested--wrapper--specs-holder--consumers,.how-we-tested--wrapper--specs-holder--hours {
        flex-direction:row;
        justify-content: center;
        padding: 0;
        column-gap: 5px
    }
}

@media (min-width: 1280px) {
    .how-we-tested--wrapper--specs-holder--models,.how-we-tested--wrapper--specs-holder--consumers,.how-we-tested--wrapper--specs-holder--hours {
        column-gap:8px
    }
}

.how-we-tested--wrapper--specs-holder--box--text--semi-bold {
    font-weight: 600
}

.how-we-tested--wrapper--specs-holder--box--icon {
    width: 35px;
    height: 26.1px
}

@media (min-width: 768px) {
    .how-we-tested--wrapper--specs-holder--box--icon {
        width:36.2px;
        height: 31px
    }
}

.how-we-tested--models-icon,.how-we-tested--consumers-icon,.how-we-tested--hours-icon {
    display: block;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.how-we-tested--models-icon {
    background-image: url("data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAACUAAAAcBAMAAAAUxWtVAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAhUExURUdwTAUQPQQPPAQQPgYRPwUQPg8QQBISSQUQPgUPPQUQPyjuFSMAAAALdFJOUwDA/LGKzxANoN5tKKuwfwAAAEhJREFUKM9jyBBEAxIJDE3oYkINDIIMaIBRgOpiki5owFOAwUgJHRgwMJiiamUFCo2KkSBmmYYCMkFii9CCeQFQjL0cFTAwAAD5FSNbk+vs2gAAAABJRU5ErkJggg==")
}

@media (min-width: 768px) {
    .how-we-tested--models-icon {
        background-image:url("data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAEoAAAA4BAMAAACoFHOIAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAhUExURUdwTAYQPgUQPw0aQAQPPgUQPQgPPgQRQQQQPgUPPQQPPdjDhHEAAAAKdFJOUwCAYRTsniE7yDJu0Yy7AAAAdElEQVRIx2NgSBIkBNQYGJhWEQYKDFlEqFrGoLWCoI1dixikFjIQAkAlo6poo8qYEACpIiK2iVUl4uK1ygUfWLXExRHoOK2leN0etQhMjaoaVTWqalTVkFW1Ig0f6IKoyiJY04IAKwFVARCbM8vxgWkMxAIA4IcJ0oABx0cAAAAASUVORK5CYII=")
    }
}

@media (min-width: 1280px) {
    .how-we-tested--models-icon {
        background-image:url("data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAG8AAABUBAMAAAB+VnQ9AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAbUExURUdwTAgQQAUPPwQQPwQQPQ4cRwUPPQYPPgQPPc8ZxRcAAAAIdFJOUwBAaaDgEjGH0GzBywAAAKJJREFUWMPt2LEKwjAUheGjSO2oFMTZwVlwcXTI0NHRsYOIr6EpeB5bY0UdPQEpyPmHkuXjkjuFAiimajOkxtS7JlhnQG7zBj5GllmQwIlRXk5FNpjzDLUBOTE0NPwFjGu5DmbVBzyEULMNQuT906Ql7XkRVjokd8+joaGhoaGhoaGh4V/CkvH4fVX6e9A1Eh/y7cdwqffFNhpcvWCxUFqin27yLwGWRplh/wAAAABJRU5ErkJggg==")
    }
}

.how-we-tested--consumers-icon {
    background-image: url("data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAMAAAANmfvwAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABIUExURUdwTAUQPgYTQQUQQAQPPQUPPh4eUQQQPQYQPgQPPQUQPQUPPQ0URQQPPQUPPQkSQQUPPQUQPgQRPgUPPgQPPgQQPgQPPgQPPQKTE9kAAAAXdFJOUwBoJj7uMQjATvif1xPilBzNW3qHrnJ2CI4pxgAAAPRJREFUOMvVUstyxCAMA0KwzSskJOv//9PSMpvN7pj00FN1CUw0Qpal1DuiWdQt1sLMNo9ZEbg8Vu3J4ogCtP1850CTzDhYP+VSciIlwXlEXiXGdIo02F2chueLrSJRNJvXZQ8SBRlFX9dUKJ9nw5s4kX+ZAZIDXmzoblwdiLSxLW2LcljYD5dkgJnaHvXdqo2uD3TqL4iTrtn7uqGRvebQ6kQ2JPtdq11/POd0+w/HFPttXr1l8lctTFyO97AceqL8VHKei9SymDn0vB1wHWWZekN3uWFdKFhzbay8txIVhNusdFs/wC0F/yHFwh1Co2T4BeYL5EMMilrbPdsAAAAASUVORK5CYII=")
}

@media (min-width: 768px) {
    .how-we-tested--consumers-icon {
        background-image:url("data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA/UExURUdwTAQPPgUPPQQPPQURQAgTQAUQPgYQPgUPPhAVRgQPPQQPPSoqTwYQPwUPPQYQPgQPPQUQPgQQPgQPPgQPPY0COOkAAAAUdFJOUwDky/kzIJ2AZA/wuwZE1lStj3B4lOYhigAAAfdJREFUWMPtVtuWgyAMlDvITZH//9YFtEdboTW4+7KnebJYJ5NJQjIMf2+KWmmpuoMQdCxGtOzEMcsYd0OyB4O5wgFPXJeniBkYw2YabouCSZTJUCAGJTGO8hhbOkAwLgqdHGdq2EBAeOLBKuQEJJikgD2dyoQMyPQU41Q5xjHO1xVJxGuZsEmoyyA+SVh9gergVZtbCia9F4AkvvoiAETBLda+LnjVUq/UazMpq6+C6FqVbEz4bU0WgCai5TBRlICqR60ivN7IqB5PaBVhKx5XITIColn/Ptfq1UEulET8FNASW0l7k+UYXhsKcBGsAeUbXu+poDj/NgMQJc8tMklmBsNkGWITFCPd7zNZx9Y2wogYeozqwwSc2NBpLGhEIkFadkM81Bn+jSlGraWUKdP1tQ0cP+0nepYWII+xs4tVI1pcmzt+OhAYHdYaOzSS/Yh/wmECbT4xD0/smV843nDwuw2O8dWhm21dSOX56mQUDRglCgQS76uT8rG9CPriQ/vPyVSy6O7ouWdLsPZiAssiSMKLGlkzBLj8TMhBTUdl6OnkQodnv27/hiVyBLwxG5EFUAeMkXb0hj+g4E6Msk9uUzvNGEI7uzyj5G8lcMc9zaespoBu2885WuezuEOkDOgvyBfkC3IHRIt+ww+Qm/ZbIFbcNTr8AJ+vNfyVprdAAAAAAElFTkSuQmCC")
    }
}

@media (min-width: 1280px) {
    .how-we-tested--consumers-icon {
        background-image:url("data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAGYAAABmCAMAAAAOARRQAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA5UExURUdwTAQQPh4eTgwVQgUPPQQPPQQPPQcQQAUPPgQPPgcSQQQQPQUQPgUQPgYQPwQPPQQRPwUQQAQPPWHdTUQAAAASdFJOUwBuCBTX6cRAlqsj81yDTfs5Lwd3ecgAAALJSURBVGje7VnZbsQgDIRwXyHk/z+2m5CDbS6ymFWlxk+thBhsT2yPF6H/a6RrsZPYCl0Rwyrfz0ZdqAKiVf/LaAvvifT91jiwR8Ksd/vk795BouDJFaNsIAg1Wkg64agGDEVOubDpld2UK06AUFz0BP9+t4gecRh/2ujKzpfSRIcUBEowJ6GJjmIAGH4amBHHl/PaDvew49qiYMI2plmcfLfjgQDhjLpiiOcAmfH6OnllFZsMKCqD8Lg8ZleFeGB8WdQGHpkm45AvKgUsh632gozXllXrw3DKFjLg+gJSyoGQw4DIgZL+JgaYLiuD8u9786Xc5DFNlzLtW99NfhUoGjxwzkNZcU0bsyurV+gv9ZsYtcvu2Zd2z4ZeFILLA3cmG1J7somjzeGcNga1B9Af49TpD6ZODDZ1xrD5vRl6kgogM/Q8KLPNmwWPQzyUwpn1TZteGCZ9Q+FENZ6kGVOtHqC0cBXU2usbTPSmYYn2lAgS5khJdwjawnYvYFEN05inW44OVTMiLJbS2bbizuax/216WAtKxSkzjHKulHQYlG9EYMnHprMtA54rBwDWrDXyyF7gVLYFlU1bZfpM8xx/1Kkbyzd3mSEp8pUhxYccbWocvjvhasfe7ucSC7KbtPdz8k6ha9Ni/Aq8PmfIW/oozkxTt0bLKJxFI2IlWxiR1R/WdbNXt/jTySVZ/EpDrE2SuduKheAlDuo0CHZ+EP9wYR7mZ/pjKUlUrtM5QecHDgUK0+JnCpn2JGAGl09ELT3c7ONzV2+WkGlOVftzcu+ghjvB9mbS6AsTCMw03/pjY+4JArRps5/I8M6D/nTxphdXjRU31hQaZcIxIf2vAgpq+CqzGgv0a8JeXRn5NjYhAadSd3i90EBAbCnO9eQC09aCIT6FEbVglnXrA/PAPDAPzAPzwDwwH8FgUctMClPXHpgPYYiobi+h+QPG43TLbzrwdgAAAABJRU5ErkJggg==")
    }
}

.how-we-tested--hours-icon {
    background-image: url("data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAACMAAAAhCAMAAABkz+JgAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABIUExURUdwTBAWRDs7TgcQPgQQPQQPPQkSQwgPQAYSQQQPPQQPPQQPPgUPPQUQPgURPwUQPgYQPgUPPQUQPQQPPgUPPQUQPgUQPgQPPQdyAdAAAAAXdFJOUwAPBEzitBtAK/H5dtdsNM9V3ITCppSPusJucgAAAP1JREFUOMuNVImygyAMDApyFLywzf//6QOtLa6W586oDC7J5oKoQKMfr0Utr4du6BqjsszWR58/arxgtAPLZyvWtWifkocWGEKxP54cPStRbpjJBZTQBDeZgmJlf+G+l/ZD6qTsigPf5fdHM9hiv+e+dDBsEgKXEWjWZbQc1pCsop8cUjYHNztT4Rg3p7ePVOFQ9Im4efzJCWzS01U5XbIxO6pyKAlaJuQEvWJP07SQisjZ8dYQ1cmO0PpkB/WckPRgXIgcF+YHkfODeUbkPGO9AFu9oO6Are7QPzAtb7XHPjx62vsQ+pmu+vnWXNyar1tzemveV9a/90bl/vkDkhEN/BcKSr8AAAAASUVORK5CYII=")
}

@media (min-width: 768px) {
    .how-we-tested--hours-icon {
        background-image:url("data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAEYAAABCCAMAAADdYVCgAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABCUExURUdwTDExTAUPPQUQPgUQPwUPPgUQPgUQPhESRQQPPQUQPQUPPQQPPQQPPgUPPQcTPwYQPgQQPQQQPQQQPQoUQgQPPX2V6m4AAAAVdFJOUwAF11k7iWWADvOglb7oyiNNd+GyGS+buhsAAAIaSURBVFjDrVjt2kQgEK1UKhax7v9W3xnsst5qQvPHgzrNnPloirGUGDlo7b3WgzTslnDpp9d8kNfkJb+K4ewcEOsuIBk/fqaJyTVKNW4SH9jR55ln1DpjdLo/fu+1W9GtygDSCyEvJUM/pVr/agKk73CY0FEGuBY4ouuTqqA9Y5VeqkLbbFwh3uBCNekLXuO4JjLOtGi2zHGDRIraINMGaWnfeTHxxiU7E0FR2cHFVRCHI7y+EukalT8vi+Aq4pmI5wJTKvjkIijzHMFx8+nX2wYU3AS8W0f4ASLs0ScTRG4sUeIwzEBET/vrANpF4yUBwyRMHL5vANqwOzAM4l4cSLTmHoyxO8siNTANg3/F18CEMgQMqiM/7m/YXRhkZwk4bhNuomHQFr4+BbsPg8zKNTWaJzDNmlndMYJuwEDsdvAAaswTGAPkwF4AhZM9gWFQUHvUqX0G0yIrVbTQ5MI4zAdNOAph2vpHqn+u0sxHi+cOc5bqXEx9KRjSKFmfJWQUSTEpC8Wkw0lZHE6GHylL+JHJQHZnSzKQqUnJlppUoaBkKxRU2aJkK1tUEaU6pq2IUiWdtsnlbDCEn3ZbBFUKWM52R2y+pDJVVitAMSPyGhPCTcfYTbVJKZN+26Rk05Zoas9NW6qFTBaac3eZaGhjEppSqL0u1OyXOnqUOgiVOpaVOiQWO7KWOkAXO86XulwodtVR7OLl8jXQH4QXNyMapTS+AAAAAElFTkSuQmCC")
    }
}

@media (min-width: 1280px) {
    .how-we-tested--hours-icon {
        background-image:url("data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAGkAAABjCAMAAACvx95uAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA5UExURUdwTAQPPQUQQAYTQAYQPykpTwQPPQQQPQQPPg8WRQUQPgQQPgUPPQUPPQUQPgUQPwkSQQQPPQQPPXsBYeEAAAASdFJOUwDzPSZVBubAfBCPas3bnTIcqzZ9sYEAAAMrSURBVGjevVpZooMgDEQ2WRS19z/sexWp2krNUCW/LkOSSQIhjIFiRzHwQYyW3SajNKHVj1V0G4wcL0YRPvSPY+mDF5fBmBzKC81cAGZN96BIZ35znHDN9ndNNxnvpeRSem+mbv/QlSs2TJv/tIZ/rtpy027gpqHMbmFlmeMq+57ibmVkwG2oTFprE/jp2zy83jYKNFyim/a0VVqfFOshE5r0laSvUMm0OkPPBu1iCY9ZQvnFhi0xc/DFDg73rnWLzTnlbRkX1vMixvJowkaSXRRKQz4Fx6mzHHlJZ0ZxFI308FMOG/S5VhGo+7XojN0ZlI8c/b2c2hgnPsubqNEVddtGrTL8HTURyEyGCKUP/aDmZ70lxQEBag6sTuX43RCq2dMHLaGKNhmuRydR4oiIxOSxq1RPiDYMKVqpV0eR1KlLkaLn31wqZk1pqYGMxIb5r3vXB7LtEKRov/ChklaXIyn9rtT0NXeUI8X8Nr2p1KsbkCKlxd6c5JKEIMWgcjtr9uwWJNZvGSCxrROGZLb2movJeBPS+Fhft2/8uBYp8tquxpO3IW1+H1bQO5Dsmiee7OjYbUisS8wWGPNwJJOCV37ZWlyCxJOjDOgmGMkmoz1ZqNmNSEwvUdShH7YlHzwp19BrYCHSM4E3/+kVpR6ONDNBRX/5W5F85JwAc1FEatpD8fl8JOL+BUbKic8iDTGu+FVIUzZ0eUWdcD+5Nitf/YRzD5aFe3g8wbLEE54jYFlyBJ73YEl5D87lsKRcDtcn+ByfmADXXLhpleJI3E2+1z4C3huh8tobwfu9EjeFoj0s2oRbf4/uy0HZ7MvRswbYgducNdDzUwHzZNmZEJPdmRA85+J8cIVnd0Tez+5YPwIuglNpjwVR6aPHAvWNwBq47xtBvTC6HPXCkP4e3XZH/T2kZ4nZ7pPS9D4sFEpHNZbcWyZKtrdM75cTy1K+X06/AyABfbkDqHivUfGupuL9U8U7tYr3hBXvPive51a8o654787qzRKwivMRFWc+WL05ltmElWZz5mpWad5oXnWlGaqoWJ25sAXMB51B0RfOuqXMUWV+b+u40pnEP5CXbdYjeN36AAAAAElFTkSuQmCC")
    }
}

.how-we-tested--wrapper--specs-holder--box--number {
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -.73px;
    text-align: center;
    color: #040f3d
}

@media (min-width: 768px) {
    .how-we-tested--wrapper--specs-holder--box--number {
        font-size:41px;
        letter-spacing: -.93px;
        text-align: right
    }
}

.how-we-tested--wrapper--specs-holder--box--text {
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    color: #212026
}

@media (min-width: 768px) {
    .how-we-tested--wrapper--specs-holder--box--text {
        text-align:left;
        font-size: 14px;
        font-style: normal;
        line-height: 1.29
    }
}

.how-we-tested--text--insight-link {
    color: #4b65bf;
    cursor: pointer;
    font-stretch: normal;
    font-style: normal;
    line-height: normal
}

.how-we-tested--text--insight-link p {
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .how-we-tested--text--insight-link {
        display:none
    }
}

@media (min-width: 768px) {
    .how-we-tested--text--insight-link {
        text-align:center;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: .06px;
        margin-bottom: 36px
    }

    .how-we-tested--text--insight-link::after {
        content: "";
        border-bottom: 1px solid #4b65bf;
        display: block;
        width: 244px;
        margin: 2px auto
    }
}

@media (min-width: 1280px) {
    .how-we-tested--text--insight-link {
        text-align:left;
        margin-bottom: 0
    }

    .how-we-tested--text--insight-link::after {
        content: "";
        border-bottom: 1px solid #4b65bf;
        display: block;
        width: 244px;
        margin: 2px 0
    }
}

.right-arrow {
    display: none;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4.4px solid transparent;
    border-left: 5px solid #4b65bf
}

@media (min-width: 768px) {
    .right-arrow {
        display:inline-block
    }
}

.how-we-tested--wrapper--img-holder {
    flex: 1;
    margin-top: 10px
}

.how-we-tested--wrapper--img-holder img {
    width: 100%;
    height: 100%
}

@media (min-width: 1280px) {
    .how-we-tested--wrapper--img-holder img {
        width:auto;
        height: 100%
    }
}

@media (min-width: 768px) {
    .how-we-tested--wrapper--img-holder {
        flex:3;
        margin: 0;
        min-width: 40px;
        overflow: hidden
    }
}

body.cke_dialog_open .header-pcontainer {
    z-index: 11111
}

.entity-layout-syndicated .widget-content-base {
    margin: 0 0 60px 0
}

@media (min-width: 767px) and (max-width:1280px) {
    .entity-layout-syndicated .widget-content-base {
        margin:0 0 50px 0
    }
}

.widget-content-base {
    max-width: 100%;
    margin: 14px 20px 21px 20px
}

@media (max-width: 1023px) and (min-width:768px) {
    .widget-content-base {
        line-height:28px;
        margin-top: 16px
    }
}

.widget-content-base .bying-guide-wrapper {
    width: 100%;
    margin: 0 auto
}

@media (min-width: 1281px) {
    .widget-content-base {
        width:600px;
        margin: 10px auto 0 auto;
        font-size: inherit
    }
}

body.is-topic.ab-BuyingGuide .desktop-footer {
    margin: 45px auto 0
}

.buying-guide-styles {
    margin: 0 0 0 0
}

.buying-guide-styles .entity-content ul li {
    margin: 0 auto 14px;
	text-align: left;
}

.buying-guide-styles .entity-content .topic-table-contents {
    display: none
}

@media (min-width: 768px) {
    .buying-guide-styles .entity-content ul li {
        margin:0 auto 5px;
		text-align: left;
    }
}

.widget-buyingguide .components-contenttexteditor {
    margin: 0 auto
}

.widget-buyingguide .components-contenttexteditor h1,.widget-buyingguide .components-contenttexteditor h2,.widget-buyingguide .components-contenttexteditor h3,.widget-buyingguide .components-contenttexteditor p,.widget-buyingguide .components-contenttexteditor li,.widget-buyingguide .components-contenttexteditor span {
    word-break: normal
}



.widget-buyingguide .components-contenttexteditor h1 {
    margin-bottom: 15px
}

.widget-buyingguide .components-contenttexteditor h3 {
    margin-top: 5px;
	
	font-family: "Brigade Light";
	font-size: 20px
	
}

.widget-buyingguide .components-contenttexteditor p {
    margin-bottom: 20px;
	font-family: "Brigade Light";
	font-size: 20px
}

.widget-buyingguide .components-contenttexteditor .pullout-text {
    padding-top: 6px
}

.widget-buyingguide .components-contenttexteditor .pullout-author {
    padding: 0 20px
}

.widget-buyingguide .components-contenttexteditor .pullout-author-desc {
    padding-top: 0
}

.widget-buyingguide .components-contenttexteditor .addmediawidget img {
    object-fit: cover
}

.widget-buyingguide .components-contenttexteditor .addmediawidget .br-youtube-frame-wrapper {
    height: auto
}

@media (max-width: 767px) {
    .widget-buyingguide .components-contenttexteditor h2 {
        padding:5px 0 8px;
        margin-top: 15px
    }

    .widget-buyingguide .components-contenttexteditor .addmediawidget {
        padding: 20px 0 0 0
    }

    .widget-buyingguide .components-contenttexteditor .addimagewidget {
        padding-bottom: 20px
    }

    .widget-buyingguide .components-contenttexteditor .image-caption {
        margin-bottom: 10px
    }

    .widget-buyingguide .components-contenttexteditor .pullout-title {
        font-size: 26px;
        padding-bottom: 0
    }

    .widget-buyingguide .components-contenttexteditor .buying-guide-author-section {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 10px 0
    }

    .widget-buyingguide .components-contenttexteditor .buying-guide-author-section:empty {
        border-bottom: none
    }

    .widget-buyingguide .components-contenttexteditor .buying-guide-author-section .author a {
        color: #040f3d
    }

    .widget-buyingguide .components-contenttexteditor .buying-guide-author-section .share-bottom-section {
        border-bottom: none
    }

    .widget-buyingguide .components-contenttexteditor .buying-guide-author-section .share-bottom-title {
        float: left;
        margin-right: 10px
    }
}

@media (min-width: 768px) and (max-width:1279px) {
    .widget-buyingguide .components-contenttexteditor {
        width:600px;
        margin: 0 auto
    }

    .widget-buyingguide .components-contenttexteditor h1 {
        margin-bottom: 20px
    }

    .widget-buyingguide .components-contenttexteditor h1:before {
        margin-top: 40px
    }

    .widget-buyingguide .components-contenttexteditor h2 {
        padding-top: 10px
    }

    .widget-buyingguide .components-contenttexteditor h3 {
        margin: 7px 0
    }

    .widget-buyingguide .components-contenttexteditor .addmediawidget {
        margin: 20px auto 30px
    }

    .widget-buyingguide .components-contenttexteditor .addimagewidget {
        padding: 0 0 20px 20px;
        margin: 30px 0 0
    }

    .widget-buyingguide .components-contenttexteditor .pullout-title {
        padding: 15px 17px 5px
    }

    .widget-buyingguide .components-contenttexteditor .pullout-text {
        padding: 6px 20px 0
    }

    .widget-buyingguide .components-contenttexteditor .pullout-author {
        padding: 17px 20px 0;
        text-transform: uppercase
    }

    .widget-buyingguide .components-contenttexteditor .pullout-author-desc {
        padding-top: inherit
    }

    .widget-buyingguide .components-contenttexteditor .buying-guide-author-section {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 10px 0
    }

    .widget-buyingguide .components-contenttexteditor .buying-guide-author-section:empty {
        border-bottom: none
    }

    .widget-buyingguide .components-contenttexteditor .buying-guide-author-section .author {
        display: inline-block
    }

    .widget-buyingguide .components-contenttexteditor .buying-guide-author-section .author a {
        color: #040f3d
    }

    .widget-buyingguide .components-contenttexteditor .buying-guide-author-section .share-bottom-section {
        display: inline-block;
        float: right;
        border-bottom: none
    }

    .widget-buyingguide .components-contenttexteditor .buying-guide-author-section .share-bottom-title {
        float: left;
        margin-right: 10px
    }
}

@media (min-width: 1280px) {
    .widget-buyingguide .components-contenttexteditor {
        pointer-events:initial
    }

    .widget-buyingguide .components-contenttexteditor h1 {
        margin-bottom: 20px
    }

    .widget-buyingguide .components-contenttexteditor h3 {
        margin: 7px 0
    }

    .widget-buyingguide .components-contenttexteditor ul {
        margin: 0 0 30px
    }

    .widget-buyingguide .components-contenttexteditor .addimagewidget {
        margin-top: 30px
    }

    .widget-buyingguide .components-contenttexteditor .addmediawidget {
        margin-bottom: 35px
    }

    .widget-buyingguide .components-contenttexteditor .pullout-title {
        padding-bottom: 0
    }

    .widget-buyingguide .components-contenttexteditor .pullout-text {
        padding-top: 0
    }

    .widget-buyingguide .components-contenttexteditor .pullout-author {
        padding: 0 20px;
        text-transform: uppercase
    }

    .widget-buyingguide .components-contenttexteditor .pullout-author-desc {
        padding-top: inherit
    }

    .widget-buyingguide .components-contenttexteditor .image-caption {
        margin-bottom: 10px
    }

    .buying-guide-styles .entity-content .topic-table-contents {
        pointer-events: initial;
        display: block;
        margin: 0 auto;
        float: left;
        width: 236px;
        margin-left: -258px
    }

    .buying-guide-styles .entity-content .topic-table-contents .topic-table-contents-inner .table-contents-sticky {
        top: 130px;
        position: -webkit-sticky;
        position: sticky
    }

    .buying-guide-styles .entity-content .topic-table-contents .topic-table-contents-inner .last-updated {
        color: #040f3d;
        display: block;
        margin: 10px 0 6px;
        padding: 0 0 15px;
        width: 236px;
        font-family: Georgia;
        font-size: 16px;
        font-style: italic;
        line-height: 1.56;
        border-bottom: 1px solid #ccc
    }

    .buying-guide-styles .entity-content .topic-table-contents .topic-table-contents-inner .experts {
        border-top: 1px solid #ccc;
        padding: 10px 0
    }

    .buying-guide-styles .entity-content .topic-table-contents .topic-table-contents-inner .author-image {
        display: block;
        width: 122px
    }

    .buying-guide-styles .entity-content .topic-table-contents .topic-table-contents-inner .author {
        display: block;
        margin: 15px 0 10px;
        width: 236px;
        font-size: 16px;
        line-height: 1.38
    }

    .buying-guide-styles .entity-content .topic-table-contents .topic-table-contents-inner .author span {
        display: block;
        font-weight: 600;
        text-transform: uppercase
    }

    .buying-guide-styles .entity-content .topic-table-contents .topic-table-contents-inner .author img {
        margin: 10px 0 0
    }

    .buying-guide-styles .entity-content .topic-table-contents .topic-table-contents-inner h3 {
        margin: 30px 0 0;
        font-size: 22px;
        font-weight: 600;
        color: #212026;
        padding: 20px 0 0;
        border-top: 1px solid #ccc
    }

    .buying-guide-styles .entity-content .topic-table-contents .topic-table-contents-inner .topic-table-item {
        display: block;
        padding: 7px 0;
        margin: 7px 10px 7px 0;
        cursor: pointer;
        color: #4b65bf;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.47;
        width: 210px;
        word-break: normal;
		font-family: "Gothic Thin"
    }

    .buying-guide-styles .entity-content .topic-table-contents .topic-table-contents-inner .topic-table-item:hover {
        color: #4b65bf
    }

    .buying-guide-styles .entity-content .topic-table-contents .topic-table-contents-inner .topic-table-item.active {
        color: #344585;
        text-decoration: underline
    }
}

.components--content--product {
    display: block;
    margin: 25px 0!important;
    border-radius: 5px;
    box-shadow: 3px 3px 5px 0 rgba(0,0,0,.09);
    border: solid 1px #aaa8b3
}

.components--content--product .product-badge-triangle {
    width: 0;
    height: 0;
    display: block;
    position: relative;
    top: 5px;
    right: 10px;
    border-left: 10px solid transparent;
    border-top: 10px solid #7b7986
}

.components--content--product .product-badge-triangle.product-badge-best-of {
    border-top: 10px solid #3C4C59 /*#ad6f17*/
}

.components--content--product .product-badge-triangle.product-badge-best-for {
    border-top: 10px solid #000
}

.components--content--product .product-badge {
    position: relative;
    display: table;
    height: 32px;
    box-sizing: border-box;
    padding: 4px 14px 2px 23px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    top: 5px;
    right: 10px
}

.components--content--product .product-badge span {
    font-weight: 800;
    margin: 0
}

.components--content--product .product-badge.product-badge-best-of span {
    margin: 0 0 0 9px
}

.components--content--product .product-badge.product-badge-best-for span {
    margin: 0 0 0 7px
}

.components--content--product .product-badge.product-badge-top-pick span {
    margin: 0 0 0 10px
}

.components--content--product .product-badge.product-badge-best-of {
    background: #dea14b;
    background-image: url("data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAyOCAxMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMy45OTMuMDggOS4xMSA1Ljk3Ny4xMDEgMS4xNSAyLjI2IDEyLjE2aDIzLjQ2NGwyLjE2LTExLjAxMS04Ljk5NyA0LjgxNXoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    background-size: 23px auto;
    background-position: 14px 11px;
    padding: 4px 14px 2px 30px
}

.components--content--product .product-badge.product-badge-best-for {
    background: #040f3d;
    background-image: url("data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAC8AAAAqCAIAAACsiJVIAAABhWlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AYht+mSqVUHewgxSFDdbIiKuKoVShChVArtOpgcukfNGlIWlwcBdeCgz+LVQcXZ10dXAVB8AfE0clJ0UVK/C4ptIjxjuMe3vvel7vvAKFRZprVNQ5oetVMJeJiJrsqBl4RpNmHMURkZhlzkpSE5/i6h4/vdzGe5V335+hVcxYDfCLxLDPMKvEG8fRm1eC8TxxmRVklPiceNemCxI9cV1x+41xwWOCZYTOdmicOE4uFDlY6mBVNjXiKOKpqOuULGZdVzluctXKNte7JXxjK6SvLXKc1hAQWsQQJIhTUUEIZVcRo10mxkKLzuIc/4vglcinkKoGRYwEVaJAdP/gf/O6tlZ+ccJNCcaD7xbY/hoHALtCs2/b3sW03TwD/M3Clt/2VBjDzSXq9rUWPgP5t4OK6rSl7wOUOMPhkyKbsSH5aQj4PvJ/RN2WBgVsguOb2rXWO0wcgTb1K3gAHh8BIgbLXPd7d09m3f2ta/fsBeA9yqbEL8e8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfmCgoOMCjJqRn5AAADR0lEQVRYw2Nk4bdlGDSAiWEwgeHoGmVFaWVF6cHiGm8PK28Pq8HiGn8fO38fO8rNYaHcCH5+HitzbQjj48cvAxw2bk5mLCwsLCwsbk5mAx9T8BRDedKh1DVMTMweruYQtoerORMT80C6xspcW1iIH8IWFuKHJKABcw1a7FAYWZS6xsvdCg+Xrq6RlRHX0lBAFtHSUJCVER8Y1/hgixcfCiKLMtd4WhEpSCRgRGvfhAY6NdelcnGyE6NZXEyIiQndP//+/Xv56h0x2n///lvbPGvZqt04XcPAwKCjpbR0XgNagqA6ePT4ZVRi/ckz15AFmZk45NHUvXr9fv6SrdxcHGbGmoyMjLRwyrqNB31CS+/ef0ogppCBi5PZvGkVkhIiVHTHz5+/SqunTp+zHqsslrCBg3v3ny5cul1ZUVqTSrF249ZDz8DibTuP41KAzzUMDAzff/xcs2H/o8cvHO2M2dlZKXHKgqXbQmJqnj57TUKewlPQLZvfYGFKTjX0+fO3nOJe5LxDZtjAwadPXxcu3fHr5287a33MXI0HnL1w0yOg6NDRC8QoJtY1DAwM////P3L80p59p+1tDYUE+YjRMmXm2vC4unfvP9KqLD555trDRy+IVLxx6+F///7SsGaQlRF3sDUkUnGwvwNt66noMDfi002Qnz1JrUHSXRPhRrxiMVFBOxt9WrnG3ERLQ02eJC0kRRZpromJ9MAq/v7D5/cfPuOKLJq4hp2DLTzYGVP80NGLxjZJxjZJh45exBpZNpZ61HeNn6eNoAAvssifP39qm2Y7e+c+fvLy8ZOXzt65tU2z//z5g6YxPMSF+q6JDndDqwKtnTM6+hYjC3b0LbZ2zrhx6yFKL93bhsquERMTcndBdGxnL9hkYpd87uItTJXnLt4ysUuevWATXERSQoTIyCLWNRHBziwsLJC2mH94RVZBz88fv3A2Yn78yiro8Q+vePX6PTRnBThS0zVxUZ4MDAy79p40tE7ctvMYMVq27TxmaJ24a+9JBgaGYH97qrlGR0tJQ00ur6TfO7j0FXEtcGij9tU77+DSvJJ+IUE+YiKLqPZNVJjr2fM3b95+RHZTS11VzsJMe+HS7VRwDd3A6AgtbgAATnoFUELR2jEAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-size: 21px auto;
    background-position: 10px 7px
}

.components--content--product .product-badge.product-badge-top-pick {
    background: #9f9cac;
    background-image: url("data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAADIAAAAsCAIAAACogXwNAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAD6klEQVRYhe2YW1caVxTH98yIZURDsaTBBCMWQcRQ6wVQsBKK+NjVp366rtUv0E+AECkRVLxxDUiMJILRxhsgIreZ6UPWSqdzBgNIwIf83/Z/7zPnBzPn7DOD/fnHX3D/hHcagF9fsRrRPcXq6uDck1NatWa4UqnubkeTB2l2qmNYc+bJUc0PAECSYLEa8/nC6YeLT9nO3ETtM9VHpk/SjCnZYQew5IMDeoOOY/b29rDDdmP194stVgOGYRw/l82zw7ZikaTQtmQSCLgPNE0z0ehrttM+LILAbXaTSNSDpvzrwcxlju20D+tni176UIL6sVf78dgbjtkmrKmZccWwHPWP0if+9SDqtwNLOfL0xwkN6l9e5twvNhiGZ8gXx3okk5rmp1G/eFNyObyVSpV31JfF6usTWW2zBMGdhaIol9OXzxdqDeTHwnHuvtKEursFi0tmofAbNLXq2Wa3GlTcLQTHMYNxQjWqoCk6GIhHwonmmDAMs9pmxd/2oanA7qvkQer24VyscZ1ao1UCAEEQMwYdhmPh4F4TWHPmyYHH36N+8iAV2Il9djj3JqrUCnY4NT2uGH7SKNO4TqUeHUb90w8Xq56teq7AxSJJITvEMGx+gX8brKXBpwMzem4nBoB8vuBa9lEU3QxWJpPjOF1dhM1uEvXyNA1U/d+JF57zdOJKueJ0eIvFUj0X4cEK7sbRIpIULtp5Wiy3rEdos5vRMoZh3Ct+TtdrDCudOo6EeFafpF9s+cWI/Av/iSAIm90kEpFoyr8ROkqf1M/EgwUAW5vhw3fvUV8ulxlmf6p1oYXneqmU5xGMxw5i0f2GmPixAMDj9p+fZVB/TKsc0ypRf3rm2ZCCZ8G+P/pnYy3QKFNNrGqVci17C9c3aEpvnJAPytjOiGpINzGKVmYyuRXXOsPbipvDAoBCoeha9lWr3FaK45jFapRIHnwMZTKpaX4KHV4slpwOX61O3DwWAJyfZzzuTfTnCgRdi0tmkhT2Pei1Ls7hONqJ6RfOtfzVdXNMAED89uvvt6Sz2SuKoh4/ecTxu7sFsoGHKvUQ7yHY+3IrnWps6XH0+YNNJJR4nXiL+lKpRCzm6cShQPzN/uFdmOrCAgDf6s7x8Wk9lW+T6Z3t6N2QAOrEYhhmxbmWy17dXnZ2evny7827M0H9p9NyueJ0+Eqlcq2C6+sGOnHLsAAgl8uvONdommfiSqXqcvhubootYWoMCwBOTs583h2OyTCMx+2/uMi2igmaeMXYT7wLh/53Xt3yh1OHx61DAmju+9b2ZqRUKo9pR2iaDgf3EnvJ1jI1iQUAkVCC9/zTKt3Tb6dfsRrRPcX6F71MaKOk+ji/AAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-size: 19px auto;
    background-position: 13px 8px
}

.components--content--product .components--content--product--image {
    box-sizing: border-box;
    display: block;
    padding: 0 25px;
    margin: 15px auto 0
}

.components--content--product .components--content--product--image img {
    display: block;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    object-fit: contain;
    aspect-ratio: 1;
    image-rendering: -webkit-optimize-contrast;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.components--content--product .components--content--product--content {
    box-sizing: border-box;
    display: block;
    vertical-align: top;
    margin: 8px 0 20px;
    padding: 0 25px 8px 25px;
    word-break: break-word
}

.components--content--product .components--content--product--content .components--content--product--content--brand,.components--content--product .components--content--product--content .components--content--product--content--model,.components--content--product .components--content--product--content .components--content--product--content--title,.components--content--product .components--content--product--content .components--content--product--content--bottom {
    display: block
}

.components--content--product .components--content--product--content .components--content--product--content--brand,.components--content--product .components--content--product--content .components--content--product--content--brand a {
    font-size: 22px;
    font-weight: 600;
    color: #040f3d;
    line-height: 1.4
}

.components--content--product .components--content--product--content .components--content--product--content--model,.components--content--product .components--content--product--content .components--content--product--content--model a {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.17;
    color: #212026
}

.components--content--product .components--content--product--content .components--content--product--content--title,.components--content--product .components--content--product--content .components--content--product--content--title a {
    margin: 18px 0 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.06;
/*    color: #c9882c*/
	color: #3C4C59
}

.components--content--product .components--content--product--content .components--content--product--content--bottom {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 1.5;
    color: #212026
}

.components--content--product .components--content--product--content .check-price {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.78;
    padding: 6px 0;
    box-sizing: border-box;
    width: 100%;
    height: 38px;
    border: none;
    margin: 20px auto 0;
    border-radius: 2px;
    background-color: #4b65bf;
    color: #fff
}

.components--content--product .components--content--product--content .components--content--product--content--store-logo img {
    display: block;
    margin: 7px auto 0
}

@media (min-width: 768px) {
    .components--content--product .product-badge-triangle {
        right:16px;
        border-left: 16px solid transparent
    }

    .components--content--product .product-badge {
        font-size: 17px;
        right: 16px;
        padding-bottom: 3px
    }

    .components--content--product .product-badge.product-badge-best-for {
        background-size: 25px auto;
        background-position: 8px 4px
    }

    .components--content--product .product-badge.product-badge-best-of {
        background-size: 26px auto;
        background-position: 8px 12px
    }

    .components--content--product .product-badge.product-badge-top-pick {
        background-size: 22px auto;
        background-position: 9px 7px
    }

    .components--content--product .product-badge.product-badge-top-pick span {
        margin: 0 0 0 17px
    }

    .components--content--product .components--content--product--image {
        display: inline-block;
        margin: 15px 30px 25px;
        padding: 0;
        width: 200px;
        height: 180px
    }

    .components--content--product .components--content--product--image a {
        display: flex;
        height: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap
    }

    .components--content--product .components--content--product--image img {
        max-width: 200px
    }

    .components--content--product .components--content--product--content {
        display: inline-block;
        width: 325px;
        margin: 5px 0 28px 7px;
        padding: 0
    }

    .components--content--product .components--content--product--content .components--content--product--content--brand {
        line-height: normal;
        padding-bottom: 1px
    }

    .components--content--product .components--content--product--content .components--content--product--content--brand a {
        font-size: 24px
    }

    .components--content--product .components--content--product--content .components--content--product--content--model a {
        font-size: 22px;
        line-height: 1.3
    }

    .components--content--product .components--content--product--content .components--content--product--content--title,.components--content--product .components--content--product--content .components--content--product--content--title a {
        margin: 20px 0 0;
        font-size: 18px;
        line-height: .95;
        letter-spacing: 1.4px
    }

    .components--content--product .components--content--product--content .components--content--product--content--bottom {
        margin: 8px 0 0;
        font-size: 15px;
        line-height: 1.56
    }

    .components--content--product .components--content--product--content .check-price {
        margin: 20px 0 10px;
        font-size: 18px;
        width: 180px;
        height: 48px
    }

    .components--content--product--content--store-logo {
        width: 180px
    }

    .components--content--product--content--store-logo img {
        width: 60px;
        margin: 0 auto
    }
}

@media (min-width: 768px) and (max-width:1279px) {
    .components--content--product .product-badge.product-badge-best-of {
        background-position:11px 12px
    }

    .components--content--product .product-badge.product-badge-best-for {
        background-position: 8px 6px
    }

    .components--content--product .product-badge.product-badge-top-pick {
        background-position: 9px 8px
    }

    .components--content--product .product-badge.product-badge-best-of span {
        margin: 0 0 0 16px
    }

    .components--content--product .product-badge.product-badge-best-for span {
        margin: 0 0 0 17px
    }

    .components--content--product .components--content--product--image {
        margin: 30px 30px 25px
    }

    .components--content--product .components--content--product--content {
        margin-top: 18px;
        padding-right: 30px
    }

    .components--content--product .components--content--product--content .components--content--product--content--brand a {
        font-size: 24px
    }

    .components--content--product .components--content--product--content .components--content--product--content--model a {
        font-size: 22px;
        line-height: 1.27
    }

    .components--content--product .components--content--product--content .components--content--product--content--bottom {
        font-size: 15px;
        line-height: 1.6
    }

    .components--content--product .components--content--product--content .check-price {
        margin: 21px 0 8px
    }
}

@media (min-width: 1280px) {
    .entity-content-is-editable .components-contenttexteditor .components--content--product .product-badge {
        height:30px
    }

    .components--content--product .product-badge-triangle {
        top: 14px
    }

    .components--content--product .product-badge {
        padding-bottom: 1px;
        height: 30px;
        top: 14px
    }

    .components--content--product .product-badge .product-badge-top-pick {
        background-position: 9px 8px
    }

    .components--content--product .product-badge.product-badge-best-of {
        background-position: 11px 12px
    }

    .components--content--product .product-badge.product-badge-best-of span {
        margin: 0 0 0 16px
    }

    .components--content--product .product-badge.product-badge-best-for span {
        margin: 0 0 0 17px
    }

    .components--content--product .components--content--product--content {
        padding: 0 30px 0 0
    }

    .components--content--product .components--content--product--content .components--content--product--content--title a {
        font-size: 18px
    }

    .components--content--product .components--content--product--content .check-price {
        margin: 22px 0 10px
    }

    .components--content--product .components--content--product--content .components--content--product--content {
        margin: 5px 0 28px 0
    }

    .widget-content .components--content--product .components--content--product--content {
        padding: 0 50px 0 0;
        margin: 5px 0 28px;
        width: 390px
    }

    .widget-content .components--content--product .components--content--product--image {
        width: 270px;
        height: 270px;
        margin: 15px 32px 25px 50px
    }

    .widget-content .components--content--product .components--content--product--image img {
        max-width: 270px;
        max-height: 270px;
        width: 270px;
        height: auto
    }
}

@media (max-width: 1280px) {
    .widget-buyingguide .subscribe-buying-guide {
        display:none
    }
}

@media (min-width: 1280px) {
    .widget-buyingguide .bying-guide-wrapper {
        float:left;
        margin-top: -10px
    }

    .widget-buyingguide .topic-table-contents {
        padding-top: 20px
    }

    .widget-buyingguide .subscribe-buying-guide {
        width: 190px;
        float: right;
        margin-right: -260px;
        position: relative;
        z-index: 1
    }

    .widget-buyingguide .subscribe-buying-guide .sbg-title {
        width: 180px;
        font-size: 22px;
        font-weight: 600;
        color: #040f3d;
        margin: 20px 0 0 0
    }

    .widget-buyingguide .subscribe-buying-guide .sbg-title span {
/*        color: #dea14b*/
		color: #3C4C59
    }

    .widget-buyingguide .subscribe-buying-guide .sbg-text {
        font-size: 14px;
        line-height: 1.57;
        color: #040f3d;
        margin: 8px 0 10px
    }
}

body.cke_dialog_open .header-pcontainer {
    z-index: 11111
}

.components-contenttexteditor {
    max-width: 100%;
    font-size: 15px;
    color: #212026;
    line-height: 1.75;
    letter-spacing: 0;
    word-break: break-word;
    box-sizing: border-box;
    height: auto
}
.u-post-details .fr-view .media-wrapper{
 transform: translatex(18px);
 margin-top:35px;
}
.media-wrapper .bying-guide-wrapper .components-contenttexteditor{
	transform: translatex(-5px);}
	
@media (max-width: 1023px) and (min-width:768px) {
    .components-contenttexteditor {
        line-height:28px;
        margin-top: 16px
    }
}

.components-contenttexteditor strong {
    font-weight: 600
}

.components-contenttexteditor a {
    color: #4b65bf;
    text-decoration: none;
    font-weight: 600
}

.components-contenttexteditor p {
    margin-bottom: 20px
}

.components-contenttexteditor p:last-child {
    margin: 0 0 0 0
}

.components-contenttexteditor a {
    font-weight: 600
}

.components-contenttexteditor a:hover {
    color: #4b65bf
}

.components-contenttexteditor ol {
    counter-reset: item;
    padding: 0;
    world-break: normal
}

.components-contenttexteditor ol li {
    display: block;
    word-break: normal;
	font-family: "Brigade Light";
	text-align: left;
}

.components-contenttexteditor ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    font-weight: 700;
    float: left;
    margin-right: 9px;
	font-family: "Brigade Light";
}

.components-contenttexteditor blockquote {
    border-left: 1px solid #d9d9d9;
    margin: 20px 0;
    padding-left: 20px;
    font-family: Georgia;
    font-size: 17px;
    font-weight: 400;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.59;
    color: #25232b
}

.components-contenttexteditor h1 {
    font-size: 26px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-transform: uppercase;
    margin: 0
}

.components-contenttexteditor h1:before {
    content: " ";
    display: block;
    width: 30px;
    height: 1px;
    border-bottom: 4px solid #3C4C59;
    margin: 30px 0 10px
}

.components-contenttexteditor .title-bar {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.components-contenttexteditor h1 .title-bar {
    display: block;
    font-size: 22px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
	font-family: "open-sans";
    line-height: 1.36;
    letter-spacing: normal;
    text-transform: initial;
    margin: 0
}

.components-contenttexteditor h3 {
    font-size: 20px;
    line-height: 1;
    letter-spacing: normal;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    color: #040f3d;
    padding: 15px 0 10px;
    margin: 17px 0 5px
}

.components-contenttexteditor h2 {
    display: block;
    padding: 15px 0 10px;
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    color: #040f3d;
    font-style: normal;
    line-height: 1.15;
    text-transform: uppercase;
	text-align: left;
}

.components-contenttexteditor h2:before {
    content: " ";
    display: block;
    width: 30px;
    height: 1px;
    border-bottom: 4px solid #3C4C59;
    margin: 15px 0 10px
}

.components-contenttexteditor.center {
    text-align: center
}

.components-contenttexteditor .add_product_txt {
    display: none
}

.components-contenttexteditor .components--content--product {
    margin: 0
}

.components-contenttexteditor .buttonwidget .button {
    display: inline-block;
    width: inherit;
    border: none;
    margin: 15px 0;
    cursor: pointer
}

.components-contenttexteditor .buttonwidget .button,.components-contenttexteditor .buttonwidget .button:hover {
    border-radius: 2px;
    padding: 7px 22px;
    background: #4b65bf;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    transition: all 250ms ease-in-out
}

.components-contenttexteditor .buttonwidget .button:hover {
    transform: scale(1.1);
    background-color: #607bd8;
    color: #fff;
    border: none;
    -webkit-box-shadow: 0 6px 9px -5px #ababab;
    -moz-box-shadow: 0 6px 9px -5px #ababab;
    box-shadow: 0 6px 9px -5px #ababab
}

.components-contenttexteditor img {
    max-width: 100%;
    height: auto
}

.components-contenttexteditor .addmediawidget {
    margin-bottom: 20px
}

.components-contenttexteditor .addmediawidget img,.components-contenttexteditor .addmediawidget video,.components-contenttexteditor .addmediawidget .br-youtube-frame-wrapper {
    display: block;
    height: auto;
    width: 100%;
    margin: 0 auto
}

.components-contenttexteditor .addmediawidget video,.components-contenttexteditor .addmediawidget .br-youtube-frame-wrapper,.components-contenttexteditor .addmediawidget .prgrsv.loaded img {
    height: 100%;
    border: solid 1px #d8d8d8;
    box-sizing: border-box
}

.components-contenttexteditor .addimagewidget {
    width: 200px;
    height: 182px;
    padding: 0 0 10px 20px;
    border-left: 1px solid #d9d9d9
}

.components-contenttexteditor .addimagewidget img {
    display: block;
    margin: 0;
    width: 200px;
    height: 182px;
    object-fit: cover
}

.components-contenttexteditor .br-youtube-frame-inner {
    display: block
}

.components-contenttexteditor .image-caption {
    display: block;
    font-family: 'Gothic Thin',Georgia;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
    color: #212026;
    margin: 5px 0 20px
}

.components-contenttexteditor .pullout-title {
    display: block;
    font-size: 33px;
    font-weight: 500;
    line-height: 1.3;
    color: #040f3d;
    padding: 5px 20px 9px;
    text-transform: uppercase;
    border-left: 1px solid #d9d9d9
}

.components-contenttexteditor .pullout-text {
    display: block;
    padding: 10px 20px 13px;
    border-left: 1px solid #d9d9d9;
    margin: 0 0 22px;
    font-family: 'Gothic Thin',Georgia;
    font-size: 16px;
    line-height: 1.56
}

.components-contenttexteditor .pullout-author {
    display: block;
    font-size: 20px;
    font-weight: 600;
    padding: 24px 20px 10px;
    color: #040f3d;
    border-left: 1px solid #d9d9d9;
    top: -22px;
    position: relative
}

.components-contenttexteditor .pullout-author-desc {
    display: block;
    color: #040f3d;
    padding: 2px 20px 1px;
    border-left: 1px solid #d9d9d9;
    top: -31px;
    position: relative
}

@media (min-width: 767px) and (max-width:1280px) {
    .components-contenttexteditor {
        font-size:15px
    }

    .components-contenttexteditor h1 {
        font-size: 32px
    }

    .components-contenttexteditor h2 {
        font-size: 30px
    }

    .components-contenttexteditor h3 {
        font-size: 22px;
        line-height: 1.5;
        letter-spacing: .08px;
        margin: inherit
    }

    .components-contenttexteditor a {
        font-size: 15px
    }

    .components-contenttexteditor a:hover {
        text-decoration: underline
    }

    .components-contenttexteditor a:active {
/*        color: #a17c3d*/
		color: #3C4C59
    }

    .components-contenttexteditor p {
        margin: 0 0 20px 0
    }

    .components-contenttexteditor .pullout-title {
        line-height: 1.75
    }

    .components-contenttexteditor .addimagewidget img {
        height: 200px
    }

    .components-contenttexteditor .addmediawidget img,.components-contenttexteditor .addmediawidget video,.components-contenttexteditor .addmediawidget .br-youtube-frame-wrapper {
        width: 100%;
        margin: inherit
    }

    .components-contenttexteditor .image-caption {
        font-size: 15px
    }
}

@media (min-width: 1281px) {
    .components-contenttexteditor {
        font-size:inherit
    }

    .components-contenttexteditor h1 {
        font-size: 32px
    }

    .components-contenttexteditor h1:before {
        border-bottom: 5px solid #3C4C59;
        width: 35px;
        margin: 30px 0 15px
    }

    .components-contenttexteditor h2 {
        font-size: 30px;
		font-family: "Gothic Thin"
    }

    .components-contenttexteditor h2:before {
        border-bottom: 6px solid #3C4C59;
        width: 40px;
        margin: 15px 0 15px
    }

    .components-contenttexteditor h3 {
        font-size: 22px;
        line-height: 1.5;
        letter-spacing: .08px;
        margin: inherit
    }

    .components-contenttexteditor ol {
        world-break: normal
    }

    .components-contenttexteditor .pullout-title {
        line-height: 1.75
    }

    .components-contenttexteditor .addimagewidget img {
        height: 182px
    }

    .components-contenttexteditor .addmediawidget img,.components-contenttexteditor .addmediawidget video,.components-contenttexteditor .addmediawidget .br-youtube-frame-wrapper {
        width: 100%;
        margin: inherit
    }

    .components-contenttexteditor .image-caption {
        font-size: 15px
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}


.slick-prev,.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: 'â†'
}

[dir='rtl'] .slick-prev:before {
    content: 'â†’'
}

.slick-next {
    right: -25px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: 'â†’'
}

[dir='rtl'] .slick-next:before {
    content: 'â†'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:hover,.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'â€¢';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #b2b6ca
}

.br-slick .slick-arrow {
    position: absolute;
    top: 50%;
    width: 57px;
    height: 57px;
    background-size: contain;
    padding: 0;
    border: none;
    opacity: 1;
    margin: 0;
    z-index: 2;
    display: block!important;
    transform: translate(0,-50%)
}

.br-slick .slick-arrow:before {
    display: none
}

.br-slick .slick-arrow.slick-prev {
    left: -57px;
    background-repeat: no-repeat;
    background-image: url(//cdn13.bestreviews.com/images/v4/arrow-green-v2.svg);
    background-size: 17px 52px
}

.br-slick .slick-arrow.slick-next {
    right: -57px;
    background-repeat: no-repeat;
    background-image: url(//cdn13.bestreviews.com/images/v4/arrow-green-v2.svg);
    background-size: 17px 52px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.br-slick.inside-arrows .slick-arrow.slick-prev {
    left: -28px
}

.br-slick.inside-arrows .slick-arrow.slick-next {
    right: -28px
}

.br-slick.small-arrows .slick-arrow {
    width: 17px;
    height: 52px
}

.br-slick.small-arrows .slick-arrow.slick-prev {
    left: -48px
}

.br-slick.small-arrows .slick-arrow.slick-next {
    right: -48px
}

.br-slick.inside-arrows.small-arrows .slick-arrow.slick-prev {
    left: -19px
}

.br-slick.inside-arrows.small-arrows .slick-arrow.slick-next {
    right: -19px
}

@media (max-width: 767px) {
    .br-slick.small-arrows .slick-arrow {
        width:30px;
        height: 30px
    }

    .br-slick.inside-arrows.small-arrows .slick-arrow.slick-prev {
        left: -16px
    }

    .br-slick.inside-arrows.small-arrows .slick-arrow.slick-next {
        right: -16px
    }
}

.br-slick.micro-arrows .slick-arrow {
    width: 30px;
    height: 30px
}

.br-slick.micro-arrows .slick-arrow.slick-prev {
    left: -40px
}

.br-slick.micro-arrows .slick-arrow.slick-next {
    right: -40px
}

.br-slick.inside-arrows.micro-arrows .slick-arrow.slick-prev {
    left: -15px
}

.br-slick.inside-arrows.micro-arrows .slick-arrow.slick-next {
    right: -15px
}

@media (max-width: 767px) {
    .br-slick.micro-arrows .slick-arrow {
        width:24px;
        height: 24px
    }

    .br-slick.inside-arrows.micro-arrows .slick-arrow.slick-prev {
        left: -12px
    }

    .br-slick.inside-arrows.micro-arrows .slick-arrow.slick-next {
        right: -12px
    }
}

.brstyle .ui-dialog-titlebar {
    background: transparent;
    border: none;
    margin-top: -12px
}

.brstyle.ui-dialog .ui-dialog-titlebar-close {
    margin-top: -20px;
    margin-right: -17px;
    height: 31px;
    width: 30px;
    background-size: cover;
    border-radius: 30px;
    border: 1px solid #aaa
}

.ui-widget-overlay.ui-front {
    background: rgba(51,62,72,.85);
    z-index: 11111;
    opacity: 1
}

.brstyle.loading .ui-dialog-buttonpane {
    opacity: .5
}

.brstyle.loading .ui-dialog-buttonpane button {
    pointer-events: none
}

@media (max-width: 768px) {
    .brstyle {
        left:0;
        right: 0;
        width: auto!important;
        top: 0!important;
        bottom: 0
    }

    .brstyle .ui-dialog-titlebar {
        margin-top: 0
    }

    .brstyle.ui-dialog .ui-dialog-titlebar-close {
        margin-right: 0
    }

    .brstyle .ui-widget-content {
        padding-left: 20px!important;
        padding-right: 20px!important
    }
}

body.is-topic .desktop-footer {
    margin-top: 30px;
    width: 100%;
    display: inline-table
}

footer {
    overflow: hidden
}

.footer-content {
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    background-color: #040f3d
}

.footer-content-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.footer-content-row-2 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    border-top: solid 1px #696f8a;
    padding: 40px 0
}

.footer-content-row-1 {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 0 10px
}

.footer-content-row-2 {
    text-align: center
}

.footer-content-row-2 .logo-arrow {
    display: block;
    margin: 25px auto 0;
    position: relative
}

.footer-content-row-2 .logo-arrow:before {
    content: ' ';
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
	-webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.footer-content-row-2 .logo {
    margin: 35px auto 25px;
    width: 180px
}

.footer-content-row-2 .social-buttons {
    border-top: none
}

.footer-content nav a {
    color: #fff;
    line-height: 27px;
    letter-spacing: 0;
    font-weight: 300;
    font-size: 15px
}

.footer-content nav ul {
    padding-left: 0
}

.footer-content nav li {
    margin-bottom: 3px;
    list-style: none;
    padding: 0
}

.footer-content nav .footer-column {
    width: 270px;
    margin: 67px 20px 0;
    font-size: 13px
}

.footer-content nav .footer-column-title {
    font-size: 15px;
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600
}

.footer-content-row-2 .social-buttons a {
    display: inline-block;
    width: 45px
}

.footer-content-row-2 .social-buttons a img {
    width: 15px;
    height: 12px
}

.footer-content .footer-reserved-text {
    width: 270px;
    text-align: left;
    margin: 50px auto 20px;
    color: #fff
}

.footer-content .footer-reserved-text p {
    font-size: 10px;
    font-weight: 500;
    display: inline-block
}

.footer-content-row-2 .social-buttons a.social-insta img {
    top: -5px
}

.footer-content-row-2 .social-buttons a.social-in img {
    top: -5px
}

.footer-content-row-2 .social-buttons a.social-youtube img {
    top: -5px
}

.footer-content-row-2 .social-buttons a.social-fb img {
    width: 17px;
    height: 14px
}

.footer-content-row-2 .social-buttons a.social-pinterest img {
    width: 17px;
    height: 14px
}

.footer-content nav .footer-form-column {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 25px;
    margin: 20px 20px 0
}

.footer-content nav .footer-form-column input {
    display: block;
    height: 40px;
    width: 270px;
    margin: 20px auto 0;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding-left: 10px;
    border-radius: 5px;
    background-color: #fff;
    color: #040f3d;
    font-weight: 400
}

.footer-content nav .footer-form-column button {
    width: 270px;
    height: 40px;
    margin-top: 10px;
    background: #4b65bf;
    border: none;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 5px
}

.embedable-element-holder {
    position: relative;
    z-index: 10
}

@media (max-width: 767px) {
    .embedable-element-holder {
        margin:65px auto 20px auto!important
    }
}

@media (min-width: 768px) {
    .footer-content-inner {
        display:-webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }

    .footer-content-row-2 {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        border-top: solid 1px #696f8a;
        padding: 40px 0
    }

    .footer-content-row-1 {
        width: 100%;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        padding: 0 0 10px
    }

    .footer-content-row-2 .logo-arrow {
        display: none
    }

    .footer-content nav .footer-form-column {
        width: 507px;
        font-size: 16px;
        margin: 20px auto 0
    }

    .footer-content nav .footer-form-column input {
        width: 507px
    }

    .footer-content nav .footer-form-column button {
        width: 507px;
        margin-top: 20px
    }

    .footer-content nav .footer-column.footer-column-no-title {
        display: none
    }

    .footer-content nav .footer-form-column .footer-form-text {
        width: 360px;
        margin: 60px auto 40px;
        font-weight: 600;
        line-height: 25px
    }

    .footer-content-row-2 .logo {
        margin: 0 auto 25px
    }

    .footer-content-row-2 .social-buttons {
        position: relative
    }

    .footer-content-row-2 .social-buttons>a {
        display: block;
        width: 21px;
        height: 21px;
        margin-right: 20px;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: .7
    }

    .footer-content-row-2 .social-buttons a {
        display: inline-block;
        float: none;
        vertical-align: middle;
        margin: 0 18px;
        width: 27px;
        height: 27px;
        opacity: .9
    }

    .footer-content-row-2 .social-buttons a.social-in img {
        height: 20px;
        position: relative;
        top: 2px
    }

    .footer-content-row-2 .social-buttons a.social-insta img {
        height: 23px;
        position: relative;
        top: 2px
    }

    .footer-content-row-2 .social-buttons a.social-youtube img {
        height: 23px;
        position: relative;
        top: 3px
    }

    .footer-content-row-2 .social-buttons a.social-fb img {
        height: 27px;
        width: auto
    }

    .footer-content-row-2 .social-buttons a.social-pinterest img {
        height: 27px;
        width: auto
    }

    .footer-content-row-2 .social-buttons a img {
        display: block;
        height: 27px;
        width: auto
    }

    .footer-content-row-2 .social-buttons a img:hover {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        opacity: 1
    }

    .footer-content-row-2 .social-buttons>a:hover {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        opacity: 1
    }

    .footer-content .footer-reserved-text {
        width: 150px;
        margin: 25px 0 5px 0;
        font-size: 13px
    }

    .footer-content .footer-reserved-text p {
        font-size: 13px;
        line-height: 25px;
        margin: 0
    }
}

@media (min-width: 768px) and (max-width:1279px) {
    .footer-content nav {
        max-width:507px;
        margin: 0 auto 60px
    }

    .footer-content nav .footer-column {
        width: 250px;
        display: inline-block;
        margin: 67px auto 0
    }

    .footer-content nav .footer-form-column {
        width: 507px
    }

    .footer-content nav .footer-column.first-links-column {
        margin-top: 20px!important;
        position: relative;
        top: -45px
    }
}

@media (min-width: 1280px) {
    .footer-content nav {
        overflow:hidden;
        font-size: 18px;
        max-width: 1080px;
        text-align: left;
        margin: 0 auto;
        padding: 60px 0 70px
    }

    .footer-content nav .footer-column {
        width: 250px;
        float: left;
        margin: 67px auto 0
    }

    .footer-content nav .footer-column {
        margin-top: unset
    }

    .footer-content nav .footer-column-title {
        font-size: 16px
    }

    .footer-content nav .footer-column-no-title {
        margin-top: 31px;
        width: 120px
    }

    .footer-content .footer-form-input {
        position: relative
    }

    .footer-content #footer-subscribe-result {
        display: block;
        left: 0;
        position: absolute;
        text-align: center;
        top: -30px;
        width: 100%;
        font-size: 12px;
        color: rgb(60%,60%,60%)
    }

    .footer-content nav .footer-form-column {
        width: 360px;
        color: #fff;
        font-weight: 600;
        line-height: 25px;
        text-align: left;
        margin: 20px 100px 0 auto
    }

    .footer-content nav .footer-column.footer-column-no-title {
        display: block
    }

    .footer-content nav .footer-form-column .footer-form-text {
        margin: 0
    }

    .footer-content nav .footer-form-column input {
        width: 360px;
        margin-top: 30px
    }

    .footer-content nav .footer-form-column button {
        width: 360px;
        height: 40px;
        margin-top: 10px;
        background: #4b65bf;
        border: none;
        color: #fff;
        font-weight: 500;
        cursor: pointer;
        box-sizing: border-box;
        border-radius: 2px
    }

    .footer-content nav .footer-form-column .error {
        outline: 1px solid #9E0000;
        color: #9E0000
    }

    .footer-content nav ul {
        padding: 0
    }

    .footer-content nav a {
        font-size: 16px
    }

    .footer-content .disabled-btn {
        opacity: .5;
        pointer-events: none
    }

    .footer-content-row-2 .logo {
        height: 25px;
        margin-top: 0;
        margin: 0 40px 0 0;
        width: auto;
        vertical-align: middle;
        display: inline-block
    }

    .footer-content-row-2 .social-buttons {
        vertical-align: middle;
        display: inline-block
    }
}






/* Custom */

.table-contents-sticky ul li p{
	text-align: left;
}

@font-face {
    font-family: 'Gothic-Thin';
    src: url("/../font/Gothic-Thin.woff2") format('woff2'),
        url('../font/Gothic-Thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brigade';
    src: url('Brigade-Light.woff2') format('woff2'),
        url('Brigade-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* List Item */
.table-contents-sticky > ul > li{
	font-family: 'Brigade';
 text-align:left;
 font-size:14px;
}

/* List Item */
.table-contents-sticky li li{
 text-align:left;
}

/* List */
.table-contents-sticky ul ul{
 text-align:left;
}

/* List Item */
.bying-guide-wrapper ul li{
 font-size:18px;
	font-family: "Brigade Light";
}


/* List */
.table-contents-sticky ul ul a{
	font-family: 'Brigade';
 font-size:14px;
 font-weight:300;
 list-style-position:outside;
	 text-align:left;
}

/* Bying guide wrapper */
.media-wrapper .widget .bying-guide-wrapper{
 padding-left:35px;
 margin-right:45px;
}

/* Bying guide wrapper */
.u-section-1 .u-sheet .u-post-details .u-container-layout .fr-view .entity-content .widget .media-wrapper .media-background-wrapper .widget .bying-guide-wrapper{
 width:118% !important;
}

/* Topic table contents */
.media-wrapper .widget .topic-table-contents{
 transform:translatex(0px) translatey(0px);
 min-height:1017px;
 padding-left:31px;
}

/* Heading */
.media-wrapper .table-contents-sticky h3{
 text-align:left;
}



@media (min-width:768px){

 /* List Item */
 .table-contents-sticky > ul > li{
  margin-bottom:0px !important;
	 font-family: 'Brigade';
	 text-align:left;
 } 
}

@media (min-width:1280px){

 /* List */
 .table-contents-sticky ul ul{
  margin-bottom:0px !important;
	 font-family: 'Brigade';
 }
 
}


