.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}
.vegas-overlay,
.vegas-slide,
.vegas-slide-inner,
.vegas-timer,
.vegas-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0
}

.vegas-overlay {
  opacity: .5;
  background: url(overlays/02.png) center center
}

.vegas-timer {
  top: auto;
  bottom: 0;
  height: 2px
}

.vegas-timer-progress {
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: width ease-out;
  transition: width ease-out
}

.vegas-timer-running .vegas-timer-progress {
  width: 100%
}

.vegas-slide,
.vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: center center no-repeat;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

body .vegas-container {
  overflow: hidden !important;
  position: relative
}

.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto
}

body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2
}

body.vegas-container>.vegas-overlay,
body.vegas-container>.vegas-slide,
body.vegas-container>.vegas-timer {
  position: fixed;
  z-index: -1
}

:root body.vegas-container>.vegas-overlay,
:root body.vegas-container>.vegas-slide,
_::full-page-media,
_:future {
  bottom: -76px
}

.vegas-transition-fade,
.vegas-transition-fade2 {
  opacity: 0
}

.vegas-transition-fade-in,
.vegas-transition-fade2-in {
  opacity: 1
}

.vegas-transition-fade2-out {
  opacity: 0
}

.vegas-transition-blur,
.vegas-transition-blur2 {
  opacity: 0;
  -webkit-filter: blur(32px);
  filter: blur(32px)
}

.vegas-transition-blur-in,
.vegas-transition-blur2-in {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0)
}

.vegas-transition-blur2-out {
  opacity: 0
}

.vegas-transition-flash,
.vegas-transition-flash2 {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25)
}

.vegas-transition-flash-in,
.vegas-transition-flash2-in {
  opacity: 1;
  -webkit-filter: brightness(1);
  filter: brightness(1)
}

.vegas-transition-flash2-out {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25)
}

.vegas-transition-negative,
.vegas-transition-negative2 {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%)
}

.vegas-transition-negative-in,
.vegas-transition-negative2-in {
  opacity: 1;
  -webkit-filter: invert(0);
  filter: invert(0)
}

.vegas-transition-negative2-out {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%)
}

.vegas-transition-burn,
.vegas-transition-burn2 {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%)
}

.vegas-transition-burn-in,
.vegas-transition-burn2-in {
  opacity: 1;
  -webkit-filter: contrast(100%) saturate(100%);
  filter: contrast(100%) saturate(100%)
}

.vegas-transition-burn2-out {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%)
}

.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.vegas-transition-slideLeft2-out,
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}

.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.vegas-transition-slideRight2-out {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}

.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.vegas-transition-slideDown,
.vegas-transition-slideDown2,
.vegas-transition-slideUp2-out {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.vegas-transition-slideDown2-out {
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}

.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0
}

.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

.vegas-transition-zoomIn2-out,
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0
}

.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

.vegas-transition-zoomOut2-out {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0
}

.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
  -webkit-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0
}

.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  opacity: 1
}

.vegas-transition-swirlLeft2-out,
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
  -webkit-transform: scale(2) rotate(-35deg);
  transform: scale(2) rotate(-35deg);
  opacity: 0
}

.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  opacity: 1
}

.vegas-transition-swirlRight2-out {
  -webkit-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0
}

.vegas-animation-kenburns {
  -webkit-animation: kenburns ease-out;
  animation: kenburns ease-out
}

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.vegas-animation-kenburnsUp {
  -webkit-animation: kenburnsUp ease-out;
  animation: kenburnsUp ease-out
}

@-webkit-keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%)
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0)
  }
}

@keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%)
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0)
  }
}

.vegas-animation-kenburnsDown {
  -webkit-animation: kenburnsDown ease-out;
  animation: kenburnsDown ease-out
}

@-webkit-keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%)
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0)
  }
}

@keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%)
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0)
  }
}

.vegas-animation-kenburnsLeft {
  -webkit-animation: kenburnsLeft ease-out;
  animation: kenburnsLeft ease-out
}

@-webkit-keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0)
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0)
  }
}

@keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0)
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0)
  }
}

.vegas-animation-kenburnsRight {
  -webkit-animation: kenburnsRight ease-out;
  animation: kenburnsRight ease-out
}

@-webkit-keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0)
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0)
  }
}

@keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0)
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0)
  }
}

.vegas-animation-kenburnsUpLeft {
  -webkit-animation: kenburnsUpLeft ease-out;
  animation: kenburnsUpLeft ease-out
}

@-webkit-keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%)
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0)
  }
}

@keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%)
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0)
  }
}

.vegas-animation-kenburnsUpRight {
  -webkit-animation: kenburnsUpRight ease-out;
  animation: kenburnsUpRight ease-out
}

@-webkit-keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%)
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0)
  }
}

@keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%)
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0)
  }
}

.vegas-animation-kenburnsDownLeft {
  -webkit-animation: kenburnsDownLeft ease-out;
  animation: kenburnsDownLeft ease-out
}

@-webkit-keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%)
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0)
  }
}

@keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%)
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0)
  }
}

.vegas-animation-kenburnsDownRight {
  -webkit-animation: kenburnsDownRight ease-out;
  animation: kenburnsDownRight ease-out
}

@-webkit-keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%)
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0)
  }
}

@keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%)
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0)
  }
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[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
}

.rf_clearfix:before,
.rf_container:before,
.rf_container-fluid:before,
.rf_row:before,
.brg_section-title:before,
.brg_header__catalog .brg_catalog:before,
.brg_product-cards .brg_section-title .brg_tabs-nav:before,
.brg_header--top-categories-panel .brg_top-categories-panel__column .brg_nav:before,
.rf_clearfix:after,
.rf_container:after,
.rf_container-fluid:after,
.rf_row:after,
.brg_section-title:after,
.brg_header__catalog .brg_catalog:after,
.brg_product-cards .brg_section-title .brg_tabs-nav:after,
.brg_header--top-categories-panel .brg_top-categories-panel__column .brg_nav:after {
  content: " ";
  display: table
}

.rf_clearfix:after,
.rf_container:after,
.rf_container-fluid:after,
.rf_row:after,
.brg_section-title:after,
.brg_header__catalog .brg_catalog:after,
.brg_product-cards .brg_section-title .brg_tabs-nav:after,
.brg_header--top-categories-panel .brg_top-categories-panel__column .brg_nav:after {
  clear: both
}

.brg_btn,
.brg_nav__link,
.brg_header__search-btn,
.brg_header__side-nav-btn,
.brg_side-nav__btn,
.brg_list-compare-prices-popup__close-btn,
.brg_header--top-categories-panel .brg_top-categories-panel__close-btn {
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0
}

.brg_btn:focus,
.brg_nav__link:focus,
.brg_header__search-btn:focus,
.brg_header__side-nav-btn:focus,
.brg_side-nav__btn:focus,
.brg_list-compare-prices-popup__close-btn:focus,
.brg_header--top-categories-panel .brg_top-categories-panel__close-btn:focus {
  outline: none
}

.brg_lists__list,
.brg_autocomplete,
.brg_social-networks,
.brg_nav,
.brg_list--unstyled,
.brg_compare-prices,
.brg_product-cards .brg_section-title .brg_tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0
}

.rf_center-block {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.rf_img-responsive,
.brg_list__image,
.brg_autocomplete__img,
.brg_product-card__img,
.brg_category-card__img,
.brg_compare-prices__img,
.brg_product__img,
.brg_page-about__side-image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  width: auto
}

/*!normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

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

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td,
th {
  padding: 0
}

.rf_pull-right {
  float: right !important
}

.rf_pull-left {
  float: left !important
}

.rf_hide {
  display: none !important
}

.rf_show {
  display: block !important
}

.rf_invisible {
  visibility: hidden
}

.rf_hidden {
  display: none !important
}

.rf_no-padding {
  padding: 0 !important
}

.rf_no-padding--bottom {
  padding-bottom: 0 !important
}

.rf_no-padding--left {
  padding-left: 0 !important
}

.rf_no-padding--right {
  padding-right: 0 !important
}

.rf_no-padding--top {
  padding-top: 0 !important
}

.rf_no-margin {
  margin: 0 !important
}

.rf_no-margin--bottom {
  margin-bottom: 0 !important
}

.rf_no-margin--left {
  margin-left: 0 !important
}

.rf_no-margin--right {
  margin-right: 0 !important
}

.rf_no-margin--top {
  margin-top: 0 !important
}

@-ms-viewport {
  width: device-width
}

.rf_visible-xs {
  display: none !important
}

.rf_visible-sm {
  display: none !important
}

.rf_visible-md {
  display: none !important
}

.rf_visible-lg {
  display: none !important
}

.rf_visible-xs-block,
.rf_visible-xs-inline,
.rf_visible-xs-inline-block,
.rf_visible-sm-block,
.rf_visible-sm-inline,
.rf_visible-sm-inline-block,
.rf_visible-md-block,
.rf_visible-md-inline,
.rf_visible-md-inline-block,
.rf_visible-lg-block,
.rf_visible-lg-inline,
.rf_visible-lg-inline-block {
  display: none !important
}

@media(max-width: 767px) {
  .rf_visible-xs {
    display: block !important
  }

  table.rf_visible-xs {
    display: table !important
  }

  tr.rf_visible-xs {
    display: table-row !important
  }

  th.rf_visible-xs,
  td.rf_visible-xs {
    display: table-cell !important
  }
}

@media(max-width: 767px) {
  .rf_visible-xs-block {
    display: block !important
  }
}

@media(max-width: 767px) {
  .rf_visible-xs-inline {
    display: inline !important
  }
}

@media(max-width: 767px) {
  .rf_visible-xs-inline-block {
    display: inline-block !important
  }
}

@media(min-width: 768px) and (max-width:991px) {
  .rf_visible-sm {
    display: block !important
  }

  table.rf_visible-sm {
    display: table !important
  }

  tr.rf_visible-sm {
    display: table-row !important
  }

  th.rf_visible-sm,
  td.rf_visible-sm {
    display: table-cell !important
  }
}

@media(min-width: 768px) and (max-width:991px) {
  .rf_visible-sm-block {
    display: block !important
  }
}

@media(min-width: 768px) and (max-width:991px) {
  .rf_visible-sm-inline {
    display: inline !important
  }
}

@media(min-width: 768px) and (max-width:991px) {
  .rf_visible-sm-inline-block {
    display: inline-block !important
  }
}

@media(min-width: 992px) and (max-width:1199px) {
  .rf_visible-md {
    display: block !important
  }

  table.rf_visible-md {
    display: table !important
  }

  tr.rf_visible-md {
    display: table-row !important
  }

  th.rf_visible-md,
  td.rf_visible-md {
    display: table-cell !important
  }
}

@media(min-width: 992px) and (max-width:1199px) {
  .rf_visible-md-block {
    display: block !important
  }
}

@media(min-width: 992px) and (max-width:1199px) {
  .rf_visible-md-inline {
    display: inline !important
  }
}

@media(min-width: 992px) and (max-width:1199px) {
  .rf_visible-md-inline-block {
    display: inline-block !important
  }
}

@media(min-width: 1200px) {
  .rf_visible-lg {
    display: block !important
  }

  table.rf_visible-lg {
    display: table !important
  }

  tr.rf_visible-lg {
    display: table-row !important
  }

  th.rf_visible-lg,
  td.rf_visible-lg {
    display: table-cell !important
  }
}

@media(min-width: 1200px) {
  .rf_visible-lg-block {
    display: block !important
  }
}

@media(min-width: 1200px) {
  .rf_visible-lg-inline {
    display: inline !important
  }
}

@media(min-width: 1200px) {
  .rf_visible-lg-inline-block {
    display: inline-block !important
  }
}

@media(max-width: 767px) {
  .rf_hidden-xs {
    display: none !important
  }
}

@media(min-width: 768px) and (max-width:991px) {
  .rf_hidden-sm {
    display: none !important
  }
}

@media(min-width: 992px) and (max-width:1199px) {
  .rf_hidden-md {
    display: none !important
  }
}

@media(min-width: 1200px) {
  .rf_hidden-lg {
    display: none !important
  }
}

.rf_text-left {
  text-align: left
}

.rf_text-right {
  text-align: right
}

.rf_text-center {
  text-align: center
}

.rf_text-justify {
  text-align: justify
}

.rf_text-nowrap {
  white-space: nowrap
}

.rf_text-lowercase {
  text-transform: lowercase
}

.rf_text-uppercase {
  text-transform: uppercase
}

.rf_text-capitalize {
  text-transform: capitalize
}

.cookie_alert {
  display: none;
  min-height: 30px;
  background-color: #c3c3c3;
  width: 100%;
  font-size: 14px;
  color: #000;
  position: fixed;
  z-index: 999;
  padding: 0 10px
}

.cookie_alert span {
  font-weight: 700
}

.cookie_alert.text {
  width: 80%
}

.fixed {
  position: fixed !important
}

.cookie_alert .close-button {
  font-weight: 700;
  width: 20%;
  cursor: pointer;
  text-align: right
}

.cookie_content {
  font-size: 0;
  display: table;
  margin: 0;
  padding: 0;
  font-family: open sans;
  width: 100%;
  text-align: justify
}

.cookie_content li:first-child {
  width: 80%
}

.cookie_content li:last-child {
  width: 20%;
  vertical-align: top
}

.cookie_content li {
  display: table-cell;
  font-size: 14px;
  padding: 0 40px
}

.cookie_alert .cookie_content li p {
  margin: 5px;
  color: #000
}

@media(max-width: 1264px) {
  .cookie_content li:last-child {
    width: 6%
  }

  .cookie_alert .close-button {
    text-align: left
  }

  .cookie_content li {
    font-size: 13px;
    padding: 0 20px
  }
}

@media(max-width: 972px) {
  .cookie_content li:last-child {
    width: 13%
  }

  .cookie_alert .close-button {
    text-align: left
  }

  .cookie_content li {
    font-size: 11px;
    padding: 0 0;
    letter-spacing: -1px;
    line-height: 11px
  }
}

@media(max-width: 289px) {
  .cookie_content li:last-child {
    width: 20%;
    vertical-align: top
  }

  .cookie_content li:first-child {
    width: 70%
  }
}

.rf_container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px
}

@media(max-width: 1400px) {
  .rf_container .desktop_padding {
    padding-top: 60px
  }
}

@media(min-width: 768px) {
  .rf_container {
    width: 750px
  }
}

@media(min-width: 992px) {
  .rf_container {
    width: 970px
  }
}

@media(min-width: 1200px) {
  .rf_container {
    width: 1170px
  }
}

.rf_container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px
}

.rf_row {
  margin-left: -15px;
  margin-right: -15px
}

.rf_col-xs-1,
.rf_col-sm-1,
.rf_col-md-1,
.rf_col-lg-1,
.rf_col-xs-2,
.rf_col-sm-2,
.rf_col-md-2,
.rf_col-lg-2,
.rf_col-xs-3,
.rf_col-sm-3,
.rf_col-md-3,
.rf_col-lg-3,
.rf_col-xs-4,
.rf_col-sm-4,
.rf_col-md-4,
.rf_col-lg-4,
.rf_col-xs-5,
.rf_col-sm-5,
.rf_col-md-5,
.rf_col-lg-5,
.rf_col-xs-6,
.rf_col-sm-6,
.rf_col-md-6,
.rf_col-lg-6,
.rf_col-xs-7,
.rf_col-sm-7,
.rf_col-md-7,
.rf_col-lg-7,
.rf_col-xs-8,
.rf_col-sm-8,
.rf_col-md-8,
.rf_col-lg-8,
.rf_col-xs-9,
.rf_col-sm-9,
.rf_col-md-9,
.rf_col-lg-9,
.rf_col-xs-10,
.rf_col-sm-10,
.rf_col-md-10,
.rf_col-lg-10,
.rf_col-xs-11,
.rf_col-sm-11,
.rf_col-md-11,
.rf_col-lg-11,
.rf_col-xs-12,
.rf_col-sm-12,
.rf_col-md-12,
.rf_col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.rf_col-xs-1,
.rf_col-xs-2,
.rf_col-xs-3,
.rf_col-xs-4,
.rf_col-xs-5,
.rf_col-xs-6,
.rf_col-xs-7,
.rf_col-xs-8,
.rf_col-xs-9,
.rf_col-xs-10,
.rf_col-xs-11,
.rf_col-xs-12 {
  float: left
}

.rf_col-xs-1 {
  width: 8.3333333333%
}

.rf_col-xs-2 {
  width: 16.6666666667%
}

.rf_col-xs-3 {
  width: 25%
}

.rf_col-xs-4 {
  width: 33.3333333333%
}

.rf_col-xs-5 {
  width: 41.6666666667%
}

.rf_col-xs-6 {
  width: 50%
}

.rf_col-xs-7 {
  width: 58.3333333333%
}

.rf_col-xs-8 {
  width: 66.6666666667%
}

.rf_col-xs-9 {
  width: 75%
}

.rf_col-xs-10 {
  width: 83.3333333333%
}

.rf_col-xs-11 {
  width: 91.6666666667%
}

.rf_col-xs-12 {
  width: 100%
}

.rf_col-xs-pull-0 {
  right: auto
}

.rf_col-xs-pull-1 {
  right: 8.3333333333%
}

.rf_col-xs-pull-2 {
  right: 16.6666666667%
}

.rf_col-xs-pull-3 {
  right: 25%
}

.rf_col-xs-pull-4 {
  right: 33.3333333333%
}

.rf_col-xs-pull-5 {
  right: 41.6666666667%
}

.rf_col-xs-pull-6 {
  right: 50%
}

.rf_col-xs-pull-7 {
  right: 58.3333333333%
}

.rf_col-xs-pull-8 {
  right: 66.6666666667%
}

.rf_col-xs-pull-9 {
  right: 75%
}

.rf_col-xs-pull-10 {
  right: 83.3333333333%
}

.rf_col-xs-pull-11 {
  right: 91.6666666667%
}

.rf_col-xs-pull-12 {
  right: 100%
}

.rf_col-xs-push-0 {
  left: auto
}

.rf_col-xs-push-1 {
  left: 8.3333333333%
}

.rf_col-xs-push-2 {
  left: 16.6666666667%
}

.rf_col-xs-push-3 {
  left: 25%
}

.rf_col-xs-push-4 {
  left: 33.3333333333%
}

.rf_col-xs-push-5 {
  left: 41.6666666667%
}

.rf_col-xs-push-6 {
  left: 50%
}

.rf_col-xs-push-7 {
  left: 58.3333333333%
}

.rf_col-xs-push-8 {
  left: 66.6666666667%
}

.rf_col-xs-push-9 {
  left: 75%
}

.rf_col-xs-push-10 {
  left: 83.3333333333%
}

.rf_col-xs-push-11 {
  left: 91.6666666667%
}

.rf_col-xs-push-12 {
  left: 100%
}

.rf_col-xs-offset-0 {
  margin-left: 0%
}

.rf_col-xs-offset-1 {
  margin-left: 8.3333333333%
}

.rf_col-xs-offset-2 {
  margin-left: 16.6666666667%
}

.rf_col-xs-offset-3 {
  margin-left: 25%
}

.rf_col-xs-offset-4 {
  margin-left: 33.3333333333%
}

.rf_col-xs-offset-5 {
  margin-left: 41.6666666667%
}

.rf_col-xs-offset-6 {
  margin-left: 50%
}

.rf_col-xs-offset-7 {
  margin-left: 58.3333333333%
}

.rf_col-xs-offset-8 {
  margin-left: 66.6666666667%
}

.rf_col-xs-offset-9 {
  margin-left: 75%
}

.rf_col-xs-offset-10 {
  margin-left: 83.3333333333%
}

.rf_col-xs-offset-11 {
  margin-left: 91.6666666667%
}

.rf_col-xs-offset-12 {
  margin-left: 100%
}

@media(min-width: 768px) {

  .rf_col-sm-1,
  .rf_col-sm-2,
  .rf_col-sm-3,
  .rf_col-sm-4,
  .rf_col-sm-5,
  .rf_col-sm-6,
  .rf_col-sm-7,
  .rf_col-sm-8,
  .rf_col-sm-9,
  .rf_col-sm-10,
  .rf_col-sm-11,
  .rf_col-sm-12 {
    float: left
  }

  .rf_col-sm-1 {
    width: 8.3333333333%
  }

  .rf_col-sm-2 {
    width: 16.6666666667%
  }

  .rf_col-sm-3 {
    width: 25%
  }

  .rf_col-sm-4 {
    width: 33.3333333333%
  }

  .rf_col-sm-5 {
    width: 41.6666666667%
  }

  .rf_col-sm-6 {
    width: 50%
  }

  .rf_col-sm-7 {
    width: 58.3333333333%
  }

  .rf_col-sm-8 {
    width: 66.6666666667%
  }

  .rf_col-sm-9 {
    width: 75%
  }

  .rf_col-sm-10 {
    width: 83.3333333333%
  }

  .rf_col-sm-11 {
    width: 91.6666666667%
  }

  .rf_col-sm-12 {
    width: 100%
  }

  .rf_col-sm-pull-0 {
    right: auto
  }

  .rf_col-sm-pull-1 {
    right: 8.3333333333%
  }

  .rf_col-sm-pull-2 {
    right: 16.6666666667%
  }

  .rf_col-sm-pull-3 {
    right: 25%
  }

  .rf_col-sm-pull-4 {
    right: 33.3333333333%
  }

  .rf_col-sm-pull-5 {
    right: 41.6666666667%
  }

  .rf_col-sm-pull-6 {
    right: 50%
  }

  .rf_col-sm-pull-7 {
    right: 58.3333333333%
  }

  .rf_col-sm-pull-8 {
    right: 66.6666666667%
  }

  .rf_col-sm-pull-9 {
    right: 75%
  }

  .rf_col-sm-pull-10 {
    right: 83.3333333333%
  }

  .rf_col-sm-pull-11 {
    right: 91.6666666667%
  }

  .rf_col-sm-pull-12 {
    right: 100%
  }

  .rf_col-sm-push-0 {
    left: auto
  }

  .rf_col-sm-push-1 {
    left: 8.3333333333%
  }

  .rf_col-sm-push-2 {
    left: 16.6666666667%
  }

  .rf_col-sm-push-3 {
    left: 25%
  }

  .rf_col-sm-push-4 {
    left: 33.3333333333%
  }

  .rf_col-sm-push-5 {
    left: 41.6666666667%
  }

  .rf_col-sm-push-6 {
    left: 50%
  }

  .rf_col-sm-push-7 {
    left: 58.3333333333%
  }

  .rf_col-sm-push-8 {
    left: 66.6666666667%
  }

  .rf_col-sm-push-9 {
    left: 75%
  }

  .rf_col-sm-push-10 {
    left: 83.3333333333%
  }

  .rf_col-sm-push-11 {
    left: 91.6666666667%
  }

  .rf_col-sm-push-12 {
    left: 100%
  }

  .rf_col-sm-offset-0 {
    margin-left: 0%
  }

  .rf_col-sm-offset-1 {
    margin-left: 8.3333333333%
  }

  .rf_col-sm-offset-2 {
    margin-left: 16.6666666667%
  }

  .rf_col-sm-offset-3 {
    margin-left: 25%
  }

  .rf_col-sm-offset-4 {
    margin-left: 33.3333333333%
  }

  .rf_col-sm-offset-5 {
    margin-left: 41.6666666667%
  }

  .rf_col-sm-offset-6 {
    margin-left: 50%
  }

  .rf_col-sm-offset-7 {
    margin-left: 58.3333333333%
  }

  .rf_col-sm-offset-8 {
    margin-left: 66.6666666667%
  }

  .rf_col-sm-offset-9 {
    margin-left: 75%
  }

  .rf_col-sm-offset-10 {
    margin-left: 83.3333333333%
  }

  .rf_col-sm-offset-11 {
    margin-left: 91.6666666667%
  }

  .rf_col-sm-offset-12 {
    margin-left: 100%
  }
}

@media(min-width: 992px) {

  .rf_col-md-1,
  .rf_col-md-2,
  .rf_col-md-3,
  .rf_col-md-4,
  .rf_col-md-5,
  .rf_col-md-6,
  .rf_col-md-7,
  .rf_col-md-8,
  .rf_col-md-9,
  .rf_col-md-10,
  .rf_col-md-11,
  .rf_col-md-12 {
    float: left
  }

  .rf_col-md-1 {
    width: 8.3333333333%
  }

  .rf_col-md-2 {
    width: 16.6666666667%
  }

  .rf_col-md-3 {
    width: 25%
  }

  .rf_col-md-4 {
    width: 33.3333333333%
  }

  .rf_col-md-5 {
    width: 41.6666666667%
  }

  .rf_col-md-6 {
    width: 50%
  }

  .rf_col-md-7 {
    width: 58.3333333333%
  }

  .rf_col-md-8 {
    width: 66.6666666667%
  }

  .rf_col-md-9 {
    width: 75%
  }

  .rf_col-md-10 {
    width: 83.3333333333%
  }

  .rf_col-md-11 {
    width: 91.6666666667%
  }

  .rf_col-md-12 {
    width: 100%
  }

  .rf_col-md-pull-0 {
    right: auto
  }

  .rf_col-md-pull-1 {
    right: 8.3333333333%
  }

  .rf_col-md-pull-2 {
    right: 16.6666666667%
  }

  .rf_col-md-pull-3 {
    right: 25%
  }

  .rf_col-md-pull-4 {
    right: 33.3333333333%
  }

  .rf_col-md-pull-5 {
    right: 41.6666666667%
  }

  .rf_col-md-pull-6 {
    right: 50%
  }

  .rf_col-md-pull-7 {
    right: 58.3333333333%
  }

  .rf_col-md-pull-8 {
    right: 66.6666666667%
  }

  .rf_col-md-pull-9 {
    right: 75%
  }

  .rf_col-md-pull-10 {
    right: 83.3333333333%
  }

  .rf_col-md-pull-11 {
    right: 91.6666666667%
  }

  .rf_col-md-pull-12 {
    right: 100%
  }

  .rf_col-md-push-0 {
    left: auto
  }

  .rf_col-md-push-1 {
    left: 8.3333333333%
  }

  .rf_col-md-push-2 {
    left: 16.6666666667%
  }

  .rf_col-md-push-3 {
    left: 25%
  }

  .rf_col-md-push-4 {
    left: 33.3333333333%
  }

  .rf_col-md-push-5 {
    left: 41.6666666667%
  }

  .rf_col-md-push-6 {
    left: 50%
  }

  .rf_col-md-push-7 {
    left: 58.3333333333%
  }

  .rf_col-md-push-8 {
    left: 66.6666666667%
  }

  .rf_col-md-push-9 {
    left: 75%
  }

  .rf_col-md-push-10 {
    left: 83.3333333333%
  }

  .rf_col-md-push-11 {
    left: 91.6666666667%
  }

  .rf_col-md-push-12 {
    left: 100%
  }

  .rf_col-md-offset-0 {
    margin-left: 0%
  }

  .rf_col-md-offset-1 {
    margin-left: 8.3333333333%
  }

  .rf_col-md-offset-2 {
    margin-left: 16.6666666667%
  }

  .rf_col-md-offset-3 {
    margin-left: 25%
  }

  .rf_col-md-offset-4 {
    margin-left: 33.3333333333%
  }

  .rf_col-md-offset-5 {
    margin-left: 41.6666666667%
  }

  .rf_col-md-offset-6 {
    margin-left: 50%
  }

  .rf_col-md-offset-7 {
    margin-left: 58.3333333333%
  }

  .rf_col-md-offset-8 {
    margin-left: 66.6666666667%
  }

  .rf_col-md-offset-9 {
    margin-left: 75%
  }

  .rf_col-md-offset-10 {
    margin-left: 83.3333333333%
  }

  .rf_col-md-offset-11 {
    margin-left: 91.6666666667%
  }

  .rf_col-md-offset-12 {
    margin-left: 100%
  }
}

@media(min-width: 1200px) {

  .rf_col-lg-1,
  .rf_col-lg-2,
  .rf_col-lg-3,
  .rf_col-lg-4,
  .rf_col-lg-5,
  .rf_col-lg-6,
  .rf_col-lg-7,
  .rf_col-lg-8,
  .rf_col-lg-9,
  .rf_col-lg-10,
  .rf_col-lg-11,
  .rf_col-lg-12 {
    float: left
  }

  .rf_col-lg-1 {
    width: 8.3333333333%
  }

  .rf_col-lg-2 {
    width: 16.6666666667%
  }

  .rf_col-lg-3 {
    width: 25%
  }

  .rf_col-lg-4 {
    width: 33.3333333333%
  }

  .rf_col-lg-5 {
    width: 41.6666666667%
  }

  .rf_col-lg-6 {
    width: 50%
  }

  .rf_col-lg-7 {
    width: 58.3333333333%
  }

  .rf_col-lg-8 {
    width: 66.6666666667%
  }

  .rf_col-lg-9 {
    width: 75%
  }

  .rf_col-lg-10 {
    width: 83.3333333333%
  }

  .rf_col-lg-11 {
    width: 91.6666666667%
  }

  .rf_col-lg-12 {
    width: 100%
  }

  .rf_col-lg-pull-0 {
    right: auto
  }

  .rf_col-lg-pull-1 {
    right: 8.3333333333%
  }

  .rf_col-lg-pull-2 {
    right: 16.6666666667%
  }

  .rf_col-lg-pull-3 {
    right: 25%
  }

  .rf_col-lg-pull-4 {
    right: 33.3333333333%
  }

  .rf_col-lg-pull-5 {
    right: 41.6666666667%
  }

  .rf_col-lg-pull-6 {
    right: 50%
  }

  .rf_col-lg-pull-7 {
    right: 58.3333333333%
  }

  .rf_col-lg-pull-8 {
    right: 66.6666666667%
  }

  .rf_col-lg-pull-9 {
    right: 75%
  }

  .rf_col-lg-pull-10 {
    right: 83.3333333333%
  }

  .rf_col-lg-pull-11 {
    right: 91.6666666667%
  }

  .rf_col-lg-pull-12 {
    right: 100%
  }

  .rf_col-lg-push-0 {
    left: auto
  }

  .rf_col-lg-push-1 {
    left: 8.3333333333%
  }

  .rf_col-lg-push-2 {
    left: 16.6666666667%
  }

  .rf_col-lg-push-3 {
    left: 25%
  }

  .rf_col-lg-push-4 {
    left: 33.3333333333%
  }

  .rf_col-lg-push-5 {
    left: 41.6666666667%
  }

  .rf_col-lg-push-6 {
    left: 50%
  }

  .rf_col-lg-push-7 {
    left: 58.3333333333%
  }

  .rf_col-lg-push-8 {
    left: 66.6666666667%
  }

  .rf_col-lg-push-9 {
    left: 75%
  }

  .rf_col-lg-push-10 {
    left: 83.3333333333%
  }

  .rf_col-lg-push-11 {
    left: 91.6666666667%
  }

  .rf_col-lg-push-12 {
    left: 100%
  }

  .rf_col-lg-offset-0 {
    margin-left: 0%
  }

  .rf_col-lg-offset-1 {
    margin-left: 8.3333333333%
  }

  .rf_col-lg-offset-2 {
    margin-left: 16.6666666667%
  }

  .rf_col-lg-offset-3 {
    margin-left: 25%
  }

  .rf_col-lg-offset-4 {
    margin-left: 33.3333333333%
  }

  .rf_col-lg-offset-5 {
    margin-left: 41.6666666667%
  }

  .rf_col-lg-offset-6 {
    margin-left: 50%
  }

  .rf_col-lg-offset-7 {
    margin-left: 58.3333333333%
  }

  .rf_col-lg-offset-8 {
    margin-left: 66.6666666667%
  }

  .rf_col-lg-offset-9 {
    margin-left: 75%
  }

  .rf_col-lg-offset-10 {
    margin-left: 83.3333333333%
  }

  .rf_col-lg-offset-11 {
    margin-left: 91.6666666667%
  }

  .rf_col-lg-offset-12 {
    margin-left: 100%
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html,
body,
.brg_container {
  height: 100%
}

body {
  background: #f7f7f7;
  color: #666;
  font-family: latolatin, sans-serif;
  font-size: 20px;
  line-height: 1.428571429
}

body.editorial_homepage {
  background: #fff
}

@media(max-width: 767px) {
  body {
    font-size: 18px
  }
}

body::-webkit-scrollbar {
  width: 10px
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

body::-webkit-scrollbar-thumb {
  background-color: #00113d;
  border-radius: 0 0 50px 50px
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

figure {
  margin: 0
}

a {
  color: #17baef;
  text-decoration: none
}

img {
  vertical-align: middle
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin-bottom: 28px;
  margin-top: 28px
}

p {
  margin: 0 0 28px
}

.h1 {
  font-family: inherit;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.1
}

@media(max-width: 767px) {
  .h1 {
    font-size: 22px
  }
}

.h2 {
  font-family: inherit;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.1
}

@media(max-width: 767px) {
  .h2 {
    font-size: 21px
  }
}

.h3 {
  font-family: inherit;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.1
}

@media(max-width: 767px) {
  .h3 {
    font-size: 21px
  }
}

.h4 {
  font-family: inherit;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1
}

@media(max-width: 767px) {
  .h4 {
    font-size: 16px
  }
}

.h5 {
  font-family: inherit;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1
}

@media(max-width: 767px) {
  .h5 {
    font-size: 14px
  }
}

.brg_container {
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
  -webkit-transition: all .6s ease;
  transition: all .6s ease
}

@media(max-width: 720px) {
  .brg_container__gdpr_popup_active {
    padding-top: 90px;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
  }
}

.brg_page-row {
  display: table-row
}

.brg_page-row--expanded {
  height: auto
}

@media(min-width: 1600px) {
  .rf_container {
    width: 1425px
  }
}

.social_proof {
  background-color: #f4f4f4;
  border-radius: 25px;
  text-align: center;
  padding: 2px 10px;
  margin-left: 10px;
  font-size: 13px;
  display: none
}

.social_proof.bougth {
  color: #e54f10
}

.social_proof.purchase {
  color: #57be3e
}

.social_proof.view {
  color: #d68300
}

.social_proof img {
  vertical-align: text-top
}

@media(max-width: 767px) {
  .social_proof {
    visibility: hidden
  }
}

.brg_list {
  text-align: center
}

.brg_list__link {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px 0 #e6e6e6, 0 0 2px 0 #e6e6e6;
  box-shadow: 0 2px 2px 0 #e6e6e6, 0 0 2px 0 #e6e6e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.brg_list__image-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  width: 160px;
  margin: auto
}

.brg_list__title {
  color: #394650;
  font-weight: 400;
  margin: 10px 0 0;
  padding: 0
}

.brg_list__reviews-count {
  background: url(assets/img/check-1ecfe29cebfcf322fd33b638d64c67a832700d661a7340d73fd116f10d99915b.svg) no-repeat right center;
  border-top: 1px solid #ebebeb;
  color: #a3acbf;
  margin-top: 11px;
  text-align: left
}

@media(min-width: 768px) {
  .brg_list {
    min-height: 280px
  }

  .brg_list__link {
    padding: 15px 20px 10px
  }

  .brg_list__title {
    font-size: 18px
  }

  .brg_list__reviews-count {
    font-size: 14px;
    line-height: 1.36;
    padding-top: 10px
  }
}

@media(max-width: 767px) {
  .brg_list {
    min-height: 200px
  }

  .brg_list__link {
    padding: 10px 15px
  }

  .brg_list__title {
    font-size: 16px;
    line-height: 1.12
  }

  .brg_list__image-wrapper {
    height: 100px;
    width: 100px
  }

  .brg_list__reviews-count {
    font-size: 10px;
    line-height: 1.4;
    padding: 8px 34px 0 0
  }
}

.brg_lists__list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.brg_lists__list,
.brg_lists .brg_list {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.brg_lists .brg_list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.brg_lists .brg_list__link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  -webkit-transition: ease .5s all;
  transition: ease .5s all
}

.brg_lists .brg_list__link:hover {
  -webkit-box-shadow: 3px 3px 5px #c7c2c2;
  box-shadow: 3px 3px 5px #c7c2c2;
  border-radius: 15px;
  -webkit-transition: ease .5s all;
  transition: ease .5s all
}

@media(min-width: 768px) {
  .brg_lists__list {
    margin: 20px
  }

  .brg_lists .brg_list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    padding: 20px
  }
}

@media(min-width: 992px) {
  .brg_lists .brg_list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
  }
}

@media(min-width: 1200px) {
  .brg_lists__list {
    margin: 20px -20px
  }

  .brg_lists .brg_list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%
  }
}

@media(max-width: 767px) {
  .brg_lists__list {
    margin: 10px -10px
  }

  .brg_lists .brg_list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 10px
  }
}

.marketing_homepage {
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

.marketing_homepage__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: -68%;
  top: -45px;
  position: relative;
  width: 240px;
  margin: auto
}

.marketing_homepage .brg_intro {
  background-image: none;
  background: radial-gradient(circle at 50% 41%, #f4fdff, #ddecf5);
  height: 650px !important
}

@media(max-width: 575px) {
  .marketing_homepage .brg_intro {
    height: 450px !important
  }
}

.marketing_homepage__intro {
  line-height: 3
}

.marketing_homepage__intro__pre-title {
  font-size: 40px;
  line-height: 1;
  color: #18afdb
}

@media(max-width: 575px) {
  .marketing_homepage__intro__pre-title {
    font-size: 30px
  }
}

.marketing_homepage__intro__title {
  font-size: 60px;
  line-height: 0;
  color: #464646
}

@media(max-width: 875px) {
  .marketing_homepage__intro__title {
    white-space: pre;
    font-size: 40px
  }
}

@media(max-width: 575px) {
  .marketing_homepage__intro__title {
    font-size: 22px
  }
}

.marketing_homepage__intro__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center
}

@media(max-width: 575px) {
  .marketing_homepage__intro__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 120px
  }
}

.marketing_homepage__intro__email-collector {
  width: 745px;
  margin: auto;
  padding: 20px;
  white-space: nowrap;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 45px 0 rgba(60, 201, 242, .41);
  box-shadow: 0 8px 45px 0 rgba(60, 201, 242, .41);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out
}

.marketing_homepage__intro__email-collector:hover {
  border-radius: 10px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out
}

@media(max-width: 785px) {
  .marketing_homepage__intro__email-collector {
    width: 95%
  }
}

.marketing_homepage__intro__slogan {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  color: #464646
}

.marketing_homepage__intro__slogan>u {
  text-decoration: none;
  border-bottom: 5px solid #ff0
}

@media(max-width: 575px) {
  .marketing_homepage__intro__slogan {
    font-size: 18px
  }
}

.marketing_homepage__input-email {
  width: 80%;
  height: 60px;
  font-size: 17px;
  padding: 0 20px;
  margin: 0 10px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out
}

@media(max-width: 575px) {
  .marketing_homepage__input-email {
    width: auto
  }
}

.marketing_homepage__input-btn {
  width: 250px;
  padding: 0 20px;
  border: none;
  outline: none;
  color: #fff;
  background-color: #17afdb;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out
}

.marketing_homepage__input-btn:hover {
  border-radius: 10px;
  background-color: #00c6ff;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out
}

@media(max-width: 575px) {
  .marketing_homepage__input-btn {
    margin: 5px 12px;
    width: auto
  }
}

.marketing_homepage__img {
  position: absolute;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out
}

.marketing_homepage__img:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out
}

@media(max-width: 765px) {
  .marketing_homepage__img {
    display: none
  }
}

.marketing_homepage__img.white_bag_img {
  left: 5%;
  margin-top: -15px
}

@media(max-width: 1265px) {
  .marketing_homepage__img.white_bag_img {
    margin-top: -162px
  }
}

.marketing_homepage__img.red_bag_img {
  right: 10%
}

@media(max-width: 1265px) {
  .marketing_homepage__img.red_bag_img {
    margin-top: -162px
  }
}

.marketing_homepage__img.laptop_img {
  left: 5%;
  top: 442px
}

.marketing_homepage__img.clock_img {
  right: 5%;
  top: 28%
}

.marketing_homepage input[type=email]:focus {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px #51cbee;
  box-shadow: 0 0 5px #51cbee;
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
  box-shadow: 0 0 5px #51cbee;
  background-color: #e4f1f8;
  outline: none
}

.marketing_homepage .preventRedirectActive {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2)
}

.brg_topics__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.brg_topics__link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  min-width: 270px;
  min-height: 280px;
  margin: 10px;
  border-radius: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: ease .5s all;
  transition: ease .5s all;
  overflow: hidden
}

.brg_topics__link:hover {
  border-radius: 20px;
  -webkit-transition: ease .5s all;
  transition: ease .5s all;
  -webkit-box-shadow: 2px 2px 5px #999;
  box-shadow: 2px 2px 5px #999
}

.brg_topics__link:hover .brg_topics__product__img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: ease .5s all;
  transition: ease .5s all
}

.brg_topics__category_name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 220px;
  text-align: center;
  color: #999;
  z-index: 9
}

.brg_topics__product__img {
  max-width: 100%;
  max-height: 180px;
  margin: auto;
  -webkit-transition: ease .5s all;
  transition: ease .5s all
}

.brg_topics__product__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 250px
}

.brg_topics__unordered_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  line-height: 3;
  width: 100%
}

.brg_topics__unordered_list>li {
  margin: auto
}

.brg_topics__unordered_list a {
  color: #999;
  font-weight: 100;
  white-space: nowrap
}

.brg_topics__unordered_list a:hover {
  color: #17baef
}

.brg_topics__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%
}

.brg_topics__list__link {
  width: 30%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 2;
  padding-right: 30px;
  text-align: left;
  color: #999;
  font-weight: 100
}

@media(max-width: 1024px) {
  .brg_topics__list__link {
    width: 50%
  }
}

@media(max-width: 778px) {
  .brg_topics__list__link {
    width: 100%;
    text-align: center;
    margin-left: 20px;
    line-height: 2.5
  }
}

.brg_topics__list__link:hover {
  font-weight: 400
}

.brg_topics__heading_title {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 100;
  padding: 15px 0;
  margin: 0
}

.slick-loading .slick-list {
  background: #fff url(//cdn.jsdelivr.net/jquery.slick/1.6.0/ajax-loader.gif) center center no-repeat
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(//cdn.jsdelivr.net/jquery.slick/1.6.0/fonts/slick.eot);
  src: url(//cdn.jsdelivr.net/jquery.slick/1.6.0/fonts/slick.eot?#iefix) format("embedded-opentype"), url(./fonts/slick.woff) format("woff"), url(//cdn.jsdelivr.net/jquery.slick/1.6.0/fonts/slick.ttf) format("truetype"), url(/cdn.jsdelivr.net/jquery.slick/1.6.0/fonts/slick.svg#slick) format("svg")
}

.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%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: 0 0
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: 0 0
}

.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: 0 0
}

.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: #000
}

.slick-loading .slick-list {
  background: #fff url(//cdn.jsdelivr.net/jquery.slick/1.6.0/ajax-loader.gif) center center no-repeat
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(//cdn.jsdelivr.net/jquery.slick/1.6.0/fonts/slick.eot);
  src: url(//cdn.jsdelivr.net/jquery.slick/1.6.0/fonts/slick.eot?#iefix) format("embedded-opentype"), url(//cdn.jsdelivr.net/jquery.slick/1.6.0/fonts/slick.woff) format("woff"), url(//cdn.jsdelivr.net/jquery.slick/1.6.0/fonts/slick.ttf) format("truetype"), url(//cdn.jsdelivr.net/jquery.slick/1.6.0/fonts/slick.svg#slick) format("svg")
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 50px 50px 50px 35px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: 0 0;
  z-index: 99
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: 0 0
}

.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: 0 0
}

.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: #000
}

.exit_intent_popup {
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, .8)
}

.exit_intent_popup--close-btn {
  top: 16px;
  right: 16px;
  cursor: pointer;
  position: absolute;
  z-index: 100;
  border-radius: 50%
}

.exit_intent_popup--img {
  max-height: 85vh;
  max-width: 90vw
}

.exit_intent_popup--img-wrapper {
  top: 50%;
  left: 50%;
  margin: auto;
  display: block;
  cursor: pointer;
  max-height: 95vh;
  max-width: 560px;
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.exit_intent_popup--img-wrapper-container {
  margin-top: 11vh
}

.offline_message {
  bottom: 0;
  z-index: 9;
  width: 100%;
  padding: 5px;
  display: none;
  position: fixed;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 0 5px #979797;
  box-shadow: 0 0 5px #979797
}

.offline_message--txt {
  font-size: 17px;
  color: #00113d
}

.offline_message--img {
  width: 25px;
  margin-right: 10px;
  margin-left: -10px
}

.main_categories__link {
  float: right;
  color: #43c5f0;
  text-decoration: underline
}

.main_categories__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.main_categories__item {
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-right: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

@media(max-width: 1000px) {
  .main_categories__item {
    width: 50%
  }
}

@media(max-width: 768px) {
  .main_categories__item {
    width: 45%
  }
}

@media(max-width: 675px) {
  .main_categories__item {
    width: 100%
  }
}

.main_categories__image {
  max-width: 100px;
  height: 70px;
  margin-right: 15px;
  border-radius: 6px
}

.main_categories__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto 0;
  font-size: 20px;
  font-weight: 600;
  color: #2c393d;
  line-height: 1.2
}

.main_categories__title:hover {
  color: #000
}

.main_categories__title--xl {
  font-size: 32px;
  color: #3b3e3f;
  font-weight: 400
}

@media(max-width: 675px) {
  .main_categories__title--xl {
    font-size: 24px;
    padding-bottom: 10px
  }
}

.main_categories__title__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-top: 1px solid #e0e0e0
}

@media(max-width: 675px) {
  .main_categories__title__container {
    border: none;
    padding-top: 0
  }
}

.main_categories__list {
  margin: 0 0 10px;
  list-style: none;
  background: #f8f8fa;
  padding: 15px 15px 0
}

.main_categories__list__item {
  color: #3b3e3f;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 15px
}

.main_categories__list__item:hover {
  color: #00ade2
}

.gray_box_layout {
  width: 23%;
  margin: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
  overflow: hidden;
  padding: 15px 10px;
  position: relative;
  border: 1px solid #e5e5e5;
  -webkit-transition: all .6s ease;
  transition: all .6s ease
}

@media(max-width: 1200px) {
  .gray_box_layout {
    width: 45%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
  }
}

@media(max-width: 675px) {
  .gray_box_layout {
    width: 100%
  }
}

.gray_box_layout:hover {
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.gray_box_layout:hover .gray_box_layout--txt>span {
  text-decoration: underline;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.gray_box_layout:hover .gray_box_layout--icon {
  opacity: 1;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.gray_box_layout__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px
}

.gray_box_layout--img {
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100px;
  max-height: 100px;
  border-radius: 6px
}

.gray_box_layout--img__wrapper {
  margin: auto 0;
  min-width: 100px
}

.gray_box_layout--txt {
  margin: auto 10px auto 20px
}

.gray_box_layout--txt>span {
  font-size: 18px;
  line-height: 1.2;
  color: #3b3e3f;
  float: left;
  max-height: 65px;
  overflow: hidden
}

.gray_box_layout--icon {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0
}

.amazon_categories {
  height: 100%;
  background-color: #fff
}

.amazon_categories.editorial {
  height: 90%
}

@media(max-width: 675px) {
  .amazon_categories {
    height: auto
  }
}

.amazon_categories_breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 0 0
}

.amazon_categories_breadcrumbs__container {
  z-index: 9;
  top: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  min-width: 265px;
  max-height: 395px;
  overflow-y: scroll;
  border-radius: 1px;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f0f0f0;
  -webkit-box-shadow: 2px 3px 5px #9e9e9e;
  box-shadow: 2px 3px 5px #9e9e9e
}

@media(max-width: 675px) {
  .amazon_categories_breadcrumbs__container {
    width: 90%;
    background: #fff
  }
}

@media desktop {
  .amazon_categories_breadcrumbs__container {
    left: 250px
  }
}

.amazon_categories_breadcrumbs__container>a {
  color: #3b3e3f;
  font-size: 14px;
  padding: 7px 30px;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  text-transform: capitalize
}

.amazon_categories_breadcrumbs__container>a:hover {
  color: #00ade2;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  background-color: #fff
}

.amazon_categories_breadcrumbs__container::-webkit-scrollbar {
  width: 4px
}

.amazon_categories_breadcrumbs__container::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey
}

.amazon_categories_breadcrumbs__item {
  cursor: pointer;
  margin-right: 7px;
  color: #3b3e3f;
  font-weight: 700;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 5px;
  white-space: nowrap;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  text-transform: uppercase
}

.amazon_categories_breadcrumbs__item--drop_down {
  background: #f0f0f0;
  padding: 0 5px 0 10px;
  white-space: nowrap;
  max-height: 28px
}

.amazon_categories_breadcrumbs__item--drop_down::after {
  content: " >>";
  color: transparent;
  background-image: url(assets/img/breadcrumbs_last_arrow-4797c86903848f05c84f4ff170b5a0bdb14b53a715d0ec79dc73b4c381faa671.svg);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center
}

.amazon_categories_breadcrumbs__item:hover {
  color: #00ade2;
  -webkit-transition: all .6s ease;
  transition: all .6s ease
}

.amazon_categories_breadcrumbs__item::before {
  content: " >";
  color: transparent;
  background-image: url(assets/img/breadcrumbs_arrow-c8328e2b9f450f0f0f490a1f4118bb17570087cb4eef0525250864c6114356a1.svg);
  background-repeat: no-repeat;
  background-position: 0 center
}

.amazon_categories_breadcrumbs__item:first-child::before {
  content: ""
}

.amazon_categories__load-more {
  width: 100%;
  color: #fff;
  outline: none;
  border: none;
  padding: 15px;
  margin: 40px 0;
  font-size: 16px;
  cursor: pointer;
  font-weight: 700;
  border-radius: 2px;
  text-align: center;
  text-transform: uppercase;
  background-color: #00ade2
}

.amazon_categories__load-more::after {
  content: "svg";
  color: transparent;
  background-image: url(assets/img/load_more-cfa36d6269ab1a57fdb390bacff92becd6a396233da15fec662e9de95e43ff3c.svg);
  background-repeat: no-repeat;
  background-position: center
}

.amazon_categories__image--md {
  max-width: 175px;
  max-height: 175px;
  border-radius: 6px;
  padding-bottom: 15px
}

@media(max-width: 675px) {
  .amazon_categories__image--md {
    margin: auto;
    max-width: 100px;
    max-height: 100px;
    padding-bottom: 0
  }
}

.amazon_categories__title {
  font-weight: 400;
  text-transform: capitalize
}

@media(max-width: 675px) {
  .amazon_categories__title {
    margin-bottom: 16px
  }
}

.amazon_categories__popular {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 10px;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.amazon_categories__popular--text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

@media(max-width: 675px) {
  .amazon_categories__popular--text {
    width: 55%;
    overflow: hidden;
    margin: auto 16px;
    text-align: left
  }
}

.amazon_categories__popular--text>span {
  font-size: 20px;
  color: #2c393d;
  font-weight: 600;
  line-height: 1.8;
  max-width: 100%;
  overflow: hidden;
  padding-top: 10px;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
  border-top: 1px solid #e0e0e0
}

@media(max-width: 675px) {
  .amazon_categories__popular--text>span {
    padding: 0;
    border: none;
    font-size: 16px;
    max-height: 60px;
    white-space: normal
  }
}

.amazon_categories__popular--text::after {
  content: "view category";
  text-transform: uppercase;
  color: #00ade2;
  font-weight: 900;
  font-size: 16px;
  white-space: nowrap
}

@media(max-width: 675px) {
  .amazon_categories__popular--text::after {
    margin-top: 8px;
    font-size: 14px
  }
}

.amazon_categories__popular--image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto
}

@media(max-width: 675px) {
  .amazon_categories__popular--image::after {
    content: "";
    height: 100px;
    width: 1px;
    background: #e0e0e0;
    position: absolute;
    left: 120px
  }
}

.amazon_categories__popular--item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 256px;
  width: 25%;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.amazon_categories__popular--item:hover .amazon_categories__popular--text>span {
  color: #000;
  border-color: #00ade2;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

@media(max-width: 1200px) {
  .amazon_categories__popular--item {
    width: 50%;
    margin: 10px;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
  }
}

@media(max-width: 675px) {
  .amazon_categories__popular--item {
    width: 100%;
    height: 120px;
    min-width: 300px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    border-bottom: 1px solid #e0e0e0
  }
}

@media(max-width: 675px) {
  .amazon_categories__popular {
    padding: 0 20px 30px 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
  }
}

.brg_search-results {
  text-align: center
}

.brg_search-results__title,
.brg_search-results__caption {
  font-weight: 400
}

.brg_search-results__title {
  color: #42c4ef;
  margin: 0;
  padding: 0
}

.brg_search-results .brg_search-form {
  margin: 10px auto 0;
  position: relative
}

.brg_search-results .brg_search-form__query {
  background-color: #fff;
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 2px 0 #e6e6e6, 0 0 2px 0 #e6e6e6;
  box-shadow: 0 2px 2px 0 #e6e6e6, 0 0 2px 0 #e6e6e6;
  display: block;
  width: 100%;
  -webkit-transition: ease .5s all;
  transition: ease .5s all
}

.brg_search-results .brg_search-form__query::-webkit-input-placeholder {
  color: #394650
}

.brg_search-results .brg_search-form__query:-moz-placeholder {
  color: #394650
}

.brg_search-results .brg_search-form__query::-moz-placeholder {
  color: #394650
}

.brg_search-results .brg_search-form__query:-ms-input-placeholder {
  color: #394650
}

.brg_search-results .brg_search-form__query:focus {
  outline: none;
  -webkit-box-shadow: 0 0 8px #42c4ef;
  box-shadow: 0 0 8px #42c4ef;
  -webkit-transition: ease .5s all;
  transition: ease .5s all
}

.brg_search-results .brg_search-form__result-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.brg_search-results .brg_search-form__result-page .brg_search-form__btn--submit {
  height: auto;
  outline: none;
  background-color: #fff;
  border-radius: 0 4px 4px 0;
  margin-left: 2px
}

.brg_search-results__caption {
  color: #a3acbf;
  margin-top: 10px
}

@media(min-width: 768px) {
  .brg_search-results {
    margin: 40px auto 92px;
    max-width: 1160px
  }

  .brg_search-results__title {
    font-size: 24px;
    line-height: 1.12
  }

  .brg_search-results .brg_search-form {
    max-width: 560px
  }

  .brg_search-results .brg_search-form__query {
    font-size: 18px;
    height: 60px;
    line-height: 1.5;
    padding: 0 68px 0 25px
  }

  .brg_search-results__caption {
    font-size: 18px;
    line-height: 1.5
  }
}

@media(max-width: 767px) {
  .brg_search-results {
    margin: 20px 20px 28px
  }

  .brg_search-results__title {
    font-size: 20px;
    line-height: 1.35
  }

  .brg_search-results .brg_search-form__query {
    font-size: 16px;
    height: 40px;
    line-height: 1.31;
    padding: 0 45px 0 15px
  }

  .brg_search-results__caption {
    font-size: 14px;
    line-height: 1.43
  }
}

.brg_weekly-lists {
  border-top: 1px solid #ebebeb
}

.brg_weekly-lists__title {
  color: #42c4ef;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: center
}

@media(min-width: 768px) {
  .brg_weekly-lists {
    margin-top: 30px;
    padding-top: 30px
  }

  .brg_weekly-lists__title {
    font-size: 24px;
    line-height: 1.12
  }
}

@media(max-width: 767px) {
  .brg_weekly-lists {
    margin-top: 20px;
    padding-top: 10px
  }

  .brg_weekly-lists__title {
    font-size: 16px;
    line-height: 1.69
  }
}

#amzn_assoc_ad_div_adunit0_0 {
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
  margin-bottom: 20px
}

.amzn-native-brand-text {
  display: none
}

.amzn-native-product.amzn-native-product-asin-container {
  border-radius: 5px !important;
  border: 1px solid #f1f1f1 !important
}

.amzn-native-product.amzn-native-product-asin-container:hover {
  border: 1px solid #17baef !important
}

.amzn-native-product-image {
  border-radius: 5px !important
}

.amzn-native-product-offer-price,
.amzn-native-product-review-count,
.amzn-native-product-title-text {
  color: #666 !important
}

.amzn-native-product-list-price {
  color: #cb2027 !important
}

.brg_language-bar {
  background-color: #fff;
  border: 1px solid #eee;
  display: inline-block;
  z-index: 9;
  float: right;
  cursor: pointer;
  font-size: 12px;
  font-weight: 300;
  min-width: 140px;
  position: relative;
  margin-right: 15px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

@media(max-width: 1000px) {
  .brg_language-bar {
    float: none;
    margin-top: 20px
  }
}

.brg_language-bar__current,
.brg_language-bar__link {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-position: 8px center;
  background-repeat: no-repeat;
  background-size: 21px;
  color: #717571;
  padding: 6px 10px 8px 39px
}

.brg_language-bar__current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.brg_language-bar__current span,
.brg_language-bar__current svg {
  margin-top: 2px
}

.brg_language-bar__current .brg_icon {
  background-image: url(assets/img/arrow_up-58e355bd3f7484990d5c2b581925560a06f24022e9e3a65a292881daa8641135.svg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  height: 10px;
  width: 10px
}

.brg_language-bar__selector {
  background-color: #fff;
  bottom: 100%;
  opacity: 0;
  padding: 9px 0;
  position: absolute;
  visibility: hidden;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  width: 100%
}

.brg_language-bar__link {
  display: block;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.brg_language-bar__link:hover {
  color: #17baef;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.brg_language-bar [data-language=au] {
  background-image: url(assets/img/au-7fdf8a16f685c3b38901319c41e3a4b1f98f2ebb322cf97cf98f6d063872e451.svg)
}

.brg_language-bar [data-language=ca] {
  background-image: url(assets/img/ca-58e6b32584466eb016cdffe28ed1d1b0e5107cbfee9d777850e0af79c9da278f.svg)
}

.brg_language-bar [data-language=de] {
  background-image: url(assets/img/de-183294ba08479a0ab8a231d3529c1d092bb7d75fceba69311462afe2d5292a3a.svg)
}

.brg_language-bar [data-language=in] {
  background-image: url(assets/img/in-386e935aaac7859257721146fa2e068a2c63e83e96b7232423c98a4137d6c575.svg)
}

.brg_language-bar [data-language=uk] {
  background-image: url(assets/img/uk-334598c5c28af3dfa34ce819f7db056158a2081e9c1b8325aa301154b2d403fd.svg)
}

.brg_language-bar [data-language=jp] {
  background-image: url(assets/img/jp-8417cc7aab2596aed2f3f4b84fe2143d40f5e9da2539cdc1d8903e7c37c81b43.svg)
}

.brg_language-bar [data-language=us] {
  background-image: url(assets/img/us-0da5df39a3671e17743b71be3d2ee7cca3fc5cfa0e101e419c5a15ad03c03017.svg)
}

.brg_language-bar:hover .brg_language-bar__current {
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  background-color: #17baef;
  border-color: #333;
  color: #fff
}

.brg_language-bar:hover .brg_language-bar__current .brg_icon {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.brg_language-bar:hover .brg_language-bar__current .brg_icon path {
  fill: #fff
}

.brg_language-bar:hover .brg_language-bar__selector {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2), 0 0 2px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2), 0 0 2px 0 rgba(0, 0, 0, .2);
  opacity: 1;
  visibility: visible
}

.gdpr_popup {
  width: 100%;
  z-index: 9999;
  display: none;
  min-height: 60px;
  font-size: 15px;
  color: #424242;
  background-color: #fff;
  border-top: 1px solid #eee;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  line-height: 2;
  bottom: 0;
  margin: 0
}

.gdpr_popup__main-container-margin {
  margin-top: 75px
}

.gdpr_popup__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.gdpr_popup__new-user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.gdpr_popup__accepted {
  display: none
}

.gdpr_popup__text--container {
  margin: auto 5%
}

.gdpr_popup.editorial {
  padding: 0;
  margin: 0;
  color: #00113d;
  min-height: 75px
}

.gdpr_popup.editorial .gdpr_popup__button {
  max-width: 70px;
  color: #fff;
  padding: 6px 3%;
  margin-right: 3%;
  white-space: nowrap;
  background: #00113d;
  border-color: #000;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

@media(max-width: 720px) {
  .gdpr_popup.editorial .gdpr_popup__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 15px;
    margin-right: 10px;
    margin-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.gdpr_popup.editorial .gdpr_popup__button:hover {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-box-shadow: 0 0 5px #424242;
  box-shadow: 0 0 5px #424242
}

.gdpr_popup.editorial .gdpr_popup__link {
  color: #00113d;
  font-size: 13px
}

.gdpr_popup.editorial .gdpr_popup__link:hover {
  color: #000
}

@media(max-width: 1200px) and (min-width:720px) {
  .gdpr_popup.editorial {
    min-height: 100px;
    font-size: 16px
  }
}

@media(max-width: 1200px) {
  .gdpr_popup {
    min-height: 90px
  }
}

@media(max-width: 720px) {
  .gdpr_popup {
    top: 0;
    bottom: auto;
    font-size: 11px;
    line-height: 1.5;
    position: absolute;
    padding: 8px 15px
  }
}

.gdpr_popup__link {
  font-size: 15px;
  color: #424242;
  text-decoration: underline
}

.gdpr_popup__button {
  color: #4ac6f0;
  border-radius: 4px;
  padding: 8px 45px;
  cursor: pointer;
  margin-left: 2%;
  white-space: nowrap;
  border: 1px solid #4ac6f0
}

@media(max-width: 720px) {
  .gdpr_popup__button {
    padding: 6px 45px;
    line-height: 2;
    max-height: 35px
  }
}

@media(max-width: 720px) {
  .gdpr_popup__button--container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.gdpr_popup__button:hover {
  border: 1px solid #4ac6f0
}

.brg_editorial_header {
  width: 100%;
  background: url(assets/img/home_1.jpg), linear-gradient(to bottom, #00113d, #001b5f);
  background-repeat-x: no-repeat;
  background-position: bottom;
  height: 300px
}

.brg_editorial_header__main_page {
  height: 350px
}

.brg_editorial_header__responsive {
  padding-left: 25px
}

@media(min-width: 767px) {
  .brg_editorial_header__responsive {
    width: 100%
  }
}

@media(max-width: 767px) {
  .brg_editorial_header__responsive {
    width: 100%
  }
}

.brg_editorial_header__desktop-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 1em
}

@media(max-width: 767px) {
  .brg_editorial_header__desktop-container {
    width: auto
  }
}

.brg_editorial_header__wrapper {
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  padding-top: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

@media(max-width: 767px) {
  .brg_editorial_header__wrapper {
    height: 350px;
    padding-top: 65px
  }
}

.brg_editorial_header__sub_title,
.brg_editorial_header__title {
  color: #fff;
  line-height: 1.2;
  font-weight: 400
}

.brg_editorial_header__title {
  font-size: 40px;
  text-align: center;
  margin-bottom: 10px
}

@media(max-width: 767px) {
  .brg_editorial_header__title {
    font-size: 24px;
    padding: 10px 20px 0
  }
}

.brg_editorial_header__sub_title {
  font-size: 20px;
  margin: 0 0 25px
}

@media(max-width: 767px) {
  .brg_editorial_header__sub_title {
    font-size: 16px
  }
}

.brg_editorial_header__container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.brg_editorial_header__side-menu {
  width: 25px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background-image: url(assets/img/hamburger_menu-694b8aad8ce0292f8370c41d5a02c111202e9a9ca63d63a874bb04f9974a7dc1.svg);
  background-repeat: no-repeat;
  background-position: left center
}

@media(min-width: 767px) {
  .brg_editorial_header__side-menu {
    opacity: 0;
    display: none;
    visibility: hidden
  }
}

.brg_editorial_header__side-menu__container {
  left: 0;
  margin: 0;
  z-index: 9;
  width: 90%;
  height: 100vh;
  list-style: none;
  background: #fff;
  position: absolute;
  padding: 10% 0 0 5%;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  -webkit-box-shadow: 1px 0 15px #66708a;
  box-shadow: 1px 0 15px #66708a;
  -webkit-transform: translate3d(-120%, 0, 0);
  transform: translate3d(-120%, 0, 0)
}

@media(min-width: 767px) {
  .brg_editorial_header__side-menu__container {
    opacity: 0;
    display: none;
    visibility: hidden
  }
}

.brg_editorial_header__side-menu__container.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.brg_editorial_header__side-menu__close {
  background: rgba(0, 0, 0, .5);
  background-image: url(assets/img/close_icon-a360df1d495260419e94b40b6fba5be5a36de1e7d2bdb63637614b3689478d7c.svg);
  background-position: center 25px;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  background-repeat: no-repeat;
  position: absolute;
  cursor: pointer;
  height: 100vh;
  width: 10%;
  right: 0;
  top: 0
}

.brg_editorial_header__side-menu__close.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

@media(min-width: 767px) {
  .brg_editorial_header__side-menu__close {
    visibility: hidden;
    display: none;
    opacity: 0
  }
}

.brg_editorial_header__side-menu__link {
  height: 55px;
  line-height: 1.5;
  border-top: 1px solid #e5e5e5
}

.brg_editorial_header__side-menu__link:first-child {
  border-top: none
}

.brg_editorial_header__side-menu__link>a {
  padding: 5%;
  display: block;
  line-height: 1;
  font-size: 20px;
  color: #00113d;
  text-transform: capitalize
}

.brg_editorial_header__side-menu__link>a:hover {
  text-decoration: underline
}

.brg_editorial_header--blue {
  background-position: right 0 bottom 0;
  background-color: #00113d
}

.brg_editorial_header--blue.spaced {
  /* padding-bottom: 60px */
}

.brg_editorial_header_top_menu {
  width: 100%;
  height: 60px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: 0 0;
  position: absolute
}

.brg_editorial_header_top_menu_desktop {
  position: static
}

.brg_editorial_header_top_menu .rf_container.brg_editorial_header__responsive.active {
  padding: 0;
  margin: 0 0 0 5%
}

.brg_editorial_header_top_menu .rf_container.brg_editorial_header__responsive.active .brg_editorial_search__container .brg_autocomplete {
  border-radius: 15px;
  overflow: hidden
}

.brg_editorial_header_top_menu .rf_container.brg_editorial_header__responsive.active .brg_editorial_search__container .brg_autocomplete__item:first-child {
  border: none
}

.brg_editorial_header_top_menu__logo {
  /* height: 50px; */
  width: 190px;
  /* color: transparent; */
  /* background-image: url(assets/img/brg_editorial_logo-e148f31aa296fe7a864f61fa37b36838f404658b0e529fdb8a777901ed76d1f4.svg); */
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: auto;
  position: absolute;
  z-index: 30
}

@media(min-width: 860px) {
  .brg_editorial_header_top_menu__logo:hover {
    -webkit-filter: hue-rotate(160deg);
    filter: hue-rotate(160deg)
  }
}

@media(max-width: 767px) {
  .brg_editorial_header_top_menu__logo {
    z-index: 2
  }
}

.brg_editorial_header_top_menu__logo-prime {
  height: 75px;
  width: 261px;
  color: transparent;
  background-image: url(assets/img/brg-logo-0f6f9da77a92c9742fd2b6e63c6996cf81f5c86c3b200d075e914889911776f9.svg);
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: auto;
  z-index: 30
}

@media(max-width: 767px) {
  .brg_editorial_header_top_menu__logo-prime {
    z-index: 2
  }
}

.brg_editorial_header_top_menu__price-alert {
  background-image: url(assets/img/bell-success.svg);
  background-repeat: no-repeat;
  background-position: right center;
  display: none;
  height: 50px;
  width: 25px;
  margin-right: 20px
}

.brg_editorial_header_top_menu__search {
  width: 25px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background-image: url(assets/img/slim_search_icon-f6941e736ab23c8d8efcba20a30790e3fd17d06fad68693813447f5f99191782.svg);
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  right: 3%
}

@media(min-width: 767px) {
  .brg_editorial_header_top_menu__search--desktop-left {
    position: absolute;
    margin-left: 215px
  }
}

@media(max-width: 767px) {
  .brg_editorial_header_top_menu__search {
    margin-right: 10px
  }
}

.brg_editorial_header_top_menu__search--close {
  top: 18px;
  right: 3%;
  color: #fff;
  display: none;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.brg_editorial_header_top_menu__search--form {
  width: 100%;
  max-width: 500px;
  margin-top: 10px
}

.brg_editorial_header_top_menu__search--form.full-width {
  width: 100%
}

@media(max-width: 767px) {
  .brg_editorial_header_top_menu__search--form {
    display: none
  }
}

.brg_editorial_header_top_menu__search--form .brg_editorial_search::after,
.brg_editorial_header_top_menu__search--form .brg_editorial_search::before {
  display: none
}

.brg_editorial_header_top_menu__menus {
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media(min-width: 767px) {
  .brg_editorial_header_top_menu__menus {
    width: 100%;
    position: relative
  }
}

.brg_editorial_header_top_menu__categories {
  color: #fff;
  font-size: 17px;
  line-height: 55px;
  margin-right: 40px;
  white-space: nowrap
}

.brg_editorial_header_top_menu__categories:hover {
  text-decoration: underline
}

@media(min-width: 767px) {
  .brg_editorial_header_top_menu__categories {
    margin: 0 20px
  }
}

@media(max-width: 767px) {
  .brg_editorial_header_top_menu__categories {
    display: none
  }
}

@media(max-width: 767px) {
  .brg_editorial_header_top_menu__geos_menu {
    display: none
  }
}

.brg_editorial_header_top_menu__geos_menu .brg_language-bar {
  border: none;
  margin-right: 0;
  font-size: 16px;
  padding-top: 6px;
  background-color: transparent
}

.brg_editorial_header_top_menu__geos_menu .brg_language-bar:hover .brg_icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.brg_editorial_header_top_menu__geos_menu .brg_language-bar__selector {
  bottom: 35px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 9px 17px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 9px 17px 0 rgba(0, 0, 0, .12)
}

.brg_editorial_header_top_menu__geos_menu .brg_language-bar__selector::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: 45%;
  width: 15px;
  height: 15px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.brg_editorial_header_top_menu__geos_menu .brg_language-bar__current,
.brg_editorial_header_top_menu__geos_menu .brg_language-bar__link {
  color: #00113d;
  font-weight: 500;
  white-space: nowrap
}

.brg_editorial_header_top_menu__geos_menu .brg_language-bar__current .brg_icon,
.brg_editorial_header_top_menu__geos_menu .brg_language-bar__link .brg_icon {
  margin-left: 8px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-image: url(assets/img/dropdown_icon_yellow_arrow-8c56a8c848aa0692b6205cbec7fd190b53f8a88e34a6b9570ed2bca74737e946.svg)
}

.brg_editorial_header_top_menu__geos_menu .brg_language-bar__link {
  font-weight: 400;
  color: #00113d;
  padding: 7px 0 7px 35px
}

.brg_editorial_header_top_menu__geos_menu .brg_language-bar__link:hover {
  color: #007cdc
}

.brg_editorial_search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.brg_editorial_search__scroll {
  display: none
}

.brg_editorial_search__top-header--btn,
.brg_editorial_search__top-header--input {
  height: 40px;
  color: #fff;
  border: none;
  outline: none;
  background: 0 0
}

@media(max-width: 767px) {

  .brg_editorial_search__top-header--btn,
  .brg_editorial_search__top-header--input {
    height: 45px;
    background: rgba(44, 65, 117, .5)
  }
}

.brg_editorial_search__top-header--input {
  font-size: 14px;
  padding-left: 5px;
  width: 95%;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  font-family: montserrat, sans-serif;
  border-bottom: 1px solid rgba(233, 245, 253, .5)
}

@media(min-width: 767px) {
  .brg_editorial_search__top-header--input {
    max-width: 60%
  }
}

@media(max-width: 767px) {
  .brg_editorial_search__top-header--input {
    width: 70vw;
    border: 1px solid #fff;
    border-radius: 0 50px 50px 0;
    border-left: none
  }
}

.brg_editorial_search__top-header--input::-webkit-input-placeholder {
  color: #8899c4
}

.brg_editorial_search__top-header--input::-moz-placeholder {
  color: #8899c4
}

.brg_editorial_search__top-header--input:-ms-input-placeholder {
  color: #8899c4
}

.brg_editorial_search__top-header--input:-moz-placeholder {
  color: #8899c4
}

.brg_editorial_search__top-header--btn {
  border-bottom: 1px solid rgba(233, 245, 253, .5);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  padding: 0 15px;
  float: left
}

@media(min-width: 767px) {
  .brg_editorial_search__top-header--btn:hover {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-bottom: 1px solid #e9f5fd
  }

  .brg_editorial_search__top-header--btn:hover>i {
    color: #e9f5fd;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
  }

  .brg_editorial_search__top-header--btn>i {
    font-size: 15px;
    color: #e7cd60;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
  }
}

@media(max-width: 767px) {
  .brg_editorial_search__top-header--btn {
    border: 1px solid #e9f5fd;
    border-radius: 50px 0 0 50px;
    border-right: none
  }
}

.brg_editorial_search__container {
  z-index: 2;
  width: 100%;
  max-width: 100vw;
  position: relative;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}

.brg_editorial_search__container .brg_autocomplete {
  width: 100%;
  border-radius: 2px;
  margin-bottom: 10px;
  position: absolute;
  top: 100%;
  -webkit-box-shadow: 0 9px 17px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 9px 17px 0 rgba(0, 0, 0, .12)
}

.brg_editorial_search__container .brg_autocomplete__item {
  border: none;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.brg_editorial_search__container .brg_autocomplete__item--selected,
.brg_editorial_search__container .brg_autocomplete__item:hover {
  background-color: #007cdc;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.brg_editorial_search__container .brg_autocomplete__item--selected .brg_autocomplete__title,
.brg_editorial_search__container .brg_autocomplete__item--selected .brg_autocomplete__disclaimer,
.brg_editorial_search__container .brg_autocomplete__item:hover .brg_autocomplete__title,
.brg_editorial_search__container .brg_autocomplete__item:hover .brg_autocomplete__disclaimer {
  color: #fff
}

.brg_editorial_search__container .brg_autocomplete__img {
  border-radius: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center
}

.brg_editorial_search__container .brg_autocomplete__img-wrapper {
  height: 45px
}

.brg_editorial_search__container .brg_autocomplete__title {
  text-overflow: ellipsis;
  color: #00113d;
  font-weight: 500;
  margin-top: 10px;
  font-size: 16px;
  overflow: hidden
}

.brg_editorial_search__container .brg_autocomplete__disclaimer {
  font-weight: 300;
  color: #66708a;
  font-size: 14px
}

.brg_editorial_search__container .brg_autocomplete__icon-wrapper {
  display: none
}

.brg_editorial_search__form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.brg_editorial_search__clear-input {
  padding: 10px 15px;
  color: #fff;
  cursor: pointer;
  margin: 0 -45px;
  font-weight: 600;
  position: absolute;
  visibility: hidden
}

.brg_editorial_search__clear-input.active {
  visibility: hidden
}

@media(min-width: 767px) {
  .brg_editorial_search__clear-input.active:first-child {
    padding-bottom: 4px;
    background: #00113d
  }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
  .brg_editorial_search__clear-input.active {
    visibility: hidden
  }
}

@supports(-ms-ime-align:auto) {
  .brg_editorial_search__clear-input.active {
    visibility: hidden
  }
}

@media(max-width: 767px) {
  .brg_editorial_search__clear-input {
    padding: 14px 15px
  }
}

.brg_editorial_search::before,
.brg_editorial_search::after {
  content: "svg";
  top: 127px;
  color: transparent;
  position: absolute;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}

.brg_editorial_search::before {
  left: 100px;
  width: 240px;
  /* height: 200px; */
  height: 243px;
  background-image: url(assets/img/home_5.png)
}

@media(max-width: 1400px) {
  .brg_editorial_search::before {
    left: 15px
  }
}

@media(max-width: 1200px) {
  .brg_editorial_search::before {
    left: 28%;
    /* top: 271px;
    width: 100px;
    height: 80px; */
    left: 24%;
    top: 176px;
    width: 200px;
    height: 180px;
    visibility: visible
  }
}

@media(max-width: 767px) {
  .brg_editorial_search::before {
    visibility: hidden
  }
}

.brg_editorial_search::after {
  right: 100px;
  width: 270px;
  /* height: 200px; */
  height: 253px;
  background-image: url(assets/img/home_4.png);
  /* display: none; */
}

@media(max-width: 1400px) {
  .brg_editorial_search::after {
    right: 15px
  }
}

@media(max-width: 1200px) {
  .brg_editorial_search::after {
    /* top: 260px; */
    /* right: 35%; */
    /* width: 140px;
    height: 90px; */
    right: 28%;
    top: 176px;
    width: 233px;
    height: 180px;
    visibility: visible
  }
}

@media(max-width: 767px) {
  .brg_editorial_search::after {
    display: block;
  }
}

.brg_editorial_search__input,
.brg_editorial_search__button {
  outline: none;
  border: none;
  height: 50px;
  color: #fff;
  padding: 0 25px;
  background: #2c4175
}

@media(max-width: 767px) {

  .brg_editorial_search__input,
  .brg_editorial_search__button {
    padding: 0 10px
  }
}

.brg_editorial_search__input {
  width: 30vw;
  min-width: 550px;
  font-size: 16px;
  max-width: 1130px;
  border-radius: 0 2px 2px 0
}

@media(max-width: 767px) {
  .brg_editorial_search__input {
    min-width: 200px;
    width: 70vw
  }
}

@media(max-width: 600px) {
  .brg_editorial_search__input {
    width: 85vw
  }
}

.brg_editorial_search__input::-webkit-input-placeholder {
  color: rgba(161, 173, 203, .4)
}

.brg_editorial_search__input:-moz-placeholder {
  color: rgba(161, 173, 203, .4)
}

.brg_editorial_search__input::-moz-placeholder {
  color: rgba(161, 173, 203, .4)
}

.brg_editorial_search__input:-ms-input-placeholder {
  color: rgba(161, 173, 203, .4)
}

.brg_editorial_search__input::-ms-input-placeholder {
  color: rgba(161, 173, 203, .4)
}

.brg_editorial_search__input::-webkit-input-placeholder {
  color: rgba(161, 173, 203, .4)
}

.brg_editorial_search__input::-moz-placeholder {
  color: rgba(161, 173, 203, .4)
}

.brg_editorial_search__input:-ms-input-placeholder {
  color: rgba(161, 173, 203, .4)
}

.brg_editorial_search__input::-ms-input-placeholder {
  color: rgba(161, 173, 203, .4)
}

.brg_editorial_search__input::placeholder {
  color: rgba(161, 173, 203, .4)
}

.brg_editorial_search__button {
  float: left;
  padding-right: 5px;
  border-radius: 2px 0 0 2px
}

.brg_editorial_helped {
  background: #fff;
  text-align: center
}

.brg_editorial_helped__text {
  font-size: 20px;
  padding: 20px 0;
  color: #00113d;
  font-weight: 600;
  border-bottom: 1px solid #e5e5e5
}

.brg_editorial_helped__text--bold {
  font-weight: 900
}

.brg_editorial_helped__text--blue {
  color: #007cdc
}

.brg_main_editorial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden
}

.brg_main_editorial_body {
  overflow-x: hidden;
  margin-bottom: 40px;
  -webkit-transition: all .6s ease;
  transition: all .6s ease
}

.brg_main_editorial__title {
  font-size: 24px;
  color: #00113d;
  font-weight: 400;
  margin: 40px 0 15px;
  text-transform: capitalize
}

@media(max-width: 600px) {
  .brg_main_editorial__title.zero_margin_mobile {
    margin-bottom: 0
  }
}

.brg_main_editorial__big-article {
  width: 50%;
  height: 450px;
  overflow: hidden
}

.brg_main_editorial__big-article__container {
  width: 48%
}

.brg_main_editorial__big-article__container:hover .brg_main_editorial__big-article__img {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

@media(max-width: 860px) {
  .brg_main_editorial__big-article__container {
    width: 100%
  }
}

.brg_main_editorial__big-article__img {
  width: 100%;
  display: block;
  margin: 0 auto;
  height: inherit;
  min-width: 100%;
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  width: -webkit-fill-available
}

.brg_main_editorial__big-article__img--container {
  display: block;
  max-height: 450px
}

@media(max-width: 600px) {
  .brg_main_editorial__big-article__img {
    height: 70%
  }
}

.brg_main_editorial__big-article__img__wrapper {
  height: inherit;
  position: relative
}

@media(max-width: 860px) {
  .brg_main_editorial__big-article__img__wrapper {
    height: initial
  }
}

.brg_main_editorial__big-article__img__wrapper::after {
  content: '';
  width: 100%;
  height: 250px;
  display: block;
  position: relative;
  margin-top: -250px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(25%, rgba(0, 0, 0, 0.15)), to(black));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15) 25%, black)
}

@media(max-width: 860px) {
  .brg_main_editorial__big-article__img__wrapper::after {
    visibility: hidden
  }
}

.brg_main_editorial__big-article__info {
  z-index: 2;
  width: 80%;
  left: 20px;
  bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

@media(max-width: 860px) {
  .brg_main_editorial__big-article__info {
    left: 0;
    width: 100%;
    bottom: initial;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5
  }
}

@media(max-width: 600px) {
  .brg_main_editorial__big-article__info {
    z-index: 1;
    border-bottom: none
  }
}

@media(min-width: 860px) {
  .brg_main_editorial__big-article__info .white {
    z-index: 2;
    color: #fff
  }
}

.brg_main_editorial__big-article__info .large {
  z-index: 2;
  max-height: 70px;
  font-size: 28px;
  font-weight: 700
}

@media(max-width: 860px) {
  .brg_main_editorial__big-article__info .large {
    font-weight: 600;
    color: #00113d
  }
}

@media(max-width: 600px) {
  .brg_main_editorial__big-article__info .large {
    font-size: 20px
  }
}

.brg_main_editorial__articles--load {
  display: none
}

.brg_main_editorial__articles--container {
  width: 50%;
  z-index: 1;
  margin: 0;
  padding: 0;
  margin-left: 12px;
  background: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-left: 1px solid #e5e5e5
}

@media(max-width: 860px) {
  .brg_main_editorial__articles--container {
    width: 100%;
    border: none;
    margin: 10px 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
  }
}

.brg_main_editorial__articles--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  padding: 10px 0;
  margin-left: 10px;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  border-bottom: 1px solid #e5e5e5
}

@media(max-width: 860px) {
  .brg_main_editorial__articles--item {
    margin-left: 0
  }
}

@media(max-width: 600px) {
  .brg_main_editorial__articles--item {
    height: 115px
  }
}

.brg_main_editorial__articles--item:first-child {
  padding-top: 0
}

@media(max-width: 860px) {
  .brg_main_editorial__articles--item:first-child {
    padding-top: 10px
  }
}

@media(max-width: 600px) {
  .brg_main_editorial__articles--item:first-child {
    border-top: 1px solid #e5e5e5
  }
}

.brg_main_editorial__articles--item:last-child {
  padding-bottom: 0
}

.brg_main_editorial__small-articles {
  background: #cd5c5c
}

.brg_main_editorial__small-info {
  width: 100%;
  overflow: hidden;
  margin-left: 20px
}

.brg_main_editorial__small-info__category {
  display: block;
  font-size: 14px;
  color: #007cdc;
  font-weight: 900;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase
}

.brg_main_editorial__small-info__category:hover {
  text-decoration: underline
}

@media(max-width: 600px) {
  .brg_main_editorial__small-info__category {
    display: none
  }
}

@media(max-width: 860px) {
  .brg_main_editorial__small-info__category.only_desktop {
    margin-top: 20px
  }
}

.brg_main_editorial__small-info__title {
  display: block;
  margin: 3px 0;
  font-size: 20px;
  max-height: 75px;
  font-weight: 600;
  color: #00113d;
  overflow: hidden;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: color .6s ease;
  transition: color .6s ease
}

.brg_main_editorial__small-info__title:hover {
  color: #007cdc;
  -webkit-transition: color .6s ease;
  transition: color .6s ease
}

@media(max-width: 992px) {
  .brg_main_editorial__small-info__title {
    max-height: 70px
  }
}

@media(max-width: 600px) {
  .brg_main_editorial__small-info__title {
    max-height: 40px;
    font-size: 16px;
    font-weight: 900
  }

  .brg_main_editorial__small-info__title.mobile_font {
    max-height: 60px
  }
}

.brg_main_editorial__small-info__txt {
  display: none
}

.brg_main_editorial__small-info__author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

@media(max-width: 992px) {
  .brg_main_editorial__small-info__author {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media(max-width: 600px) {
  .brg_main_editorial__small-info__author {
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end
  }
}

.brg_main_editorial__small-info__author__img {
  max-width: 25px;
  max-height: 25px;
  border-radius: 50%
}

@media(max-width: 660px) {
  .brg_main_editorial__small-info__author__img {
    max-width: 16px;
    max-height: 16px
  }
}

.brg_main_editorial__small-info__author__date,
.brg_main_editorial__small-info__author__name {
  color: #00113d;
  font-size: 16px;
  white-space: nowrap;
  text-transform: capitalize
}

@media(max-width: 660px) {

  .brg_main_editorial__small-info__author__date,
  .brg_main_editorial__small-info__author__name {
    font-size: 14px
  }
}

.brg_main_editorial__small-info__author__date {
  color: #66708a;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.brg_main_editorial__small-info__author__name {
  margin: 0 8px
}

.brg_main_editorial__small-img {
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  width: -webkit-fill-available;
  height: -webkit-fill-available
}

.brg_main_editorial__small-img:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.brg_main_editorial__small-img-container {
  width: 210px;
  height: 130px;
  overflow: hidden
}

@media(max-width: 600px) {
  .brg_main_editorial__small-img-container {
    width: 215px;
    height: 90px
  }
}

.rf_popular_categories {
  margin-bottom: 50px
}

.rf_popular_categories__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row nowrap;
  -ms-flex-direction: row nowrap;
  flex-direction: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(max-width: 767px) {
  .rf_popular_categories__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.rf_popular_categories__container-category {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 24px;
  background-color: #fff;
  border: solid 1px #e5e5e5
}

@media(max-width: 767px) {
  .rf_popular_categories__container-category {
    margin-bottom: 16px;
    margin-right: 0
  }
}

.rf_popular_categories__container-category:last-child {
  margin-right: 0
}

.rf_popular_categories__container-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.14;
  letter-spacing: 1px;
  text-align: left;
  color: #007cdc;
  margin: 8px
}

.rf_popular_categories__container-title:hover {
  text-decoration: underline
}

.rf_popular_categories__container-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 276px
}

.rf_popular_categories__container-image--0 {
  background-image: url(assets/img/beauty-personal-care_medium.jpg)
}

.rf_popular_categories__container-image--1 {
  background-image: url(assets/img/electronics_medium.jpg)
}

.rf_popular_categories__container-image--2 {
  background-image: url(assets/img/home-kitchen_medium.jpg)
}

@media(max-width: 767px) {
  .rf_popular_categories__container-image {
    height: 215px
  }
}

.rf_popular_categories__container-sub_categories {
  display: -webkit-box;
  line-height: 27px;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 1px #e5e5e5;
  height: 55px;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #00113d;
  padding: 0 8px
}

.rf_popular_categories__container-sub_categories:hover {
  text-decoration: underline
}

.rf_popular_categories__container-sub_categories:last-child {
  border-bottom: none
}

.rf_popular_categories__all-categories {
  height: 48px;
  border-radius: 2px;
  border: solid 1px #e5e5e5;
  background-color: #fff;
  width: 240px;
  margin: 0 auto;
  margin-top: 17px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 1px;
  color: #007cdc;
  text-transform: uppercase
}

.rf_popular_categories__all-categories:hover {
  text-decoration: underline
}

.brg_editorial_featured {
  display: inline-block
}

.brg_editorial_featured center {
  display: block;
  cursor: pointer
}

.brg_editorial_featured .brg_main_editorial__articles--container {
  width: 100%;
  border: none;
  margin: 0
}

.brg_editorial_featured .brg_main_editorial__articles--item {
  margin: 0;
  height: 230px
}

@media(max-width: 600px) {
  .brg_editorial_featured .brg_main_editorial__articles--item {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .brg_editorial_featured .brg_main_editorial__articles--item:first-child {
    border-top: none
  }
}

.brg_editorial_featured .brg_main_editorial__small-img {
  max-width: 270px;
  max-height: 270px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  height: -webkit-fill-available;
  width: -webkit-fill-available
}

.brg_editorial_featured .brg_main_editorial__small-img:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

@media(max-width: 600px) {
  .brg_editorial_featured .brg_main_editorial__small-img {
    height: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    margin-top: 16px
  }
}

.brg_editorial_featured .brg_main_editorial__small-img-container {
  width: 360px;
  height: 200px;
  overflow: hidden;
  margin-top: 5px
}

@media(max-width: 600px) {
  .brg_editorial_featured .brg_main_editorial__small-img-container {
    width: 100%;
    height: 50vw
  }
}

@media(max-width: 600px) {
  .brg_editorial_featured .brg_main_editorial__small-info {
    margin-left: 0
  }

  .brg_editorial_featured .brg_main_editorial__small-info__author {
    margin-bottom: 16px
  }
}

.brg_editorial_featured .brg_main_editorial__small-info__category {
  margin: 15px 0 5px
}

@media(max-width: 600px) {
  .brg_editorial_featured .brg_main_editorial__small-info__category {
    display: block;
    margin: 15px 0 5px
  }
}

.brg_editorial_featured .brg_main_editorial__small-info__title {
  max-height: 60px;
  font-size: 26px;
  overflow: hidden;
  font-weight: 700;
  margin-bottom: 7px
}

@media(min-width: 1200px) {
  .brg_editorial_featured .brg_main_editorial__small-info__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
  }
}

@media(max-width: 1200px) {
  .brg_editorial_featured .brg_main_editorial__small-info__title {
    font-size: 20px;
    margin-bottom: 3px
  }
}

@media(max-width: 600px) {
  .brg_editorial_featured .brg_main_editorial__small-info__title {
    max-height: 50px;
    font-size: 20px;
    margin-bottom: 6px
  }
}

.brg_editorial_featured .brg_main_editorial__small-info__txt {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 10px;
  overflow: hidden;
  color: #66708a;
  max-height: 75px
}

@media(max-width: 1200px) {
  .brg_editorial_featured .brg_main_editorial__small-info__txt {
    max-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
  }
}

.brg_editorial_about {
  height: 20px
}

.brg_editorial_about__tablinks {
  padding: 0;
  border: none;
  outline: none;
  font-size: 14px;
  color: #66708a;
  font-weight: 700;
  margin-right: 24px;
  background: 0 0;
  text-transform: uppercase;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.brg_editorial_about__tablinks:hover,
.brg_editorial_about__tablinks.slick-current.slick-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #00113d;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-bottom: 1px solid #007cdc
}

.brg_editorial_about__tablinks.slick-slide {
  width: auto !important;
  white-space: nowrap;
  text-align: left
}

@media(max-width: 600px) {
  .brg_editorial_about__tablinks.slick-slide {
    display: none
  }
}

.brg_editorial_about__tabcontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #00113d;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 16px 0;
  height: 370px
}

.brg_editorial_about__tabcontent__txt {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
  text-align: left;
  color: #fff;
  margin: 0 5%
}

@media(max-width: 660px) {
  .brg_editorial_about__tabcontent__txt {
    font-size: 17px;
    margin: 20px 5%;
    text-align: center
  }
}

.brg_editorial_about__tabcontent__txt .blue {
  color: #3ea9f5
}

@media(max-width: 600px) {
  .brg_editorial_about__tabcontent__txt .blue {
    color: #baefff
  }
}

.brg_editorial_about__tabcontent__img {
  width: 50%;
  height: 370px;
  -o-object-fit: cover;
  object-fit: cover
}

@media(max-width: 600px) {
  .brg_editorial_about__tabcontent__img {
    width: 100%;
    height: 60%
  }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
  .brg_editorial_about__tabcontent__img {
    width: auto
  }
}

@media(max-width: 600px) {
  .brg_editorial_about__tabcontent.brg_editorial_about__tabcontent.slick-slide.slick-current.slick-active {
    height: auto
  }
}

.brg_editorial_about__carousel.slick-initialized .slick-slide {
  overflow: hidden;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important
}

@media(max-width: 600px) {
  .brg_editorial_about__carousel.slick-initialized .slick-slide {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

.brg_editorial_about__carousel .slick-prev.slick-arrow {
  display: none !important
}

.brg_editorial_about__carousel .slick-next {
  top: 45%
}

@media(max-width: 600px) {
  .brg_editorial_about__carousel .slick-next {
    top: 30%
  }
}

.brg_editorial_about__carousel .slick-next:before {
  background-color: #fff;
  background-image: url(assets/img/arrow-4599e812506eb7924307cbb63e3ecf5416c39951c147069d217d7f6f54f46a17.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 50%;
  margin-left: 15px;
  opacity: 1 !important;
  font-size: 50px !important;
  color: transparent !important;

  display: block;
  width: 50px;
}

.brg_editorial_partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #e5e5e5
}

@media(max-width: 1200px) {
  .brg_editorial_partners {
    padding-bottom: 0;
    border-bottom: none
  }
}

.brg_editorial_partners__text {
  font-size: 20px;
  font-weight: 600;
  color: #00113d;
  margin: 0 20px 0 0
}

@media(max-width: 1200px) {
  .brg_editorial_partners__text {
    text-align: center;
    margin: 0 0 16px
  }
}

.brg_editorial_partners--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media(max-width: 600px) {
  .brg_editorial_partners--wrapper {
    min-height: 100px
  }
}

.brg_editorial_partners__item {
  margin: 0 10px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

@media(max-width: 1200px) {
  .brg_editorial_partners__item {
    margin: 0 10px 30px
  }
}

.brg_editorial_partners__item:hover {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.brg_editorial_partners__item.amazon {
  height: 25px;
  width: 82px;
  margin-top: 10px;
  background-image: url(assets/img/amazon-40d11405315082bbe25c34673c5fd1b8146dc033ceecc205a098b838e6601d2d.svg)
}

.brg_editorial_partners__item.ebay {
  width: 60px;
  height: 25px;
  background-image: url(assets/img/ebay-601962b35066e8e3fa69229b2d1609fcbc66947ed083bfaecae4f22207c6832b.svg)
}

.brg_editorial_partners__item.walmart {
  width: 96px;
  height: 25px;
  background-image: url(assets/img/walmart-a87fdc5895936b46464a38f89002dde7bc1c900f465fbb9d6d9819f96402eba9.svg)
}

.brg_editorial_partners__item.target {
  width: 25px;
  height: 25px;
  background-image: url(assets/img/target-e41830b675748234e49004e459516bcdc537f095bf1bf201cb210022de87d540.svg)
}

.brg_editorial_partners__item.kohls {
  width: 100px;
  height: 20px;
  background-image: url(assets/img/kohls-8ddc59e1e413655d9cc1a78020d6e451e461855c4facb87c253f6a69807ecf65.svg)
}

.brg_editorial_partners__item.sears {
  width: 60px;
  height: 20px;
  background-image: url(assets/img/sears-fbeac800fd3c830a1e89e7965c486bae20ccdd12a605ebf2032e5b90904f2cc0.svg)
}

.brg_editorial_subscribe,
.brg_editorial_subscribe__container {
  z-index: 2;
  height: 330px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f8f8fa
}

@media(max-width: 992px) {

  .brg_editorial_subscribe,
  .brg_editorial_subscribe__container {
    height: auto;
    min-height: 330px;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.brg_editorial_subscribe__container.top-shadow {
  -webkit-box-shadow: 2px -2px 5px #e9e9e9;
  box-shadow: 2px -2px 5px #e9e9e9
}

.brg_editorial_subscribe__vector {
  width: 150px;
  height: 160px;
  margin-right: 100px;
  background-image: url(assets/img/subscribe_vector-ae1db374b30997d26d09a0403503b32ba0a83776a7f158530639e4071fcf01d2.svg);
  background-size: contain;
  background-repeat: no-repeat
}

@media(max-width: 992px) {
  .brg_editorial_subscribe__vector {
    width: 75px;
    height: 80px;
    margin: 16px 0 0
  }
}

.brg_editorial_subscribe__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center
}

.brg_editorial_subscribe__title {
  font-size: 26px;
  font-weight: 700;
  color: #00113d;
  text-align: left;
  margin-bottom: 8px
}

@media(max-width: 992px) {
  .brg_editorial_subscribe__title {
    display: none
  }
}

.brg_editorial_subscribe__text {
  font-size: 20px;
  color: #00113d;
  text-align: left
}

.brg_editorial_subscribe__text.desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

@media(max-width: 992px) {
  .brg_editorial_subscribe__text.desktop {
    display: none
  }
}

.brg_editorial_subscribe__text.mobile {
  display: none
}

@media(max-width: 992px) {
  .brg_editorial_subscribe__text.mobile {
    display: block;
    font-size: 16px;
    padding: 16px 10% 0;
    text-align: center
  }
}

.brg_editorial_subscribe__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 24px 0 0
}

@media(max-width: 767px) {
  .brg_editorial_subscribe__form {
    margin: 24px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.brg_editorial_subscribe__form #mce-EMAIL {
  height: 48px;
  width: 400px;
  padding: 0 16px;
  font-size: 15px;
  color: #66708a;
  border-radius: 2px;
  border: solid 1px #e5e5e5
}

@media(max-width: 767px) {
  .brg_editorial_subscribe__form #mce-EMAIL {
    margin: auto
  }
}

@media(max-width: 600px) {
  .brg_editorial_subscribe__form #mce-EMAIL {
    width: 280px
  }
}

.brg_editorial_subscribe__form #mce-EMAIL.error {
  border-color: #cd5c5c
}

.brg_editorial_subscribe__form #mc-embedded-subscribe {
  border: none;
  height: 48px;
  color: #fff;
  font-size: 16px;
  padding: 0 50px;
  margin-left: 8px;
  border-radius: 2px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  text-transform: uppercase;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  background-color: #007cdc
}

.brg_editorial_subscribe__form #mc-embedded-subscribe:hover {
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  -webkit-box-shadow: 2px 2px 10px #b5b5b5;
  box-shadow: 2px 2px 10px #b5b5b5
}

@media(max-width: 767px) {
  .brg_editorial_subscribe__form #mc-embedded-subscribe {
    width: 200px;
    margin: 16px auto 35px
  }
}

.brg_editorial_subscribe__form #mc-embedded-subscribe.error {
  pointer-events: none;
  background-color: #ccc;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.brg_editorial_subscribe__form #mc-embedded-subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

@media(max-width: 992px) {
  .brg_editorial_subscribe__form #mc-embedded-subscribe-form {
    margin: auto
  }
}

@media(max-width: 767px) {
  .brg_editorial_subscribe__form #mc-embedded-subscribe-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.brg_editorial_subscribe__form .error-message {
  font-size: 17px;
  color: #cd5c5c;
  font-style: italic;
  margin-bottom: 1em;
  position: absolute;
  margin-top: 60px;
  outline: none
}

@media(max-width: 767px) {
  .brg_editorial_subscribe__form .error-message {
    margin: 10px 0;
    font-size: 15px;
    position: relative
  }
}

@media(max-width: 767px) {
  .brg_editorial_subscribe__form .error-message {
    padding: 0 10%
  }
}

.brg_editorial_subscribe__form .error-message>a {
  display: none
}

.brg_editorial_subscribe__form .mc-status.error-message {
  margin-top: 60px
}

@media(max-width: 767px) {
  .brg_editorial_subscribe__form .mc-status.error-message {
    margin-top: 0
  }
}

.brg_editorial_subscribe__form .mc-status.success-message {
  display: block;
  width: 400px;
  padding: 10px;
  font-size: 24px;
  color: #007cdc;
  font-weight: 300;
  background: #fff;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-box-shadow: 2px 2px 8px #ccc;
  box-shadow: 2px 2px 8px #ccc
}

@media(max-width: 767px) {
  .brg_editorial_subscribe__form .mc-status.success-message {
    width: 90%;
    margin: auto
  }
}

.brg_editorial_footer {
  bottom: 0;
  width: 100%;
  line-height: 1;
  position: relative;
  text-align: center
}

.brg_editorial_footer--absolute .brg_editorial_footer {
  position: absolute
}

.brg_editorial_footer__amazon-policy {
  color: #66708a;
  margin-left: 16px
}

@media(max-width: 767px) {
  .brg_editorial_footer__amazon-policy {
    padding: 8px 5%
  }
}

.brg_editorial_footer__mobile--menu {
  display: none
}

@media(max-width: 767px) {
  .brg_editorial_footer__mobile--menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .brg_editorial_footer__mobile--menu .brg_language-bar {
    margin-right: 0
  }

  .brg_editorial_footer__mobile--menu .brg_language-bar:hover .brg_language-bar__current {
    background-color: #66708a
  }

  .brg_editorial_footer__mobile--menu .brg_language-bar:hover .brg_language-bar__link {
    color: #00113d
  }

  .brg_editorial_footer__mobile--menu .brg_language-bar .brg_language-bar__link:hover {
    font-weight: 500
  }

  .brg_editorial_footer__mobile--menu--left {
    padding-bottom: 10px !important
  }

  .brg_editorial_footer__mobile--menu--right {
    padding: 20px 5% 0 !important
  }
}

.brg_editorial_breadcrumbs {
  margin-bottom: 32px
}

.brg_editorial_breadcrumbs .breadcrumbs {
  float: none !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important
}

.brg_editorial_breadcrumbs .breadcrumbs__item {
  font-size: 15px;
  font-family: montserrat, sans-serif
}

.brg_editorial_breadcrumbs .breadcrumbs__item:last-child {
  font-weight: 700
}

.brg_editorial_breadcrumbs .breadcrumbs__item:last-child::before {
  font-weight: initial
}

.brg_editorial_breadcrumbs .breadcrumbs__item::before,
.brg_editorial_breadcrumbs .breadcrumbs__item>a {
  line-height: 1.8;
  color: #00113d;
  text-transform: capitalize
}

.brg_editorial_product__list[data-default-shown]~.brg_editorial_breadcrumbs {
  display: none
}

.dropdown_use_case {
  width: 75%;
  font-weight: 700;
  min-width: 260px;
  padding: 5px 15px;
  border-radius: 4px;
  position: relative;
  color: #00113d;
  margin: 35px auto 2px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-box-shadow: 1px 1px 2px #000;
  box-shadow: 1px 1px 2px #000;
  background-color: #fff
}

.dropdown_use_case__back-btn {
  top: -5px;
  color: #fff;
  margin-left: 20px;
  position: relative;
  font-size: 12px
}

.dropdown_use_case.active {
  -webkit-box-shadow: 1px 1px 4px #000;
  box-shadow: 1px 1px 4px #000;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.dropdown_use_case__menu {
  width: 75%;
  z-index: 9;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: none;
  padding: 6px 0;
  min-width: 260px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 0 5px #3b3e3f;
  box-shadow: 0 0 5px #3b3e3f
}

.dropdown_use_case__link {
  padding: 9px 12px;
  color: #00113d;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
  border-bottom: 1px solid #e5e5e5
}

.dropdown_use_case__link:last-child {
  border-bottom: none
}

.dropdown_use_case .arrow_down_close {
  width: 20px;
  height: 20px;
  float: right;
  margin: 3px -5px 0 0
}

.dropdown_use_case .arrow_down_close:before,
.dropdown_use_case .arrow_down_close:after {
  content: "";
  width: 2px;
  height: 15px;
  position: relative;
  border-radius: 10px;
  display: inline-block;
  background-color: #00113d;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.dropdown_use_case .arrow_down_close:before {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 8px;
  top: 0
}

.dropdown_use_case .arrow_down_close:after {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 15px;
  top: 0
}

.dropdown_use_case .arrow_down_close.open:before {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(6px) rotate(-45deg);
  transform: translateX(6px) rotate(-45deg)
}

.dropdown_use_case .arrow_down_close.open:after {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-3px) rotate(45deg);
  transform: translateX(-3px) rotate(45deg)
}

.dropdown_use_case--with_fade {
  -webkit-animation: fadeInDown 1s;
  animation: fadeInDown 1s
}

.brg_editorial_main_title--loading~.dropdown_use_case {
  display: none
}

.brg_editorial_deals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.brg_editorial_deals__buy-it-amazon {
  color: #3a85aa;
  text-align: center;
  margin: 5px 0 0;
  font-size: 16px;
  cursor: pointer
}

@media(max-width: 600px) {
  .brg_editorial_deals__buy-it-amazon {
    text-align: center;
    margin: auto;
    margin-top: 15px;
    font-size: 11px;
    text-decoration: underline
  }
}

.brg_editorial_deals__vertical .brg_editorial_deals {
  height: 170px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.brg_editorial_deals__vertical .brg_editorial_deals__item {
  padding: 0;
  border: none;
  height: 160px;
  max-width: 220px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.brg_editorial_deals__vertical .brg_editorial_deals__item .brg_editorial_product__button.compare-prices {
  color: #fff;
  padding: 12px 16px;
  background: #00113d;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.brg_editorial_deals__vertical .brg_editorial_deals__item .brg_editorial_product__button.compare-prices:hover {
  color: #00113d;
  background: #e7cd60;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.brg_editorial_deals__vertical .brg_editorial_deals__item .brg_editorial_product__button.compare-prices-desktop {
  background: #78c02a;
  color: #fff
}

.brg_editorial_deals__vertical .brg_editorial_deals__item .brg_editorial_product__button.compare-prices-desktop:hover {
  background: #92e879;
  color: #fff;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.brg_editorial_deals__title {
  color: #00113d;
  text-align: center;
  margin-bottom: 15px
}

.brg_editorial_deals.desktop {
  z-index: 998;
  top: 165px;
  width: 350px;
  display: none;
  position: absolute;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 7px 1px rgba(34, 35, 0, .2);
  box-shadow: 0 0 7px 1px rgba(34, 35, 0, .2);
  list-style: none;
  padding: 20px
}

.brg_editorial_deals.desktop.dropdown {
  top: 150px;
  margin: 0
}

.brg_editorial_deals.desktop.top {
  bottom: 25%;
  top: initial
}

.brg_editorial_deals.desktop.top.dropdown {
  bottom: 68%
}

.brg_editorial_deals.desktop.top .bottom-arrow {
  display: block
}

.brg_editorial_deals.desktop.top .top-arrow {
  display: none
}

.brg_editorial_deals.desktop .top-arrow:after,
.brg_editorial_deals.desktop .top-arrow:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

.brg_editorial_deals.desktop .top-arrow:after {
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 12px;
  margin-left: -12px
}

.brg_editorial_deals.desktop .top-arrow:before {
  border-color: transparent;
  border-bottom-color: rgba(34, 35, 0, .2);
  border-width: 13px;
  margin-left: -13px
}

.brg_editorial_deals.desktop .bottom-arrow {
  display: none
}

.brg_editorial_deals.desktop .bottom-arrow:after,
.brg_editorial_deals.desktop .bottom-arrow:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

.brg_editorial_deals.desktop .bottom-arrow:after {
  border-color: transparent;
  border-top-color: #fff;
  border-width: 12px;
  margin-left: -12px
}

.brg_editorial_deals.desktop .bottom-arrow:before {
  border-color: transparent;
  border-top-color: rgba(34, 35, 0, .2);
  border-width: 13px;
  margin-left: -13px
}

.brg_editorial_deals.desktop .close-button::after {
  content: url(assets/best_reviews/editorial_listpage/close_icon_grey-626fdcca96c3e4893d735cf11152f3a55f1d7646d754e13b3e2f74a13d7294dc.svg);
  cursor: pointer;
  left: 15px;
  position: absolute;
  top: 15px
}

@media(max-width: 1200px) {
  .brg_editorial_deals.desktop {
    right: 0;
    top: 155px
  }

  .brg_editorial_deals.desktop .top-arrow {
    display: none
  }
}

.brg_editorial_deals.desktop .brg_compare-prices__used-price span {
  color: #666
}

.brg_editorial_deals.desktop .brg_compare-prices__price {
  color: #00113d
}

.brg_editorial_deals.desktop .brg_compare-prices__actions {
  font-size: 15px;
  font-weight: 600
}

.brg_editorial_deals.desktop .brg_compare-prices__actions .brg_btn {
  background: #78c02a;
  padding: 11px 15px 7px;
  min-width: 74px
}

.brg_editorial_deals.desktop .brg_compare-prices__actions .brg_btn:hover {
  background: #92e879
}

.brg_editorial_deals.desktop.bottom {
  top: 170px
}

.brg_editorial_deals.desktop .brg_editorial_deals__item {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

.brg_editorial_deals.desktop .brg_editorial_deals__item .compare-prices {
  background: #e9f5fd;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

.brg_editorial_deals.desktop .brg_editorial_deals__item .compare-prices:hover {
  color: #fff;
  background: #00113d;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

.brg_editorial_deals.desktop .brg_editorial_deals__item:hover {
  background: #f5f5f5;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

.brg_editorial_deals.desktop .brg_editorial_deals__item:hover .compare-prices {
  color: #e9f5fd;
  background: #00113d;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

.brg_editorial_deals.desktop#spacer-md {
  top: 204px
}

.brg_editorial_deals__item {
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00113d;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  font-family: montserrat, sans-serif
}

.brg_editorial_deals__item:last-child {
  border-bottom: none
}

.brg_editorial_deals__price {
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.brg_editorial_deals__price small {
  margin: 0 auto;
  font-size: 12px
}

.brg_editorial_deals__img {
  max-width: 70px;
  max-height: 40px;
  border-radius: 4px
}

.brg_editorial_deals__img-wrapper {
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.brg_editorial_deals__small_popup {
  z-index: 4;
  position: absolute;
  top: 92%;
  width: 360px;
  display: none;
  right: 20px;
  padding: 8px 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .16);
  box-shadow: 0 0 16px rgba(0, 0, 0, .16);
  background-color: #fff
}

@media(max-width: 767px) {
  .brg_editorial_deals__small_popup {
    top: 96%
  }
}

.brg_editorial_deals__small_popup__item_container {
  list-style: none
}

.brg_editorial_deals__small_popup__item_container:last-child .brg_editorial_deals__small_popup__item {
  margin-bottom: 0
}

.brg_editorial_deals__small_popup__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 16px
}

.brg_editorial_deals__small_popup__item:hover {
  background-color: #f1f2f5
}

.brg_editorial_deals__small_popup__item__icon_wrapper {
  background-color: #f5f5f5;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden
}

.brg_editorial_deals__small_popup__item__favicon {
  max-width: 16px;
  max-height: 16px
}

.brg_editorial_deals__small_popup__item__merchant_name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 8px;
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #021541;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.brg_editorial_deals__small_popup__item__merchant_name::first-letter {
  text-transform: uppercase
}

.brg_editorial_deals__small_popup__item__price_badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 78px;
  height: 23px;
  margin: 0 25px 0 17px;
  background: rgba(232, 201, 72, .4);
  border-radius: 46px;
  font-family: montserrat, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #000
}

.brg_editorial_deals__small_popup__item__clickout {
  width: 88px;
  height: 39px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  border: solid 1px #78c02a;
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: .28px;
  text-transform: uppercase;
  color: #78c02a;
  background-color: #fff
}

.brg_editorial_deals__small_popup__item__clickout.main {
  color: #fff;
  background-color: #78c02a
}

.brg_editorial_deals__compare_prices_list {
  width: 100%;
  padding: 0;
  border-top: 1px solid #d8d8d8;
  margin-top: 15px;
  margin-bottom: 16px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .2s ease-out;
  transition: max-height .2s ease-out
}

.brg_editorial_deals__compare_prices_list.hidden {
  border-width: 0
}

.brg_editorial_deals__compare_prices_list__item_container {
  list-style: none
}

.brg_editorial_deals__compare_prices_list__item_container:last-child .brg_editorial_deals__compare_prices_list__item {
  margin-bottom: 0
}

.brg_editorial_deals__compare_prices_list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 0
}

.brg_editorial_deals__compare_prices_list__item:hover {
  background-color: #f1f2f5
}

@media(max-width: 767px) {
  .brg_editorial_deals__compare_prices_list__item:hover {
    background-color: #fff
  }
}

.brg_editorial_deals__compare_prices_list__item__icon_wrapper {
  background-color: #f5f5f5;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden
}

.brg_editorial_deals__compare_prices_list__item__favicon {
  max-width: 16px;
  max-height: 16px
}

.brg_editorial_deals__compare_prices_list__item__merchant_name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 8px;
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #021541;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.brg_editorial_deals__compare_prices_list__item__merchant_name::first-letter {
  text-transform: uppercase
}

.brg_editorial_deals__compare_prices_list__item__price_badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 20px;
  margin: 0 25px 0 17px;
  background: rgba(232, 201, 72, .4);
  border-radius: 46px;
  font-family: montserrat, sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #000
}

.brg_editorial_deals__compare_prices_list__item__clickout {
  width: 72px;
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  border: solid 1px #e7cd60;
  font-family: montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: .28px;
  text-transform: uppercase;
  color: #e7cd60;
  background-color: #fff
}

.brg_editorial_deals__compare_prices_list__item__clickout.main {
  color: #000;
  background-color: #e7cd60
}

.brg_editorial_deals__more_deals_trigger {
  margin: 24px 0 0 20px;
  font-family: montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #021541;
  cursor: pointer;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  align-self: start
}

@media(max-width: 767px) {
  .brg_editorial_deals__more_deals_trigger {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: -.11px
  }

  .brg_editorial_deals__more_deals_trigger span.hidden {
    display: none
  }
}

.brg_editorial_deals__more_deals_trigger__arrow {
  width: 8px;
  height: 10px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: 2px
}

.brg_editorial_deals__more_deals_trigger__arrow.active {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg)
}

#editorial_score_card {
  overflow: hidden;
  min-height: 100px;
  position: relative;
  background-color: #e9f5fd;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

@media(min-width: 767px) {
  #editorial_score_card {
    padding: 55px;
    cursor: pointer;
    min-height: 200px
  }

  #editorial_score_card.active {
    min-height: 350px;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
  }

  #editorial_score_card:hover {
    -webkit-filter: brightness(1.03);
    filter: brightness(1.03);
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
  }
}

#editorial_score_card.active {
  min-height: 335px;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

#editorial_score_card.active .editorial_score_card__title {
  margin-left: 0
}

#editorial_score_card.active .editorial_score_card__text {
  padding: 2px 0
}

@media(min-width: 767px) {
  #editorial_score_card.active .editorial_score_card__text {
    width: 55%;
    font-size: 17px;
    line-height: 1.5
  }
}

#editorial_score_card.active .editorial_score_card__unclicked {
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

#editorial_score_card.active .editorial_score_card__clicked {
  height: 120px
}

#editorial_score_card.active .editorial_score_card__clicked,
#editorial_score_card.active .editorial_score_card__close {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

#editorial_score_card.active .editorial_score_card__circle {
  color: #fff
}

#editorial_score_card.active .editorial_score_card__circle.yellow {
  left: -1%;
  bottom: 50px
}

@media(max-width: 350px) {
  #editorial_score_card.active .editorial_score_card__circle.yellow {
    bottom: 5px
  }
}

@media(min-width: 767px) {
  #editorial_score_card.active .editorial_score_card__circle.yellow {
    left: 60%;
    bottom: 55%
  }
}

#editorial_score_card.active .editorial_score_card__circle.darkblue {
  top: 178px;
  right: -3%;
  height: 120px
}

@media(max-width: 350px) {
  #editorial_score_card.active .editorial_score_card__circle.darkblue {
    top: 220px
  }
}

@media(min-width: 767px) {
  #editorial_score_card.active .editorial_score_card__circle.darkblue {
    top: 10%;
    right: 7%;
    padding-top: 50px
  }
}

#editorial_score_card.active .editorial_score_card__circle.blue {
  left: 35%;
  top: 250px;
  width: 110px;
  height: 110px
}

@media(max-width: 350px) {
  #editorial_score_card.active .editorial_score_card__circle.blue {
    left: 28%
  }
}

@media(min-width: 767px) {
  #editorial_score_card.active .editorial_score_card__circle.blue {
    top: 200px;
    left: 60%;
    min-width: 170px;
    min-height: 170px
  }
}

@media(min-width: 767px) {
  #editorial_score_card.active .editorial_score_card__circle.green {
    right: 3%;
    bottom: -5%
  }
}

.editorial_score_card {
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

@media(min-width: 767px) {
  .editorial_score_card:hover {
    -webkit-filter: brightness(1.05);
    filter: brightness(1.05)
  }
}

.editorial_score_card__title {
  font-size: 25px;
  font-weight: 700;
  color: #00113d;
  font-family: montserrat, sans-serif;
  margin-left: 20px;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

@media(min-width: 767px) {
  .editorial_score_card__title {
    margin-left: 0;
    font-size: 40px
  }
}

.editorial_score_card__text {
  font-size: 13px;
  font-weight: 200;
  color: #00113d;
  font-family: montserrat, sans-serif
}

@media(min-width: 767px) {
  .editorial_score_card__text {
    width: 55%;
    font-size: 17px;
    line-height: 1.5
  }
}

@media(min-width: 1200px) {
  .editorial_score_card__text {
    width: 40%
  }
}

.editorial_score_card__text.underline {
  text-decoration: underline
}

.editorial_score_card__text.bold {
  font-weight: 600
}

.editorial_score_card__link {
  color: inherit;
  text-decoration: underline
}

.editorial_score_card__learn-more {
  font-size: 12px;
  margin-top: 10px;
  font-weight: 600;
  color: #00113d;
  font-family: montserrat, sans-serif;
  text-transform: uppercase;
  margin-left: 20px;
  letter-spacing: 1px;
  text-decoration: underline
}

@media(min-width: 767px) {
  .editorial_score_card__learn-more {
    font-size: 14px;
    margin-left: 5px;
    font-weight: 900;
    text-decoration: none
  }

  .editorial_score_card__learn-more::after {
    content: "";
    height: 1px;
    top: 145px;
    left: 59px;
    width: 110px;
    position: absolute;
    background: #00113d
  }
}

.editorial_score_card__close {
  top: 28px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  font-size: 14px;
  position: absolute;
  color: #00113d;
  text-transform: capitalize
}

.editorial_score_card__clicked {
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.editorial_score_card__unclicked {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.editorial_score_card__circle {
  width: 90px;
  height: 90px;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  color: transparent;
  border-radius: 50%;
  white-space: pre-line;
  font-family: montserrat, sans-serif;
  text-transform: capitalize;
  -webkit-box-shadow: 0 0 36px 0 rgba(34, 35, 40, .4);
  box-shadow: 0 0 36px 0 rgba(34, 35, 40, .4)
}

@media(min-width: 767px) {
  .editorial_score_card__circle {
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0 !important
  }

  .editorial_score_card__circle>small {
    font-size: 13px
  }
}

.editorial_score_card__circle>span {
  font-size: 25px;
  font-family: libre baskerville, serif
}

@media(min-width: 767px) {
  .editorial_score_card__circle>span {
    font-size: 40px
  }
}

.editorial_score_card__circle.blue {
  left: -40px;
  top: -50px;
  padding-top: 14px;
  background-color: #1c88e0;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

@media(min-width: 767px) {
  .editorial_score_card__circle.blue {
    left: 56%;
    top: 35%;
    min-width: 150px;
    min-height: 150px
  }
}

.editorial_score_card__circle.darkblue {
  top: -55px;
  right: -25px;
  width: 120px;
  font-size: 11px;
  padding-top: 23px;
  background-color: #00113d;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

@media(min-width: 767px) {
  .editorial_score_card__circle.darkblue {
    top: 1%;
    right: 15%;
    min-width: 160px;
    min-height: 160px;
    padding-top: 30px
  }
}

.editorial_score_card__circle.yellow {
  left: 70%;
  bottom: -50px;
  padding-top: 6px;
  background: #e7cd60;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

@media(min-width: 767px) {
  .editorial_score_card__circle.yellow {
    left: 45%;
    bottom: 22%
  }
}

.editorial_score_card__circle.green {
  right: 0;
  bottom: -70px;
  background: #78c02a;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

@media(min-width: 767px) {
  .editorial_score_card__circle.green {
    right: 2%;
    bottom: -10%;
    min-width: 140px;
    min-height: 140px;
    font-size: 13px;
    padding-top: 15px;
    background: #638043
  }
}

@media(min-width: 767px) {
  .editorial_score_card__circle {
    color: #fff;
    min-width: 120px;
    min-height: 120px;
    opacity: .8
  }
}

.brg_editorial_main_title {
  min-height: 225px;
  color: #fff;
  position: relative;
  background-color: #00113d;
  background-repeat: no-repeat
}

.brg_editorial_main_title.with_features .brg_editorial_main_title__title__text {
  text-align: left;
  padding-left: 22px;
  padding-right: 22px
}

.brg_editorial_main_title__title {
  padding-top: 60px;
  font-family: montserrat, sans-serif
}

.brg_editorial_main_title__title__mobile {
  height: 254px
}

.brg_editorial_main_title__title__date {
  margin-top: 5px;
  font-size: 18px;
  color: #fff;
  text-align: left;
  padding: 0 25px;
  font-family: montserrat, sans-serif
}

.brg_editorial_main_title__title__text {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  padding: 15px 25px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-family: montserrat, sans-serif;
  height: 63px;
  display: table-cell;
  vertical-align: middle
}

.brg_editorial_main_title__title__text__mobile {
  font-size: 24px
}

.brg_editorial_main_title__title__text__list_title {
  height: 125px
}

.brg_editorial_main_title__title__text span {
  font-size: 20px;
  margin-top: -27px;
  position: absolute;
  letter-spacing: 2px;
  color: #e7cd60;
  text-transform: uppercase
}

.brg_editorial_main_title__line-separator {
  width: 30px;
  height: 2px;
  opacity: .6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #e9f5fd;
  margin: 26px 25px 9px
}

.brg_editorial_main_title__line-separator.wide {
  width: 64px;
  margin: 15px 22px
}

.brg_editorial_main_title__features {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.brg_editorial_main_title__features-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.brg_editorial_main_title__features-container--with_fade {
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

.brg_editorial_main_title__features-title {
  font-family: ProximaNova, sans-serif;
  font-weight: 700;
  margin: 20px 0 5px;
  color: #00113d
}

.brg_editorial_main_title__feature {
  font-size: 12px;
  line-height: 2.4;
  position: relative;
  color: #00113d;
  margin-right: 15px;
  margin-left: 1.5em;
  text-indent: -1.5em
}

.brg_editorial_main_title__feature::before {
  content: '';
  right: 100%;
  margin-right: 3px;
  background-image: url(assets/img/brg_editorial_review_check.svg);
  padding-right: 15px;
  background-size: contain;
  background-repeat: no-repeat
}

.brg_editorial_main_title__review {
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 25px;
  color: #e9f5fd;
  font-weight: 700;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
  white-space: nowrap;
  font-family: libre baskerville, serif
}

.brg_editorial_main_title__review__icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  width: 27px;
  margin-right: 2px;
  position: relative;
  right: 0
}

.brg_editorial_main_title__review__icon {
  margin: 0 8px 0 0;
  position: relative;
  right: 54px;
  -webkit-transition: 1s;
  transition: 1s
}

.brg_editorial_main_title__review__icon::before {
  background-size: contain;
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  vertical-align: middle
}

.brg_editorial_main_title__review__icon::after {
  content: "";
  opacity: 0;
  position: absolute
}

.brg_editorial_main_title__review__icon--scan {
  opacity: 0
}

.brg_editorial_main_title__review__icon--scan::before {
  background: url(assets/img/magnifying_glass_full.svg) no-repeat;
  background-size: contain
}

.brg_editorial_main_title__review__icon--scan.brg_editorial_main_title__review__icon--incomplete::before {
  background-image: url(assets/img/magnifying_glass_empty.svg)
}

.brg_editorial_main_title__review__icon--scan.brg_editorial_main_title__review__icon--incomplete::after {
  background-image: url(assets/img/magnifying_glass_full.svg)
}

.brg_editorial_main_title__review__icon--analyze {
  opacity: 0
}

.brg_editorial_main_title__review__icon--analyze::before {
  background: url(assets/img/wand_full.svg) no-repeat;
  background-size: contain
}

.brg_editorial_main_title__review__icon--analyze.brg_editorial_main_title__review__icon--incomplete::before {
  background-image: url(assets/img/wand_empty.svg)
}

.brg_editorial_main_title__review__icon--analyze.brg_editorial_main_title__review__icon--incomplete::after {
  background-image: url(assets/img/wand_full.svg)
}

.brg_editorial_main_title__review__icon--success::before {
  background: url(assets/img/brg_editorial_review_check.svg) no-repeat;
  background-size: contain
}

.brg_editorial_main_title__review__icon--success.brg_editorial_main_title__review__icon--incomplete::before {
  background-image: url(assets/img/check_empty.svg)
}

.brg_editorial_main_title__review__icon--success.brg_editorial_main_title__review__icon--incomplete::after {
  background-image: url(assets/img/brg_editorial_review_check.svg)
}

.brg_editorial_main_title__review__icon--spinner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-animation: fa-spin 1s ease-in;
  animation: fa-spin 1s ease-in
}

.brg_editorial_main_title__review__icon--spinner::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #78c02a;
  border-radius: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.brg_editorial_main_title__review__loading-text {
  display: none;
  font-size: 15px;
  font-weight: 400
}

.brg_editorial_main_title__review__loading-text--analyze,
.brg_editorial_main_title__review__loading-text--success {
  display: none
}

.brg_editorial_main_title__review__loading-text::after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 900ms infinite;
  animation: ellipsis steps(4, end) 900ms infinite;
  content: "\2026";
  width: 0
}

.brg_editorial_main_title__review__text {
  font-size: 12px;
  font-weight: 100;
  margin-left: 10px;
  text-transform: capitalize
}

.brg_editorial_main_title--loading .brg_editorial_main_title__review__icons {
  -webkit-transition: 1s;
  transition: 1s;
  width: 81px;
  overflow: visible
}

.brg_editorial_main_title--loading .brg_editorial_main_title__review__icon {
  right: 0
}

.brg_editorial_main_title--loading .brg_editorial_main_title__review__icon--scan {
  opacity: 1
}

.brg_editorial_main_title--loading .brg_editorial_main_title__review__icon--analyze {
  opacity: 1
}

.brg_editorial_main_title--loading .brg_editorial_main_title__review__loading-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.brg_editorial_main_title--loading .brg_editorial_main_title__review__number,
.brg_editorial_main_title--loading .brg_editorial_main_title__review__text {
  display: none
}

.brg_editorial_main_title--loading~.brg_editorial_main_title__features-container {
  display: none
}

@-webkit-keyframes ellipsis {
  to {
    width: 1em
  }
}

@keyframes ellipsis {
  to {
    width: 1em
  }
}

.mobile_sharing_buttons {
  display: none;
  border-radius: 60px;
  background: #f5f5f5;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(90, 97, 117, .5);
  box-shadow: 2px 2px 4px 0 rgba(90, 97, 117, .5);
  position: absolute;
  right: 0;
  top: 100%
}

.mobile_sharing_buttons--triangle {
  width: 0;
  height: 0;
  top: -8px;
  right: 6px;
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f5f5f5
}

.mobile_sharing_buttons__toggle {
  background-image: url(assets/img/share_icon_mobile-82fd9d2e0dded78c55a174976b29469e40961f27045ec3ea9ec81fb98dd9cad9.svg);
  border: 1.5px solid #f5f5f5;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  font-size: 18px;
  color: #00113d;
  border-radius: 100px;
  text-align: right;
  margin-left: auto;
  cursor: pointer;
  padding: 15px;
  outline: none;
  width: 35px
}

.mobile_sharing_buttons__toggle.active {
  pointer-events: none
}

.mobile_sharing_buttons__container {
  right: 17px;
  z-index: 998;
  position: absolute;
  -webkit-transition: opacity .5s, right 1s ease-out;
  transition: opacity .5s, right 1s ease-out;
  opacity: 1
}

.mobile_sharing_buttons .rounded {
  outline: none;
  margin: 7px 6px 0;
  border-radius: 50%;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

.mobile_sharing_buttons .rounded:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  -webkit-box-shadow: 2px 5px 5px #717175;
  box-shadow: 2px 5px 5px #717175
}

.mobile_sharing_buttons .rounded.green {
  background-color: #78c02a
}

.brg_editorial_main_title--loading .mobile_sharing_buttons__container {
  right: 0;
  opacity: 0
}

.brg_editorial_list__ads__ribbon {
  width: 110px;
  height: 24px;
  z-index: 5;
  font-size: 15px;
  font-weight: 700;
  top: 14px !important;
  left: -33px !important;
  color: #fff !important;
  text-align: center !important;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #8f0808;
  background: -webkit-gradient(linear, left top, left bottom, from(#F70505), to(#8F0808)) !important;
  background: linear-gradient(#F70505 0%, #8F0808 100%) !important;
  -webkit-box-shadow: 0 3px 10px -5px #000 !important;
  box-shadow: 0 3px 10px -5px #000 !important;
  position: absolute !important;
  border-radius: 50px 50px 0 0
}

.brg_editorial_list__ads__ribbon::before {
  content: "";
  position: absolute;
  top: 100%;
  z-index: -1;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8f0808;
  border-left: 3px solid #8f0808;
  border-right: 3px solid transparent;
  left: 0
}

.brg_editorial_list__ads__ribbon::after {
  content: "";
  position: absolute;
  top: 100%;
  z-index: -1;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8f0808;
  border-left: 3px solid transparent;
  border-right: 3px solid #8f0808;
  right: 0
}

.brg_editorial_list__ads #amzn-native-ad-0 {
  width: 100% !important;
  max-width: 100% !important
}

.brg_editorial_list__ads #amzn-native-ad-0 .amzn-native-content {
  overflow: visible !important;
  min-height: auto !important;
  margin-top: 12px
}

.brg_editorial_list__ads #amzn-native-ad-0 .amzn-native-content.no-results-container {
  min-height: 50px !important
}

.brg_editorial_list__ads #amzn-native-ad-0 .amzn-native-header {
  margin: 50px 0 30px !important
}

.brg_editorial_list__ads #amzn-native-ad-0 .amzn-native-header-text {
  font-family: montserrat, sans-serif !important;
  text-transform: capitalize !important;
  font-size: 35px !important;
  font-weight: 900 !important;
  color: #00113d !important;
  margin: 15px 0 !important;
  line-height: 1.5 !important
}

@media(max-width: 860px) {
  .brg_editorial_list__ads #amzn-native-ad-0 .amzn-native-header-text {
    font-size: 25px !important
  }
}

.brg_editorial_list__ads #amzn-native-ad-0 .amzn-native-header-text.no-results-title {
  font-size: 18px !important
}

.brg_editorial_list__ads #amzn-native-ad-0 .amzn-native-header-text.no-results-title::before {
  content: "Try "
}

.brg_editorial_list__ads #amzn-native-ad-0 .amzn-native-header-text.no-results-title::after {
  content: "ing for a different Product, please."
}

.brg_editorial_list__ads #amzn-native-ad-0 .amzn-native-search-bar.amzn-native-search-bar-top {
  overflow: visible !important
}

.brg_editorial_list__ads div#amzn-native-ad-0 div.amzn-native-products-list div.amzn-native-product {
  overflow: visible !important
}

.brg_editorial_list__ads div#amzn-native-ad-0 div.amzn-native-products-list div.amzn-native-product img {
  max-width: 95% !important;
  max-height: 200px !important;
  border-radius: 5px !important
}

.brg_editorial_list__ads div#amzn-native-ad-0 .amzn-native-search-bar .amzn-native-search-bar-content {
  float: none !important;
  width: calc(100% - 100px) !important
}

@media(max-width: 660px) {
  .brg_editorial_list__ads div#amzn-native-ad-0 .amzn-native-search-bar .amzn-native-search-bar-content {
    width: calc(100% - 40px) !important
  }
}

.brg_editorial_list__ads div#amzn-native-ad-0 .amzn-native-search-bar .amzn-native-search-bar-content .amzn-native-search-bar-form-holder input.amzn-native-search {
  padding: 0 !important;
  text-transform: capitalize !important;
  background-color: #f7f7f7 !important;
  font-family: montserrat, sans-serif !important;
  border-radius: 0 !important;
  font-size: 19px !important;
  color: rgba(0, 17, 61, .6);
  text-align: left;
  width: 95%;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
  width: 100%;
  border-radius: 0 !important
}

.brg_editorial_list__ads div#amzn-native-ad-0 .amzn-native-search-bar .amzn-native-search-bar-content .amzn-native-search-bar-form-holder input.amzn-native-search:focus {
  color: #00113d;
  border-bottom: 2px solid #00113d !important
}

.brg_editorial_list__ads .amzn-native-product-image-container {
  height: 230px !important
}

.brg_editorial_list__ads .amzn-native-product-title,
.brg_editorial_list__ads .amzn-native-product-title-text {
  font-family: montserrat, sans-serif !important;
  font-size: 17px !important;
  font-weight: 100 !important;
  color: #00113d !important;
  line-height: 1.5 !important;
  text-shadow: none !important
}

.brg_editorial_list__ads .amzn-native-product.amzn-native-product-asin-container {
  display: block !important;
  -webkit-box-shadow: 0 -10px 16px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 -10px 16px 0 rgba(0, 0, 0, .05);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border: 1px solid #e9e9e9 !important;
  overflow: hidden !important;
  height: 450px !important;
  width: 24% !important;
  margin: 5px
}

.brg_editorial_list__ads .amzn-native-product.amzn-native-product-asin-container:last-child {
  margin-bottom: 100px !important
}

@media(max-width: 992px) {
  .brg_editorial_list__ads .amzn-native-product.amzn-native-product-asin-container {
    width: 45% !important;
    margin: 2px !important
  }
}

@media(max-width: 660px) {
  .brg_editorial_list__ads .amzn-native-product.amzn-native-product-asin-container {
    width: 95% !important;
    margin-top: 50px !important
  }

  .brg_editorial_list__ads .amzn-native-product.amzn-native-product-asin-container:first-child {
    margin-top: 0 !important
  }
}

.brg_editorial_list__ads .amzn-native-product.amzn-native-product-asin-container:hover {
  border: 1px solid #00113d !important;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-box-shadow: 2px 3px 10px 0 #ccc;
  box-shadow: 2px 3px 10px 0 #ccc
}

.brg_editorial_list__ads .amzn-native-product.amzn-native-product-asin-container:hover .amzn-native-product-image-container,
.brg_editorial_list__ads .amzn-native-product.amzn-native-product-asin-container:hover .amzn-native-product-image {
  opacity: 1 !important
}

.brg_editorial_list__ads .amzn-native-product.amzn-native-product-asin-container:hover .amzn-native-product-image {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.brg_editorial_list__ads .amzn-native-product.amzn-native-product-asin-container:hover .amzn-native-product-title-text {
  text-decoration: underline
}

.brg_editorial_list__ads .amzn-native-product-attr-container.amzn-native-product-attr-container-full {
  padding-bottom: 15px !important
}

.brg_editorial_list__ads .amzn-native-product-attr-container.amzn-native-product-attr-container-full::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  margin: -15px 0;
  background: #e9e9e9
}

.brg_editorial_list__ads .amzn-native-product-bs-highlight {
  display: block !important;
  float: right !important
}

.brg_editorial_list__ads .amzn-native-product-offer-price {
  color: #78c02a !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  font-family: montserrat, sans-serif !important;
  text-shadow: none !important;
  padding: 10px 0 !important;
  margin-bottom: 10px !important
}

.brg_editorial_list__ads .amzn-native-product-image {
  border-radius: 5px !important;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.brg_editorial_list__ads .amzn-native-product-list-price {
  color: #cd5c5c !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  font-family: montserrat, sans-serif !important;
  text-shadow: none !important;
  padding: 0 0 0 8px !important
}

.brg_editorial_list__ads .amzn-sprite.amzn-native-product-prime.amzn-native-product-prime-inline-with-price {
  float: right !important;
  margin: 12px 0 !important
}

.brg_editorial_list__ads .amzn-native-product-review-count {
  color: #00113d !important;
  font-family: montserrat, sans-serif !important;
  text-shadow: none !important
}

.brg_editorial_list__ads .amzn-native-brand-text,
.brg_editorial_list__ads .amzn-native-category-trigger-area,
.brg_editorial_list__ads .amzn-native-suggestions-holder,
.brg_editorial_list__ads .amzn-native-search-go {
  display: none !important
}

.brg_editorial_list__ads #autocomplete_list,
.brg_editorial_list__ads #autocomplete_list_page {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 25px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.brg_editorial_list__ads .autocompleteLink {
  padding: 9px 20px;
  margin: 0 10px 10px 0;
  text-transform: capitalize;
  background: #fff;
  color: #00113d;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  border-radius: 50px;
  font-size: 14px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .4);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .4)
}

.brg_editorial_list__ads .autocompleteLink:hover {
  color: #fff;
  background: #1c88e0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.brg_editorial_list__ads .autocompleteLink:empty {
  display: none !important
}

.brg_editorial_list__ads .autocompleteLink:nth-child(n+6) {
  display: none !important
}

@media(max-width: 767px) {
  .brg_editorial_list__ads .autocompleteLink {
    margin: 0 5px 20px 0
  }
}

.brg_editorial_list__ads .autocompleteLink__spaced {
  margin: 20px 0
}

.brg_editorial_list__ads .amzn-native-search-bar-content {
  margin-top: -115px !important
}

.brg_editorial_list__ads .amzn-native-search {
  border: none !important;
  font-size: 14px !important;
  background: #f7f7f7 !important;
  border-bottom: 1px solid #00113d !important
}

.brg_editorial_list__ads .amzn-native-search::-webkit-input-placeholder {
  color: #f7f7f7
}

.brg_editorial_list__ads .amzn-native-search::-moz-placeholder {
  color: #f7f7f7
}

.brg_editorial_list__ads .amzn-native-search:-ms-input-placeholder {
  color: #f7f7f7
}

.brg_editorial_list__ads .amzn-native-search::-ms-input-placeholder {
  color: #f7f7f7
}

.brg_editorial_list__ads .amzn-native-search::placeholder {
  color: #f7f7f7
}

.brg_editorial_list__ads .amzn-native-category-selection {
  top: -22px !important;
  border-color: #00113d !important
}

.brg_editorial_list__ads .amzn-native-search-bar.amzn-native-search-bar-top {
  position: absolute
}

.brg_editorial_list__ads #amzn-native-ad-0 .amzn-native-products-list .amzn-native-product .amzn-native-product-title-container a {
  padding-top: 20px !important;
  line-height: 2 !important;
  height: 73px !important;
  overflow: hidden !important
}

@media(max-width: 660px) {
  .brg_editorial_list__ads #amzn-native-ad-0 .amzn-native-products-list .amzn-native-product .amzn-native-product-title-container a {
    padding-top: 0 !important;
    line-height: 1.2 !important;
    height: 45px !important
  }
}

@media(max-width: 767px) {
  .brg_editorial_list__ads div#amzn-native-ad-0 {
    margin-left: 5px !important
  }

  .brg_editorial_list__ads div#amzn-native-ad-0 div.amzn-native-products-list div.amzn-native-product img {
    max-height: 180px !important;
    border-radius: 5px !important
  }

  .brg_editorial_list__ads .amzn-native-product-image-container {
    height: 200px !important
  }

  .brg_editorial_list__ads .amzn-native-product-title,
  .brg_editorial_list__ads .amzn-native-product-title-text {
    font-size: 14px !important
  }

  .brg_editorial_list__ads .amzn-native-search-bar-content {
    width: 100%
  }

  .brg_editorial_list__ads .amzn-native-product.amzn-native-product-asin-container {
    height: 400px !important
  }

  .brg_editorial_list__ads .amzn-native-product-list-price {
    font-size: 14px !important;
    font-size: 14px !important;
    padding-left: 10px !important
  }

  .brg_editorial_list__ads .amzn-native-product-bs-highlight,
  .brg_editorial_list__ads .amzn-sprite.amzn-native-product-prime.amzn-native-product-prime-inline-with-price {
    float: right !important
  }
}

.gray-title #amzn-native-ad-0 .amzn-native-header {
  text-align: center !important
}

.gray-title #amzn-native-ad-0 .amzn-native-header .amzn-native-header-text {
  color: #666 !important;
  font-weight: 500 !important;
  font-size: 30px !important
}

.brg_editorial_listpage__navbar {
  background: #00113d
}

.brg_editorial_list_popular_categories-category {
  background-color: #eff3f5;
  border: solid 1px #e5e5e5;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 24px;
  border-radius: 10px
}

@media(max-width: 767px) {
  .brg_editorial_list_popular_categories-category {
    margin-bottom: 16px;
    margin-right: 0
  }
}

.brg_editorial_list_popular_categories-category:last-child {
  margin-right: 0
}

.brg_editorial_list_popular_categories__title {
  font-size: 35px;
  font-weight: 700;
  text-align: left;
  color: #00113d;
  line-height: 1.14;
  font-family: montserrat, sans-serif
}

.brg_editorial_list_popular_categories-image {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px 10px 0 0;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

.brg_editorial_list_popular_categories-image:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

.brg_editorial_list_popular_categories-title {
  height: 24px;
  font-family: montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.41;
  letter-spacing: 1px;
  text-align: left;
  color: #00113d;
  margin-top: 14px;
  margin-left: 11px
}

.brg_editorial_list_popular_categories-title:hover {
  text-decoration: underline
}

.brg_editorial_list_popular_categories-sub_categories {
  display: -webkit-box;
  font-family: montserrat, sans-serif;
  line-height: 27px;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 1px #e9e9e9;
  font-size: 13px;
  text-align: left;
  color: #00113d;
  padding: 6px 11px
}

.brg_editorial_list_popular_categories-sub_categories:hover {
  text-decoration: underline
}

.brg_editorial_list_popular_categories-sub_categories:last-child {
  border-bottom: none
}

.brg_editorial_list_popular_categories__all-categories {
  height: 48px;
  border-radius: 8px;
  border: solid 1px #e5e5e5;
  background-color: #00113d;
  width: 240px;
  margin: 20px auto;
  text-align: center;
  vertical-align: middle;
  font-size: 17px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

.brg_editorial_list_popular_categories__all-categories:hover {
  text-decoration: underline;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  -webkit-box-shadow: 2px 2px 5px #666;
  box-shadow: 2px 2px 5px #666
}

.brg_price_drop_card {
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .05);
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .05);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 2px;
  margin-top: 15px;
  padding: 20px 6% 20px 33%;
  position: relative
}

.brg_price_drop_card__icon {
  background-image: url(assets/img/sale-tag.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px 64px;
  width: 60px;
  height: 64px;
  position: absolute;
  left: calc(33%/2 - 30px)
}

.brg_price_drop_card__copy {
  color: #001b5f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .4px;
  line-height: 1.38;
  margin-bottom: 14px
}

.brg_price_drop_card__button {
  background: #76c213;
  border-radius: 4px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .32px;
  line-height: 1.08;
  padding: 9px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2)
}

.brg_price_drop_sticky {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100
}

.brg_price_drop_sticky_popup {
  background: #fff;
  border-top: 5px solid #20305b;
  padding: 12px 19px
}

.brg_price_drop_sticky_popup__text {
  color: #000d2f;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.63;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.brg_price_drop_sticky_popup__text::before {
  content: '';
  background: url(assets/img/sale-tag.svg) no-repeat center;
  background-size: contain;
  width: 27px;
  height: 29px;
  margin-right: 10px
}

.brg_price_drop_sticky_popup__button {
  background: #76c213;
  color: #fff;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  line-height: .93;
  margin-top: 5px;
  padding: 14px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-transform: uppercase;
  width: 100%
}

.brg_price_drop_sticky_popup__close {
  background: url(assets/img/close_icon_dark.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 10px;
  height: 11px;
  width: 11px
}

.brg_price_drop_sticky_confirmation {
  background: #000d2f;
  color: #fff;
  padding: 26px 29px
}

.brg_price_drop_sticky_confirmation__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.brg_price_drop_sticky_confirmation__icon {
  width: 14px;
  height: 17px;
  margin-right: 15px
}

.brg_price_drop_sticky_confirmation__text {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .4px
}

.brg_price_drop_sticky_confirmation__close {
  background: url(assets/img/close_icon.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 11px;
  width: 11px
}

.brg_price_drop_sticky_error {
  background: #0a86e3;
  color: #fff;
  padding: 13px 27px
}

.brg_price_drop_sticky_error__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start
}

.brg_price_drop_sticky_error__icon {
  width: 22px;
  height: 22px;
  margin-right: 9px
}

.brg_price_drop_sticky_error__text {
  font-size: 15px;
  line-height: 1.38
}

.brg_price_drop_sticky_error__text--emphasis {
  font-weight: 700;
  margin-bottom: 6px
}

.brg_price_drop_sticky_error__close {
  background: url(assets/img/close_icon.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 22px;
  right: 26px;
  height: 13px;
  width: 13px
}

.brg_price_drop_popup {
  background-color: #fff;
  border-radius: 6px;
  position: absolute;
  left: 3.5%;
  top: 5%;
  width: 93%;
  min-height: 77%;
  max-height: 93%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: scroll
}

.brg_price_drop_popup__container {
  display: none;
  background: rgba(0, 0, 0, .45);
  height: calc(100% - 60px);
  left: 0;
  top: 60px;
  opacity: 0;
  position: fixed;
  width: 100%;
  z-index: 998
}

.brg_price_drop_popup__close {
  background: url(assets/img/close_icon.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 23px;
  top: 29px;
  height: 12px;
  width: 12px;
  z-index: 1
}

.brg_price_drop_popup__header {
  background: #0a86e3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 23%;
  position: relative
}

.brg_price_drop_popup__header__img {
  width: 100%
}

.brg_price_drop_popup__header__img-holder {
  width: 19%;
  max-width: 67px;
  position: absolute;
  top: 16%;
  left: 4%
}

.brg_price_drop_popup__header__txt {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .81px;
  line-height: 1.15;
  margin-bottom: 10px
}

.brg_price_drop_popup__txt {
  color: #000d2f;
  font-size: 18px;
  line-height: 1.33;
  margin: 24px auto 31px;
  text-align: center;
  width: 85%
}

.brg_price_drop_popup__txt--emphasis {
  font-weight: 700
}

.brg_price_drop_popup__category-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto auto;
  width: 60%
}

.brg_price_drop_popup__category-select {
  background: #fff;
  border: 1.2px solid #000d2f;
  border-radius: 4.8px;
  color: #000d2f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  letter-spacing: .02px;
  margin-top: 17px;
  padding: 7px 25px 7px 19px;
  position: relative
}

.brg_price_drop_popup__category-select:first-child {
  margin-top: 0
}

.brg_price_drop_popup__category-select.checked {
  background: #74c400;
  border-color: #71c600;
  color: #fff;
  font-weight: 600
}

.brg_price_drop_popup__category-select.checked .brg_price_drop_popup__category-checkbox {
  background: #fff;
  border-color: transparent
}

.brg_price_drop_popup__category-select.checked .brg_price_drop_popup__category-checkbox::after {
  content: ' ';
  background: url(assets/img/ic_check.svg) no-repeat center;
  background-size: contain;
  width: 10px;
  height: 8px;
  position: relative
}

.brg_price_drop_popup__category-checkbox {
  border-radius: 100%;
  border: 1.2px solid #000d2f;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 12px;
  height: 16px;
  width: 16px;
  pointer-events: none
}

.brg_price_drop_popup__button-container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 5px 0 18px
}

.brg_price_drop_popup__cancel {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #02103c;
  font-size: 14px;
  margin-bottom: 4px;
  margin-left: 20px;
  text-decoration: underline
}

.brg_price_drop_popup__button {
  background: #1c88e0;
  border-radius: 6px;
  color: #fff;
  height: 34px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .35px;
  margin-right: 15px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-transform: uppercase;
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media(max-height: 400px) {
  .brg_price_drop_popup {
    min-height: 90%
  }

  .brg_price_drop_popup__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px calc(67px + 4%)
  }

  .brg_price_drop_popup__header__txt-img {
    margin-left: 10px
  }

  .brg_price_drop_popup__txt {
    margin-top: 14px;
    margin-bottom: 15px
  }

  .brg_price_drop_popup__button {
    margin-right: 2%;
    width: 30%
  }

  .brg_price_drop_popup__button-container {
    margin: 10px 0 13px
  }

  .brg_price_drop_popup__category-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    width: 100%
  }

  .brg_price_drop_popup__category-select {
    margin: 2px 2%;
    padding: 5px 10px;
    width: 30%
  }
}

.brg_editorial_product__container {
  padding: 0;
  list-style: none;
  position: relative
}

.brg_editorial_product__container.product_list_object_transition {
  -webkit-animation: fadeIn .8s;
  animation: fadeIn .8s
}

.brg_editorial_product__mobile-prime-banner-container {
  margin-top: 20px;
  height: 100%;
  background-color: #00a5dd;
  background-image: url(assets/img/confetti-vertical-473c5492bd063d1c962e58456484423e60d92c725550f40189af8ea94cf785f4.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 46px 25px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.brg_editorial_product__mobile-prime-banner-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.brg_editorial_product__mobile-prime-banner-title {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #fff
}

.brg_editorial_product__mobile-prime-banner-subtitle {
  opacity: .8;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: .13px;
  text-align: center;
  color: #fff;
  margin: 16px 0 32px
}

.brg_editorial_product__mobile-prime-banner-logo {
  width: 170px;
  height: 54px;
  background-image: url(assets/img/prime-logo-bc70a5b4b6a3a2a63b0ee0f84f97ed713470fcdfb61821f81c9b5dd0acbc060c.svg)
}

.brg_editorial_product__mobile-prime-pennant {
  background-image: url(assets/img/pennant-dc8b9c1dfc995ae3d9d153481018ffd3f0c30331379502eb9718a8b7b1fee044.svg);
  background-repeat: no-repeat;
  background-position: top;
  width: 54px;
  margin-right: 20px;
  margin-left: 24px;
  padding-top: 15px;
  -webkit-box-pack: initial;
  -webkit-justify-content: initial;
  -ms-flex-pack: initial;
  justify-content: initial;
  position: absolute;
  right: 0;
  top: 0;
  height: 100px
}

.brg_editorial_product__mobile-prime-pennant-discount {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -.1px;
  text-align: center;
  color: #fff
}

.brg_editorial_product__vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.brg_editorial_product__item {
  padding: 25px;
  margin-top: 20px;
  min-height: 300px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 -10px 16px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 -10px 16px 0 rgba(0, 0, 0, .05);
  position: relative
}

.brg_editorial_product__item.smaller_bottom_padding {
  padding-bottom: 15px
}

.brg_editorial_product__item__bottom,
.brg_editorial_product__item__middle,
.brg_editorial_product__item__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.brg_editorial_product__item--with_fade {
  -webkit-animation: fadeIn 2s;
  animation: fadeIn 2s
}

.brg_editorial_product__item__bottom.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column
}

.brg_editorial_product__badge-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.brg_editorial_product__position {
  height: 42px;
  width: 42px;
  color: #fff;
  font-size: 21px;
  font-weight: 900;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #00113d;
  font-family: libre baskerville, serif;
  z-index: 3
}

.brg_editorial_product__badge {
  left: 60px;
  top: 33px;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  position: absolute;
  font-family: montserrat, sans-serif;
  background: #1c88e0;
  border-radius: 0 100px 100px 0;
  z-index: 2
}

.brg_editorial_product__badge-pd {
  background: #00a6dd
}

.brg_editorial_product__badge__partner {
  margin: auto;
  display: block;
  padding-top: 15px
}

@media(min-width: 767px) {
  .brg_editorial_product__badge__partner {
    min-width: 220px;
    margin: 20px 5% auto 0
  }
}

.brg_editorial_product__badge-yellow {
  background: #e7cd60;
  color: #00113d;
  opacity: 1 !important
}

.brg_editorial_product__img {
  margin: auto;
  display: table;
  max-width: 120px;
  max-height: 160px;
  border-radius: 4px
}

.brg_editorial_product__img.smaller {
  max-height: 120px
}

.brg_editorial_product__img.with_margin {
  margin-right: 7px;
  margin-bottom: 15px
}

.brg_editorial_product__img__wrapper {
  margin: auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.brg_editorial_product__brand {
  font-size: 20px;
  font-weight: 900;
  max-width: 36vw;
  color: #00113d;
  text-transform: capitalize;
  font-family: montserrat, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  overflow: hidden
}

.brg_editorial_product__brand-above {
  margin-bottom: 8px
}

.brg_editorial_product__title {
  max-height: 60px;
  font-size: 18px;
  line-height: 1.6;
  overflow: hidden;
  margin: 15px 0 10px;
  display: -webkit-box;
  color: #00113d;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: montserrat, sans-serif
}

.brg_editorial_product__fulltitle {
  max-height: 100%;
  font-size: 18px;
  line-height: 1.6;
  margin: 15px 0 10px;
  display: -webkit-box;
  color: #00113d;
  font-family: montserrat, sans-serif
}

.brg_editorial_product__score_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0 20px 13px
}

@media(max-width: 767px) {
  .brg_editorial_product__score_wrapper {
    padding: 8px 0;
    width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  .brg_editorial_product__score_wrapper.non-centered {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.brg_editorial_product__score_wrapper.small_padding {
  padding: 8px 0
}

.brg_editorial_product__score_wrapper.narrow {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.brg_editorial_product__price_text_with_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column
}

@media(max-width: 767px) {
  .brg_editorial_product__price_text_with_logo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row
  }
}

.brg_editorial_product__price_text_with_logo span {
  width: 52px;
  margin-bottom: 4px;
  font-family: montserrat, sans-serif;
  font-weight: 500;
  font-size: 8px;
  line-height: 10px;
  color: #727272
}

@media(max-width: 767px) {
  .brg_editorial_product__price_text_with_logo span {
    width: 94px;
    text-align: right;
    margin: 0 8px 0 0;
    line-height: 14px
  }
}

.brg_editorial_product__merchant_logo {
  max-width: 60px;
  margin-bottom: 2px
}

@media(max-width: 600px) {
  .brg_editorial_product__merchant_logo {
    max-width: 48px;
    margin-bottom: 0
  }
}

.brg_editorial_product__merchant_logo.with_margin {
  margin-right: 7px
}

.brg_editorial_product__score {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 28px;
  font-weight: 900;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #78c02a;
  font-family: libre baskerville, serif
}

.brg_editorial_product__score_img {
  width: 75%;
  margin-bottom: 4%;
  margin-top: 4%
}

.brg_editorial_product__score>span {
  margin-left: 8px
}

@media(max-width: 600px) {
  .brg_editorial_product__score>span {
    margin-left: 4px
  }
}

.brg_editorial_product__score--txt {
  font-size: 15px;
  font-weight: 600;
  color: #00113d;
  vertical-align: middle;
  text-transform: capitalize
}

.brg_editorial_product__score--reviews {
  font-size: 13px;
  color: #979797;
  font-family: montserrat, sans-serif
}

.brg_editorial_product__score.checkmark::after {
  content: url(assets/best_reviews/editorial_listpage/checkmark-large-04e638c700cf2de1fc44a69973dcbe8376289a68666a5c20e1f6af224cd48ce0.svg);
  margin-left: 10px
}

.brg_editorial_product__critics-placeholder {
  height: 28px
}

.brg_editorial_product__critics-toggle {
  color: #00113d;
  font-size: 17px;
  line-height: 1.41;
  text-decoration: underline;
  position: absolute;
  bottom: 25px
}

.brg_editorial_product__critics-toggle::before {
  content: url(assets/best_reviews/editorial_listpage/badge-7e913b2a558ea31bb2a24eb97013bab9df9a59f3169afce1e100e1851691f9f7.svg);
  margin-right: 5px;
  position: relative;
  top: 4px
}

.brg_editorial_product__critics-info {
  background: #fff;
  border-top: 1px solid #e9e9e9;
  display: none;
  padding: 15px
}

.brg_editorial_product__critics-close {
  color: #00113d;
  font-family: LucidaGrande, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase
}

.brg_editorial_product__critics-close::before {
  content: 'X';
  font-size: 12px;
  font-weight: 400;
  margin-right: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.brg_editorial_product__critics-title {
  color: #000d2f;
  font-size: 15px;
  font-weight: 700;
  margin: 10px auto;
  text-align: center
}

.brg_editorial_product__critics-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.brg_editorial_product__critics-list img {
  margin: 3px 0;
  max-height: 30px
}

.brg_editorial_product__button {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: .8;
  -webkit-flex: .8;
  -ms-flex: .8;
  flex: .8;
  padding: 12px;
  border: none;
  font-size: 15px;
  line-height: 15px;
  width: 100%;
  max-height: 85px;
  overflow: hidden;
  font-weight: 400;
  border-radius: 8px;
  text-align: center;
  color: #00113d;
  letter-spacing: .35px;
  text-transform: uppercase;
  background: #e7cd60;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  font-family: montserrat, sans-serif
}

.brg_editorial_product__button.compare-prices {
  padding: 10px;
  font-size: 14px
}

@media(max-width: 767px) {
  .brg_editorial_product__button.compare-prices {
    font-size: 12px
  }
}

.brg_editorial_product__button:hover {
  background: #ead685;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.brg_editorial_product__button.secondary {
  font-weight: 700;
  color: #e7cd60;
  border: solid 1px #e7cd60;
  background: 0 0;
  padding: 9px
}

.brg_editorial_product__button-container {
  -webkit-box-flex: .8;
  -webkit-flex: .8;
  -ms-flex: .8;
  flex: .8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column
}

.brg_editorial_product__button-container.fixed-height {
  max-height: 41px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center
}

.brg_editorial_product__buy_it_on_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 5px
}

.brg_editorial_product__buy_it_on_container span {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80vw;
  overflow: hidden;
  text-wrap: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: underline;
  font-size: 11px
}

.brg_editorial_product__buy_it_on_container a {
  height: 20px
}

.brg_editorial_product__horizontal-rule {
  width: 100%;
  height: 1px;
  margin: 25px 0;
  background-color: #ccc
}

@media(min-width: 767px) {
  .brg_editorial_product__horizontal-rule {
    background-color: #e9e9e9
  }
}

.brg_editorial_product__horizontal-rule.hidden {
  display: none
}

.brg_editorial_product__features {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: 30px
}

@media(min-width: 767px) {
  .brg_editorial_product__features {
    padding-right: 15%
  }
}

.brg_editorial_product__features>li:nth-child(n+5) {
  display: none
}

.brg_editorial_product__features.active>li:nth-child(n+5) {
  display: list-item
}

.brg_editorial_product__features__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.brg_editorial_product__info {
  height: 40px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  color: #00113d;
  font-family: montserrat, sans-serif;
  background: #f3f3f3;
  border: solid .5px #e9e9e9;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .05);
  background: #e9f5fd
}

.brg_editorial_product__info.desktop .brg_editorial_product__info--arrow {
  top: 0;
  left: 100%
}

.brg_editorial_product__info--arrow {
  width: 20px;
  height: 40px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(assets/img/dropdown_icon_blue_arrow-3873ef79544c57a09f2c1390f6ab604875cee0c8d2c9145397b2521a771d37e3.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 13px;
  position: absolute
}

.brg_editorial_product__info--arrow.up {
  margin-left: 8px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg)
}

.brg_editorial_product__info--arrow.white {
  background-image: url(assets/img/dropdown_icon_arrow-cd0d978c86be595c6db0b7fa65d8904adfb6cd6358708a0c67fa8abdee66a2bd.svg)
}

.brg_editorial_product__info--cross {
  background-image: url(assets/img/close_icon_dark-dd0edb58ace8fd141c791bf865fce3abb238cd3fa6d40322c5f27140630f8208.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  position: absolute;
  height: 17px;
  width: 17px;
  left: -17px;
  top: 13px
}

.brg_editorial_product__info.active {
  display: none
}

.brg_editorial_product__info.display {
  display: block
}

.brg_editorial_product__info__list {
  display: none;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .05)
}

.brg_editorial_product__info__title {
  padding: 10px 0;
  font-weight: 700;
  color: #00113d;
  font-family: libre baskerville, serif;
  text-transform: capitalize
}

@media(min-width: 767px) {
  .brg_editorial_product__info__title {
    font-weight: 500;
    font-family: montserrat, sans-serif
  }
}

.brg_editorial_product__info__title.white {
  color: #fff
}

.brg_editorial_product__info__item,
.brg_editorial_product__info__text {
  margin: 12px 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  display: list-item;
  position: relative;
  font-family: montserrat, sans-serif
}

@media(min-width: 767px) {

  .brg_editorial_product__info__item,
  .brg_editorial_product__info__text {
    margin: 20px 0;
    font-size: 15px
  }
}

.brg_editorial_product__info__text {
  color: #fff;
  list-style: none
}

@media(min-width: 767px) {
  .brg_editorial_product__info__text {
    font-size: 14px;
    color: #00113d
  }
}

.brg_editorial_product__info__text.scoring {
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-right: 5px
}

.brg_editorial_product__info__text.scoring-desktop {
  width: 35%;
  font-size: 13px;
  margin: -30px 9% -15px auto
}

@media(max-width: 1200px) {
  .brg_editorial_product__info__text.scoring-desktop {
    width: 50%
  }
}

@media(max-width: 767px) {
  .brg_editorial_product__info__text.scoring-desktop {
    margin: -30px 0 -15px auto
  }
}

.brg_editorial_product__info__text.scoring-desktop::before {
  content: '?';
  color: #fff;
  padding: 0 6px;
  font-weight: 700;
  position: absolute;
  margin-left: -30px;
  border-radius: 50%;
  background: #00113d
}

@media(max-width: 767px) {
  .brg_editorial_product__info__text.scoring-desktop::before {
    background: #fff;
    color: #00113d
  }
}

.brg_editorial_product__info__text.value {
  width: 25px;
  text-align: left;
  margin-left: 12px
}

@media(min-width: 767px) {
  .brg_editorial_product__info__text.value {
    margin-left: 25px
  }
}

.brg_editorial_product__info__item {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.brg_editorial_product__info__item:hover {
  color: #638043;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.brg_editorial_product__info__item::before {
  content: "";
  background: url(assets/img/brg_editorial_review_check.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  position: absolute;
  height: 15px;
  left: -22px;
  width: 15px;
  top: 3px
}

.brg_editorial_product__info__link {
  color: #00113d !important
}

.brg_editorial_product__info__container {
  padding: 20px 20px 10px
}

@media(min-width: 767px) {
  .brg_editorial_product__info__container {
    padding: 25px 50px 25px 70px;
    background-color: #e9f5fd
  }
}

@media(max-width: 1200px) {
  .brg_editorial_product__info__container {
    padding: 20px
  }
}

.brg_editorial_product__info__container.bg-blue {
  color: #fff;
  background-color: #00113d
}

@media(min-width: 767px) {
  .brg_editorial_product__info__container.bg-blue {
    color: #00113d;
    background-color: #e9f5fd
  }
}

.brg_editorial_product__info__container.hidden {
  display: none
}

.brg_editorial_product__info__container.active {
  display: block
}

.brg_editorial_product__info__container.border {
  border-top: 2px solid #e7cd60
}

.brg_editorial_product__info__btn {
  height: 40px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  color: #00113d;
  font-family: montserrat, sans-serif;
  background: #f3f3f3;
  border: solid .5px #e9e9e9;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .05);
  background: #e9f5fd
}

.brg_editorial_product__tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.brg_editorial_product__tabs__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
  height: 40px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  color: #00113d;
  font-family: montserrat, sans-serif;
  background: #f3f3f3;
  border: solid .5px #e9e9e9;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .05);
  text-transform: uppercase;
  color: #b5b5b5;
  font-weight: 500
}

@media(min-width: 767px) {
  .brg_editorial_product__tabs__item {
    height: 60px;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 60px;
    color: #4a4a4a
  }
}

.brg_editorial_product__tabs__item.active {
  font-weight: 700;
  color: #00113d;
  border-bottom: 4px solid #e7cd60
}

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

.brg_editorial_product__tabs__scores li:nth-child(n+5) {
  display: none
}

.brg_editorial_product__tabs__scores.active li:nth-child(n+5) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

@media(min-width: 767px) {
  .brg_editorial_product__tabs__scores.active li:nth-child(n+5) {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
  }
}

.brg_editorial_product__tabs__scores__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(min-width: 767px) {
  .brg_editorial_product__tabs__scores__item {
    width: 40%;
    height: 40px;
    margin-right: 9%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
  }
}

.brg_editorial_product__tabs__scores__bar {
  width: 33%;
  height: 8px;
  margin: auto;
  border-radius: 15px;
  background-color: #e5e5e5
}

@media(min-width: 767px) {
  .brg_editorial_product__tabs__scores__bar {
    width: 60%
  }
}

@media(min-width: 860px) {
  .brg_editorial_product__tabs__scores__bar {
    width: 40%
  }
}

.brg_editorial_product__tabs__scores__bar .progressbar {
  height: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 25px;
  background-color: #78c02a
}

.brg_editorial_product__show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0
}

.brg_editorial_product__show-more {
  color: #fff;
  cursor: pointer;
  margin: 5px auto;
  font-size: 13px;
  font-weight: 700;
  margin-left: -5px;
  text-transform: uppercase;
  font-family: montserrat, sans-serif
}

@media(min-width: 767px) {
  .brg_editorial_product__show-more {
    color: transparent;
    letter-spacing: 2px
  }

  .brg_editorial_product__show-more:hover {
    text-decoration: underline
  }
}

.brg_editorial_product__show-more::before {
  content: "+ "
}

.brg_editorial_product__show-more::after {
  content: " MORE"
}

.brg_editorial_product__show-more.active::before {
  content: "- "
}

.brg_editorial_product__show-more.active::after {
  content: " LESS"
}

.brg_editorial_product__show-more.blue {
  color: #00113d
}

.brg_editorial_product__show-more.white {
  color: #fff
}

@media(min-width: 767px) {
  .brg_editorial_product__show-more.white {
    color: #00113d
  }
}

.brg_editorial_product__template {
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .07);
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .07);
  display: none;
  height: 257px;
  margin: 13px auto 5px;
  position: relative
}

.brg_editorial_product__template__item {
  background: #ebecf0;
  -webkit-animation: flash 2s infinite;
  animation: flash 2s infinite;
  position: absolute
}

.brg_editorial_product__template__item--position {
  border-radius: 100%;
  width: 36px;
  height: 36px;
  top: 16px;
  left: 16px
}

.brg_editorial_product__template__item--image {
  border-radius: 8px;
  width: 132px;
  height: 100px;
  top: 30px;
  right: 17px
}

.brg_editorial_product__template__item--short-text {
  border-radius: 2px;
  width: 54%;
  height: 15px;
  margin-bottom: 19px;
  position: relative
}

.brg_editorial_product__template__item--short-text:last-child {
  margin-bottom: 0;
  margin-top: 21px
}

.brg_editorial_product__template__item--long-text {
  border-radius: 2px;
  width: 100%;
  height: 15px;
  margin-bottom: 7px;
  position: relative
}

.brg_editorial_product__template__item--button {
  border-radius: 8px;
  width: 132px;
  height: 29px;
  bottom: 20px;
  right: 17px
}

.brg_editorial_product__template__text-section {
  position: absolute;
  bottom: 27px;
  left: 18px;
  width: 41.7%
}

.brg_editorial_product__list[data-default-shown="1"]>.brg_editorial_product__container:nth-child(n+2) {
  display: none
}

.brg_editorial_product__list[data-default-shown="2"]>.brg_editorial_product__container:nth-child(n+3) {
  display: none
}

.brg_editorial_product__list[data-default-shown="3"]>.brg_editorial_product__container:nth-child(n+4) {
  display: none
}

.brg_editorial_product__list[data-default-shown="4"]>.brg_editorial_product__container:nth-child(n+5) {
  display: none
}

.brg_editorial_product__list[data-default-shown="5"]>.brg_editorial_product__container:nth-child(n+6) {
  display: none
}

.brg_editorial_product__list[data-default-shown="6"]>.brg_editorial_product__container:nth-child(n+7) {
  display: none
}

.brg_editorial_product__list[data-default-shown="7"]>.brg_editorial_product__container:nth-child(n+8) {
  display: none
}

.brg_editorial_product__list[data-default-shown="8"]>.brg_editorial_product__container:nth-child(n+9) {
  display: none
}

.brg_editorial_product__list[data-default-shown="9"]>.brg_editorial_product__container:nth-child(n+10) {
  display: none
}

.brg_editorial_product__list[data-default-shown="10"]>.brg_editorial_product__container:nth-child(n+11) {
  display: none
}

.brg_editorial_product__list[data-default-shown="11"]>.brg_editorial_product__container:nth-child(n+12) {
  display: none
}

.brg_editorial_product__list[data-default-shown="12"]>.brg_editorial_product__container:nth-child(n+13) {
  display: none
}

.brg_editorial_product__list[data-default-shown="13"]>.brg_editorial_product__container:nth-child(n+14) {
  display: none
}

.brg_editorial_product__list[data-default-shown="14"]>.brg_editorial_product__container:nth-child(n+15) {
  display: none
}

.brg_editorial_product__list[data-default-shown="15"]>.brg_editorial_product__container:nth-child(n+16) {
  display: none
}

.brg_editorial_product__list[data-default-shown="16"]>.brg_editorial_product__container:nth-child(n+17) {
  display: none
}

.brg_editorial_product__list[data-default-shown="17"]>.brg_editorial_product__container:nth-child(n+18) {
  display: none
}

.brg_editorial_product__list[data-default-shown="18"]>.brg_editorial_product__container:nth-child(n+19) {
  display: none
}

.brg_editorial_product__list[data-default-shown="19"]>.brg_editorial_product__container:nth-child(n+20) {
  display: none
}

.brg_editorial_product__list[data-default-shown="20"]>.brg_editorial_product__container:nth-child(n+21) {
  display: none
}

.brg_editorial_product__list[data-default-shown="21"]>.brg_editorial_product__container:nth-child(n+22) {
  display: none
}

.brg_editorial_product__list[data-default-shown="22"]>.brg_editorial_product__container:nth-child(n+23) {
  display: none
}

.brg_editorial_product__list[data-default-shown="23"]>.brg_editorial_product__container:nth-child(n+24) {
  display: none
}

.brg_editorial_product__list[data-default-shown="24"]>.brg_editorial_product__container:nth-child(n+25) {
  display: none
}

.brg_editorial_product__list[data-default-shown="25"]>.brg_editorial_product__container:nth-child(n+26) {
  display: none
}

.brg_editorial_product__list__load-more--text {
  color: #07133d;
  font-size: 11px;
  margin: 27px auto 9px;
  text-align: center
}

.brg_editorial_product__list__load-more--divider {
  background-color: #bfbfbf;
  height: 1px;
  width: 33%;
  margin: auto
}

.brg_editorial_product__list__load-more--btn {
  background: #fff;
  border: 1px solid #666;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .16);
  box-shadow: 0 0 6px rgba(0, 0, 0, .16);
  color: #07133d;
  font-size: 15px;
  line-height: 1.22;
  margin-top: 10px;
  padding: 5px;
  text-transform: uppercase;
  text-align: center;
  width: 100%
}

.brg_editorial_product__new-features {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  margin-left: -3px;
  margin-bottom: 15px
}

.brg_editorial_product__new-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.brg_editorial_product__new-feature-name {
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #9c9c9c
}

.brg_editorial_product__new-feature-check {
  background-image: url(assets/img/feature-check-310efdbe4a8c8700ff7c88bf2807e5bdb11c1d02783e6721de0b83d5ac6750b6.svg);
  min-width: 16px;
  min-height: 16px;
  height: 16px;
  width: 16px
}

.brg_editorial_product__brand-wrapper {
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end
}

.brg_editorial_product__brand-wrapper>div:first-of-type {
  margin-right: 12px
}

.brg_editorial_product__promotion_badge {
  height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff7e6;
  border-radius: 4px;
  overflow: hidden
}

@media(max-width: 600px) {
  .brg_editorial_product__promotion_badge {
    margin: 2px 0
  }
}

.brg_editorial_product__promotion_badge__logo {
  width: 16px;
  height: 11px
}

.brg_editorial_product__promotion_badge__logo__wrapper {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffab00
}

.brg_editorial_product__promotion_badge__text {
  font-family: montserrat, sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: #ffab00;
  margin: 0 8px 0 6px
}

@media(max-width: 767px) {
  .brg_editorial_product__promotion_badge__text {
    font-size: 11px
  }
}

.brg_editorial_product__brand-wrapper-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.brg_editorial_product__consumers-favourite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

@media(max-width: 600px) {
  .brg_editorial_product__consumers-favourite {
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -ms-flex-pack: right;
    justify-content: right;
    margin-top: -20px
  }
}

.brg_editorial_product__consumers-favourite-name {
  font-family: inter;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-align: right;
  color: #4a98e9
}

.brg_editorial_product__consumers-favourite-check {
  background-image: url(assets/img/consumer-check-25fb485fbe2091a8d0bbfd65ed152c576a5987cb0360243ca7e4a35ea0c18e3a.svg);
  min-width: 14px;
  min-height: 14px;
  height: 14px;
  width: 14px;
  margin-right: 4px
}

.brg_editorial_product__bargain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

@media(max-width: 600px) {
  .brg_editorial_product__bargain {
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -ms-flex-pack: right;
    justify-content: right;
    margin-top: -20px
  }
}

.brg_editorial_product__bargain-name {
  font-family: inter;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-align: right;
  color: #4a98e9
}

.brg_editorial_product__bargain-check {
  background-image: url(assets/img/bargain-check-0eef9abd75836d1349f37f6fd362617528853a903b3c7dce316cda5396be76f3.svg);
  min-width: 14px;
  min-height: 14px;
  height: 14px;
  width: 14px;
  margin-right: 4px
}

.with-gap {
  margin-bottom: 20px
}

@media(max-width: 375px) {
  .brg_editorial_product__brand-shorten {
    max-width: 90px
  }
}

.brg_editorial_product__button-long-cta-text {
  max-height: 50px
}

@media(max-width: 350px) {
  .brg_editorial_product__button-long-cta-text {
    -webkit-box-flex: .9;
    -webkit-flex: .9;
    -ms-flex: .9;
    flex: .9
  }
}

.brg_editorial_product__score_wrapper-long-cta-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.brg_editorial_product__score_wrapper-long-cta-text div {
  line-height: 28px
}

.brg_editorial_product__item__bottom-long-cta-text {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.top_rated {
  min-height: 250px;
  padding: 16px
}

.top_rated .brg_editorial_product__badge {
  left: 54px;
  top: 24px
}

.top_rated .brg_editorial_product__position {
  line-height: 42px
}

.top_rated .brg_editorial_product__vertical {
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
  -ms-flex-pack: normal;
  justify-content: normal
}

.top_rated .brg_editorial_product__img {
  max-height: 100px
}

.top_rated .brg_editorial_product__img__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px
}

.top_rated .brg_editorial_product__score {
  font-size: 31px;
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: normal;
  color: #5cc200
}

.top_rated .brg_editorial_product__score-container {
  margin-top: 10px
}

.top_rated .brg_editorial_product__score.checkmark::after {
  margin-left: 8px
}

.top_rated .brg_editorial_product__title {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 12px;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical
}

.top_rated .brg_editorial_product__top-rated {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.58;
  letter-spacing: .15px;
  text-align: left;
  color: #07133d;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.top_rated .brg_editorial_product__top-rated>a {
  height: 25px
}

.top_rated .brg_editorial_product__top-rated-text {
  color: #07133d
}

.top_rated .brg_editorial_product__top-rated-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #5cc201
}

.top_rated .brg_editorial_product__top-rated-link {
  color: #000;
  text-decoration: underline
}

.top_rated .brg_editorial_product__item__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.top_rated .brg_editorial_product__buy-it-amazon {
  font-size: 15px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #5cc201;
  width: 100%;
  max-width: 40%
}

.top_rated .brg_editorial_product__buy-it-amazon>a {
  color: #5cc201
}

.top_rated .brg_editorial_product__button {
  background-color: #5cc201;
  color: #fff
}

@media(max-width: 350px) {
  .top_rated .brg_editorial_product__button {
    font-size: 14px
  }
}

.brg_editorial_main_title--loading~.rf_container .brg_editorial_product__info,
.brg_editorial_main_title--loading~.rf_container .brg_editorial_product__item {
  display: none
}

.brg_editorial_main_title--loading~.rf_container .brg_editorial_product__template {
  display: block
}

.brg_editorial_related_lists {
  background-color: #fff;
  padding-bottom: 40px
}

.brg_editorial_related_lists__title {
  padding: 35px 0;
  font-size: 35px;
  font-weight: 900;
  position: relative;
  color: #00113d;
  text-transform: capitalize;
  font-family: montserrat, sans-serif
}

@media(max-width: 660px) {
  .brg_editorial_related_lists__title {
    font-size: 28px;
    padding: 0
  }
}

@media(max-width: 860px) {
  .brg_editorial_related_lists__title {
    padding: 15px 0
  }
}

.brg_editorial_related_lists__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.brg_editorial_related_lists__list-details__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(max-width: 660px) {
  .brg_editorial_related_lists__list-details__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.brg_editorial_related_lists__list-details__header-title-text {
  font-family: montserrat, sans-serif;
  font-size: 21px;
  font-weight: 700;
  color: #00113d;
  margin: 10px 0;
  padding: 20px 0
}

.brg_editorial_related_lists__list-details__header-title-text:hover {
  text-decoration: underline
}

@media(max-width: 660px) {
  .brg_editorial_related_lists__list-details__header-title-text {
    line-height: 1.2;
    margin: 10px 0 0;
    padding: 20px 0 0
  }
}

.brg_editorial_related_lists__list-details__header-title__link {
  width: 80px;
  letter-spacing: .3px;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 700;
  margin: 35px auto 0 0;
  color: #00113d;
  text-transform: uppercase;
  border-bottom: solid 2px #00113d;
  letter-spacing: 2px
}

@media(max-width: 660px) {
  .brg_editorial_related_lists__list-details__header-title__link {
    margin: 15px auto 0 0
  }
}

@media(min-width: 1200px) {
  .brg_editorial_related_lists__list-details__header-title__link {
    border-radius: 6px;
    background-color: #e9f5fd;
    padding: 0 11px;
    height: 40px;
    width: 100%;
    line-height: 40px;
    border-bottom: none;
    margin: 20px 0 0;
    letter-spacing: .3px;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
  }

  .brg_editorial_related_lists__list-details__header-title__link:hover {
    text-decoration: underline;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    -webkit-box-shadow: 2px 2px 5px #666;
    box-shadow: 2px 2px 5px #666
  }
}

.brg_editorial_related_lists__list-details__body {
  border-top: solid 2px #e9e9e9;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row nowrap;
  -ms-flex-direction: row nowrap;
  flex-direction: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 110px
}

@media(max-width: 660px) {
  .brg_editorial_related_lists__list-details__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: none;
    height: 330px;
    margin: 30px 0 0
  }
}

.brg_editorial_related_lists__list-details__body-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row nowrap;
  -ms-flex-direction: row nowrap;
  flex-direction: row nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 302px;
  width: 33%;
  height: 100px;
  padding: 15px 0;
  margin: 0 8px
}

@media(max-width: 660px) {
  .brg_editorial_related_lists__list-details__body-item {
    width: 100%
  }
}

@media(max-width: 860px) {
  .brg_editorial_related_lists__list-details__body-item {
    margin: auto
  }
}

.brg_editorial_related_lists__list-details__body-item__position {
  padding: 5px 11px;
  font-family: libre baskerville, serif;
  font-size: 14px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  top: -3px;
  left: -6px;
  background: #00113d
}

.brg_editorial_related_lists__list-details__body-item__image {
  width: 60px;
  height: 60px;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
  vertical-align: text-top
}

.brg_editorial_related_lists__list-details__body-item__image__container {
  width: 120px;
  height: 80px;
  margin: auto 15px auto 0;
  position: relative
}

.brg_editorial_related_lists__list-details__body-item__name {
  font-family: montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.36;
  color: #00113d;
  padding: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 60px
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
  .brg_editorial_related_lists__list-details__body-item__name {
    margin-left: 20px
  }
}

.brg_editorial_related_lists__slim {
  width: 24%;
  height: 300px;
  cursor: pointer;
  margin-left: 10px;
  border-radius: 4px;
  padding: 5px 10px;
  border: 1px solid #e9e9e9;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  -webkit-box-shadow: 2px 3px 16px 0 rgba(0, 0, 0, .1);
  box-shadow: 2px 3px 16px 0 rgba(0, 0, 0, .1)
}

@media(min-width: 1200px) {
  .brg_editorial_related_lists__slim {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}

@media(max-width: 992px) {
  .brg_editorial_related_lists__slim {
    width: 48%;
    margin: 15px 0 0;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
  }
}

@media(max-width: 660px) {
  .brg_editorial_related_lists__slim {
    width: 95%
  }
}

.brg_editorial_related_lists__slim:hover {
  border: 1px solid #00113d;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  -webkit-box-shadow: 2px 3px 12px 0 rgba(0, 0, 0, .3);
  box-shadow: 2px 3px 12px 0 rgba(0, 0, 0, .3)
}

.brg_editorial_related_lists__slim:hover .brg_editorial_related_lists__slim__title {
  text-decoration: underline;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

.brg_editorial_related_lists__slim:hover .brg_editorial_related_lists__slim__image {
  opacity: .7;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

.brg_editorial_related_lists__slim:first-child {
  margin-left: 0
}

.brg_editorial_related_lists__slim__space {
  padding-bottom: 125px;
  background: #fff
}

.brg_editorial_related_lists__slim__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

@media(max-width: 992px) {
  .brg_editorial_related_lists__slim__container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
}

.brg_editorial_related_lists__slim__link {
  cursor: pointer
}

.brg_editorial_related_lists__slim__title {
  font-size: 20px;
  text-align: center;
  color: #00113d;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

.brg_editorial_related_lists__slim__image {
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 220px;
  border-radius: 5px;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

.brg_editorial_related_lists__slim__image--wrapper {
  height: 60%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.editorial_sharing_buttons {
  right: 0;
  z-index: 998;
  display: none;
  padding: 0 10px;
  margin-top: 5px;
  position: absolute;
  border-radius: 60px;
  background: #f5f5f5;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(90, 97, 117, .5);
  box-shadow: 2px 2px 4px 0 rgba(90, 97, 117, .5)
}

.editorial_sharing_buttons--triangle {
  width: 0;
  height: 0;
  top: -10px;
  right: 35px;
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f5f5f5
}

.editorial_sharing_buttons__toggle {
  background-image: url(assets/img/share_icon-1b600a63d3204b3aa57ea3175266f7dad70b1b1aa341d4a1dd30f8ec1d884a31.svg);
  border: 1.5px solid rgba(233, 245, 253, .5);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 100px;
  text-align: right;
  padding: 3px 20px;
  margin-bottom: 8px;
  margin-left: auto;
  font-size: 18px;
  cursor: pointer;
  outline: none;
  color: #fff;
  width: 115px
}

.editorial_sharing_buttons__toggle.active,
.editorial_sharing_buttons__toggle:hover {
  color: #00113d;
  background-color: #fcfcff;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(90, 97, 117, .5);
  box-shadow: 2px 2px 4px 0 rgba(90, 97, 117, .5)
}

.editorial_sharing_buttons__toggle.active {
  pointer-events: none
}

.editorial_sharing_buttons__container {
  z-index: 998;
  right: 0
}

.editorial_sharing_buttons .rounded {
  outline: none;
  margin: 7px 6px 0;
  border-radius: 50%;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

.editorial_sharing_buttons .rounded:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  -webkit-box-shadow: 2px 5px 5px #717175;
  box-shadow: 2px 5px 5px #717175
}

.editorial_sharing_buttons .rounded.green {
  background-color: #78c02a
}

.brg_editorial_cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  margin-left: 5px;
  border-radius: 6px;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  background: rgba(120, 192, 42, .4)
}

.brg_editorial_cart:hover {
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  background: rgba(120, 192, 42, .6)
}

.brg_editorial_cart:hover img {
  -webkit-filter: brightness(.7);
  filter: brightness(.7);
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  -webkit-transition: all .6s ease;
  transition: all .6s ease
}

.brg_editorial_cart img {
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all .6s ease;
  transition: all .6s ease
}

.brg_editorial_shopping_guide {
  padding: 25px;
  margin-top: 20px;
  background: #fff;
  border-radius: 4px;
  color: #00113d;
  font-family: montserrat, sans-serif;
  -webkit-box-shadow: 0 -10px 16px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 -10px 16px 0 rgba(0, 0, 0, .05)
}

.brg_editorial_shopping_guide__center-xl-title {
  font-size: 3em;
  text-align: center
}

@media(max-width: 350px) {
  .brg_editorial_shopping_guide {
    overflow: scroll
  }
}

.brg_editorial_shopping_guide a {
  color: #1c88e0
}

.brg_editorial_shopping_guide__author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e7cd60;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #e9f5fd;
  border-bottom: 1px solid #e9f5fd
}

.brg_editorial_shopping_guide__author-img {
  margin-right: 20px;
  border-radius: 50%
}

.brg_editorial_shopping_guide__title {
  margin: 30px 0;
  padding: 20px 0;
  text-align: center;
  border-radius: 10px;
  text-transform: capitalize;
  background-color: #e9f5fd
}

.brg_editorial_shopping_guide__text>ul {
  padding-left: 10px
}

.brg_editorial_shopping_guide__text img {
  margin: auto;
  display: block;
  max-width: 300px;
  max-height: 300px;
  border-radius: 5px
}

.brg_editorial_main_wizard {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  background: #00113d;
  color: #fff;
  z-index: 999
}

.brg_editorial_wizard {
  padding-left: 25px
}

.brg_editorial_wizard__title {
  font-size: 14px
}

.brg_editorial_wizard__questions {
  overflow-x: auto;
  font-size: 16px;
  font-weight: 500;
  color: #00123d
}

.brg_editorial_wizard__questions__container {
  list-style: none;
  padding: 0;
  margin-top: 7px;
  margin-bottom: 22px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.brg_editorial_wizard__questions__container__box {
  border-radius: 4px;
  background-color: #fff;
  width: 150px;
  height: 100px;
  padding: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.brg_editorial_wizard__questions__container__box:not(:last-of-type) {
  margin-right: 12px
}

#wizard_modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, .4);
  color: #00123d
}

#wizard_modal .wizard_modal_content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  text-align: center
}

#wizard_modal .wizard_modal_content__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

#wizard_modal .wizard_modal_content__title .title-decoration {
  border: 1px dashed #00123d;
  width: 15%
}

#wizard_modal .wizard_modal_content__title span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px
}

#wizard_modal .wizard_modal_content__img {
  margin-top: .67em
}

#wizard_modal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: 700
}

#wizard_modal .close:hover,
#wizard_modal .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer
}

.brg_editorial_anchors {
  position: absolute;
  float: left;
  top: 310px;
  width: 170px;
  left: 30px;
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

@media(max-width: 1400px) {
  .brg_editorial_anchors {
    position: initial;
    background: #f8f8fa;
    margin: 0 auto 20px;
    padding-top: 30px;
    top: 60px;
    width: 100%;
    z-index: 997;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 3px 8px #ccc;
    box-shadow: 0 3px 8px #ccc;
    float: none
  }
}

.brg_editorial_anchors__link {
  color: #00113d;
  font-size: 17px;
  line-height: 14px;
  font-weight: 300;
  margin: 0 0 30px 19px
}

@media(min-width: 1400px) {
  .brg_editorial_anchors__link:hover {
    font-weight: 600
  }
}

@media(max-width: 1400px) {
  .brg_editorial_anchors__link {
    padding-bottom: 8px;
    margin-bottom: 15px
  }
}

.brg_editorial_anchors__link.selected {
  font-weight: 600
}

@media(max-width: 1400px) {
  .brg_editorial_anchors__link.selected {
    border-bottom: 4px solid #e7cd60
  }
}

.brg_editorial_anchors__indicator {
  display: none;
  background-color: #e7cd60;
  position: absolute;
  -webkit-transition: ease-out .5s;
  transition: ease-out .5s;
  height: 20px;
  width: 6px;
  margin-top: -3px;
  left: 0;
  top: 0
}

@media(min-width: 1400px) {
  .brg_editorial_anchors__indicator {
    display: block
  }
}

.brg_editorial_anchor_target {
  position: relative;
  top: -85px
}

@media(max-width: 1400px) {
  .brg_editorial_anchor_target:not(#products) {
    top: -150px
  }
}

@media(min-width: 1400px) {
  .rf_container.anchors_slim_container {
    width: calc(100% - 232px * 2)
  }
}

.desktop_dropdown_use_case {
  width: 75%;
  font-weight: 700;
  min-width: 260px;
  padding: 5px 15px;
  border-radius: 4px;
  position: relative;
  color: #00113d;
  margin: 35px auto 2px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-box-shadow: 1px 1px 2px #000;
  box-shadow: 1px 1px 2px #000;
  background-color: #fff
}

.desktop_dropdown_use_case__back-btn {
  top: -5px;
  color: #fff;
  margin-left: 20px;
  position: relative;
  font-size: 12px
}

.desktop_dropdown_use_case.active {
  -webkit-box-shadow: 1px 1px 4px #000;
  box-shadow: 1px 1px 4px #000;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.desktop_dropdown_use_case__menu {
  width: 75%;
  z-index: 9;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: none;
  padding: 6px 0;
  min-width: 260px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 0 5px #3b3e3f;
  box-shadow: 0 0 5px #3b3e3f
}

.desktop_dropdown_use_case__link {
  padding: 9px 12px;
  color: #00113d;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
  border-bottom: 1px solid #e5e5e5
}

.desktop_dropdown_use_case__link:last-child {
  border-bottom: none
}

.desktop_dropdown_use_case .arrow_down_close {
  width: 20px;
  height: 20px;
  float: right;
  margin: 3px -5px 0 0
}

.desktop_dropdown_use_case .arrow_down_close:before,
.desktop_dropdown_use_case .arrow_down_close:after {
  content: "";
  width: 2px;
  height: 15px;
  position: relative;
  border-radius: 10px;
  display: inline-block;
  background-color: #00113d;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.desktop_dropdown_use_case .arrow_down_close:before {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 8px;
  top: 0
}

.desktop_dropdown_use_case .arrow_down_close:after {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 15px;
  top: 0
}

.desktop_dropdown_use_case .arrow_down_close.open:before {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(6px) rotate(-45deg);
  transform: translateX(6px) rotate(-45deg)
}

.desktop_dropdown_use_case .arrow_down_close.open:after {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-3px) rotate(45deg);
  transform: translateX(-3px) rotate(45deg)
}

.desktop_dropdown_use_case--with_fade {
  -webkit-animation: fadeInDown 1s;
  animation: fadeInDown 1s
}

.brg_editorial_main_title--loading~.dropdown_use_case {
  display: none
}

.brg_editorial_main_title.desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 240px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-transform: capitalize
}

.brg_editorial_main_title.desktop:hover .brg_editorial_main_title__reviews-phrase {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

.brg_editorial_main_title__features_desktop-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.brg_editorial_main_title__features_desktop-container--with_fade {
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

.brg_editorial_main_title__features-title {
  font-family: ProximaNova, sans-serif;
  font-weight: 700;
  margin: 20px 0 5px;
  color: #00113d
}

.brg_editorial_main_title__feature_desktop {
  font-size: 18px;
  line-height: 2.4;
  position: relative;
  color: #00113d;
  margin-right: 15px;
  margin-left: 1.1em;
  text-indent: -1.1em
}

.brg_editorial_main_title__feature_desktop::before {
  content: '';
  right: 100%;
  margin-right: 3px;
  background-image: url(assets/img/brg_editorial_review_check.svg);
  padding-right: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 3px;
  left: 0
}

.brg_editorial_main_title__title.desktop {
  position: relative;
  padding: 0 10px 0
}

.brg_editorial_main_title__title__date.desktop {
  color: #e9f5fd;
  padding: 0;
  text-align: left;
  font-size: 20px;
  line-height: 14px;
  text-transform: initial;
  margin-top: 10px
}

.brg_editorial_main_title__title__text.desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  text-align: left;
  font-size: 45px;
  line-height: 1.2;
  font-weight: 700;
  overflow: visible
}

.brg_editorial_main_title__title__text.desktop span {
  display: block;
  font-size: 25px;
  letter-spacing: 3.95px;
  line-height: 1.76;
  position: static
}

.brg_editorial_main_title__title__text.tablet {
  margin-top: 70px;
  font-size: 30px
}

.brg_editorial_main_title__reviews-container {
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 690px;
  margin-top: 25px
}

.brg_editorial_main_title__reviews-number {
  padding-left: 37px;
  position: relative;
  margin-right: 10px
}

.brg_editorial_main_title__reviews-number::before {
  content: "";
  background: url(assets/img/brg_editorial_review_check.svg) no-repeat;
  background-size: 25px;
  position: absolute;
  height: 28px;
  width: 25px;
  left: 0;
  bottom: 0
}

.brg_editorial_main_title__reviews-text {
  display: inline-block;
  text-transform: capitalize
}

.brg_editorial_main_title__reviews-phrase {
  opacity: 0;
  background-color: #2b3753;
  border-radius: 30px;
  padding: 6px 17px;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: .5px;
  margin-left: 20px;
  position: relative;
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

.brg_editorial_main_title__reviews-phrase::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #2b3753 transparent transparent;
  position: absolute;
  top: 9px;
  left: -7px
}

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

.brg_editorial_product__img__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end
}

@media(max-width: 767px) {
  .brg_editorial_product__img__wrapper {
    width: 120px
  }

  .brg_editorial_product__img__wrapper.smaller {
    width: 120px;
    height: 120px
  }
}

.brg_editorial_product__flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 20px
}

.brg_editorial_product__flex-wrapper.bottom {
  margin-bottom: 30px
}

.brg_editorial_product__flex-wrapper.bottom.lower {
  margin-bottom: 20px
}

.brg_editorial_product__flex-wrapper a:first-of-type {
  width: 100%;
  margin: auto
}

.brg_editorial_product__item-container:first-child>.brg_editorial_product__item.desktop {
  position: relative;
  border: 4px solid #addeff;
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out;
  -webkit-box-shadow: 0 2px 10px 0 rgba(78, 137, 175, .15);
  box-shadow: 0 2px 10px 0 rgba(78, 137, 175, .15)
}

.brg_editorial_product__item-container:first-child>.brg_editorial_product__item.desktop:hover {
  border-color: #e7cd60;
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out
}

.brg_editorial_product__item-container:first-child.product_list_object_transition>.brg_editorial_product__item.desktop {
  -webkit-transition: none;
  transition: none
}

.brg_editorial_product__item-container.product_list_object_transition {
  -webkit-animation: fadeIn .8s;
  animation: fadeIn .8s
}

.brg_editorial_product__prime-pennant-discount {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -.1px;
  text-align: center;
  color: #fff
}

.brg_editorial_product__prime-banner-container {
  margin: 32px 0;
  padding: 0 0 0 104px;
  background-color: #00a5dd;
  background-image: url(assets/img/confetti-large-b872ba1a9a30e05bf0738510da76b486f8a4571688489b8450d6654a5d66a2e8.svg);
  background-repeat: no-repeat;
  background-position: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

@media(max-width: 767px) {
  .brg_editorial_product__prime-banner-container {
    padding: 0 0 0 20px
  }
}

.brg_editorial_product__prime-banner-logo {
  margin-right: 104px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-image: url(assets/img/prime-logo-bc70a5b4b6a3a2a63b0ee0f84f97ed713470fcdfb61821f81c9b5dd0acbc060c.svg);
  width: 170px;
  height: 54px
}

@media(max-width: 992px) {
  .brg_editorial_product__prime-banner-logo {
    margin-right: 50px
  }
}

.brg_editorial_product__prime-banner-text {
  margin: 24px 0;
  max-width: 64%
}

.brg_editorial_product__prime-banner-title {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #fff
}

@media(max-width: 992px) {
  .brg_editorial_product__prime-banner-title {
    font-size: 26px
  }
}

.brg_editorial_product__prime-banner-subtitle {
  opacity: .8;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: .15px;
  color: #fff;
  margin-top: 12px
}

@media(max-width: 1280px) {
  .brg_editorial_product__prime-banner-subtitle {
    font-size: 14px
  }
}

@media(max-width: 992px) {
  .brg_editorial_product__prime-banner-subtitle {
    font-size: 12px
  }
}

@media(max-width: 767px) {
  .brg_editorial_product__prime-banner-subtitle {
    max-width: 340px
  }
}

.brg_editorial_product__black_friday-banner-container {
  margin: 24px 0;
  padding: 5px 136px;
  border-radius: 4px;
  border: solid 1px #333;
  background-color: #eaeaea;
  background-image: url(assets/img/gold-paper-900d18507c355d08660f0803d5bef2976eb37885a1dec84f2d9485361ab6d970.png);
  background-repeat: no-repeat;
  background-position: top 18px right 121px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

@media(max-width: 992px) {
  .brg_editorial_product__black_friday-banner-container {
    padding: 5px 116px
  }
}

@media(max-width: 767px) {
  .brg_editorial_product__black_friday-banner-container {
    padding: 5px 30px
  }
}

@media(max-width: 600px) {
  .brg_editorial_product__black_friday-banner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 34px 26px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-position: bottom 25px right -15px
  }
}

.brg_editorial_product__black_friday-banner-clickout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f56e00;
  font-family: montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 35px 70px 0 0
}

.brg_editorial_product__black_friday-banner-clickout img {
  margin-top: 12px;
  width: 69px;
  height: 15px
}

@media(max-width: 992px) {
  .brg_editorial_product__black_friday-banner-clickout {
    margin-right: 0
  }
}

@media(max-width: 600px) {
  .brg_editorial_product__black_friday-banner-clickout {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 100px 70px 10px 0
  }
}

.brg_editorial_product__black_friday-banner-text {
  margin: 15px 0;
  max-width: 64%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media(max-width: 600px) {
  .brg_editorial_product__black_friday-banner-text {
    max-width: initial;
    margin-left: 16px
  }
}

.brg_editorial_product__black_friday-banner-title,
.brg_editorial_product__black_friday-banner-subtitle {
  font-family: montserrat, sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: #fff;
  line-height: 1.4
}

.brg_editorial_product__black_friday-banner-title span,
.brg_editorial_product__black_friday-banner-subtitle span {
  background-color: #f56e00;
  padding: 8px 0;
  -webkit-box-shadow: 16px 0 0 #f56e00, -16px 0 0 #f56e00;
  box-shadow: 16px 0 0 #f56e00, -16px 0 0 #f56e00
}

.brg_editorial_product__black_friday-banner-subtitle {
  font-size: 16px;
  letter-spacing: .15px;
  line-height: 2
}

.brg_editorial_product__black_friday-ribbon {
  width: 0;
  height: 92px;
  position: absolute;
  top: 0;
  right: 330px;
  font-family: montserrat, sans-serif;
  font-size: 16px;
  border: solid 36px #f56e00;
  border-bottom: solid 12px transparent;
  z-index: 2
}

.brg_editorial_product__black_friday-ribbon-container {
  position: relative;
  top: -26px;
  left: -26px;
  width: 52px
}

.brg_editorial_product__black_friday-ribbon-discount {
  color: #fff;
  text-align: center;
  font-weight: 600
}

@media(max-width: 992px) {
  .brg_editorial_product__black_friday-ribbon {
    right: 15px
  }
}

.brg_editorial_product__item.desktop {
  position: relative;
  min-height: auto;
  height: 200px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 25px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 100%
}

.brg_editorial_product__item.desktop_score_breakdown {
  height: auto
}

.brg_editorial_product__item.desktop:hover {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-box-shadow: 0 -2px 8px #ccc;
  box-shadow: 0 -2px 8px #ccc
}

.brg_editorial_product__item__left {
  width: 165px;
  margin: 0 40px 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media(max-width: 992px) {
  .brg_editorial_product__item__left {
    margin: 0 20px
  }
}

.brg_editorial_product__item__center {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.brg_editorial_product__item__center.more-info-btn {
  padding-bottom: 35px
}

@media(max-width: 992px) {
  .brg_editorial_product__item__center {
    width: 55%
  }
}

.brg_editorial_product__item__center>.brg_editorial_product_card__brand-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.brg_editorial_product__item__center>.brg_editorial_product_card__brand-wrapper.narrow {
  max-width: 80%
}

@media(max-width: 992px) {
  .brg_editorial_product__item__center--prime-small {
    width: 35%
  }
}

.brg_editorial_product__item__center-prime {
  background-image: url(assets/img/pennant-dc8b9c1dfc995ae3d9d153481018ffd3f0c30331379502eb9718a8b7b1fee044.svg);
  background-repeat: no-repeat;
  background-position: top;
  width: 54px;
  margin-left: 24px;
  padding-top: 15px;
  -webkit-box-pack: initial;
  -webkit-justify-content: initial;
  -ms-flex-pack: initial;
  justify-content: initial
}

.brg_editorial_product__item .no-background {
  background-image: none
}

.brg_editorial_product__item__right {
  position: relative;
  border-left: 1px solid rgba(78, 137, 175, .15);
  width: 30%;
  min-width: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 25px
}

.brg_editorial_product__item__right_score_breakdown {
  padding-bottom: 1%;
  padding-top: 1%
}

@media(max-width: 992px) {
  .brg_editorial_product__item__right {
    margin-left: 10px;
    padding: 0 10px;
    max-width: 30%;
    width: auto
  }
}

.brg_editorial_product__item .more-deals-btn {
  color: #000d2f;
  cursor: pointer;
  font-family: noto sans, sans-serif;
  font-size: 14px;
  margin-top: 18px;
  text-decoration: underline
}

@media(max-width: 860px) {
  .brg_editorial_product__item .more-deals-btn {
    font-size: 13px
  }
}

.brg_editorial_product__item .more-deals-btn-grey {
  color: #999;
  cursor: pointer;
  font-family: noto sans, sans-serif;
  font-size: 14px;
  margin-top: 18px;
  text-decoration: underline
}

@media(max-width: 860px) {
  .brg_editorial_product__item .more-deals-btn-grey {
    font-size: 13px
  }
}

.brg_editorial_product__item-critic {
  height: 300px !important
}

.brg_editorial_product__badge-wrapper.desktop {
  position: absolute;
  top: -15px;
  left: -15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.brg_editorial_product__position.desktop {
  height: 50px;
  width: 50px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.brg_editorial_product__badge.desktop {
  top: 0;
  left: -6px;
  z-index: 2;
  opacity: .9;
  font-size: 13px;
  padding: 6px 15px;
  position: relative;
  font-weight: 500
}

.brg_editorial_product__img.desktop {
  z-index: 1;
  margin: auto;
  max-width: 160px;
  max-height: 160px;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

@media(max-width: 767px) {
  .brg_editorial_product__img.desktop {
    max-height: 120px;
    max-width: 120px
  }
}

.brg_editorial_product__img.desktop__wrapper.desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.brg_editorial_product__brand.desktop {
  font-size: 18px;
  font-weight: 700;
  margin-top: 11px;
  min-height: 24px;
  max-width: none;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.brg_editorial_product__brand.desktop:hover {
  color: #4a90e2;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.brg_editorial_product__top-rated.desktop {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.58;
  letter-spacing: .15px;
  text-align: left;
  color: #07133d;
  margin-top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.brg_editorial_product__top-rated.desktop:hover {
  color: #4a90e2;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.brg_editorial_product__top-rated-images.desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #07133d
}

.brg_editorial_product__title.desktop {
  font-size: 18px;
  max-height: none;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  position: relative
}

.brg_editorial_product__title.desktop.max_two_lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.brg_editorial_product__title.desktop:hover {
  color: #4a90e2;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

@media(max-width: 767px) {
  .brg_editorial_product__title.desktop {
    font-size: 16px
  }
}

.brg_editorial_product__title--container {
  position: relative
}

.brg_editorial_product__title--popup {
  background: #edf6fd;
  border: 1px solid #666;
  border-radius: 6px;
  bottom: calc(100% + 14px);
  color: #07133d;
  font-size: 16px;
  opacity: 0;
  padding: 9px 14px;
  pointer-events: none;
  position: absolute;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 997
}

.brg_editorial_product__title--popup:after,
.brg_editorial_product__title--popup:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

.brg_editorial_product__title--popup:after {
  border-color: transparent;
  border-top-color: #edf6fd;
  border-width: 14px;
  margin-left: -14px
}

.brg_editorial_product__title--popup:before {
  border-color: transparent;
  border-top-color: #666;
  border-width: 15px;
  margin-left: -15px
}

.brg_editorial_product__title--popup.show {
  opacity: 1;
  -webkit-transition: .5s;
  transition: .5s
}

.brg_editorial_product__score.desktop {
  line-height: 35px;
  position: relative
}

.brg_editorial_product__score.desktop::after {
  color: #78c02a;
  content: url(assets/best_reviews/editorial_listpage/checkmark-large.svg);
  left: 100%;
  margin-left: 6px;
  position: absolute;
  top: 0
}

.brg_editorial_product__score-description {
  color: #000d2f;
  font-size: 16px;
  font-weight: 700;
  font-family: libre baskerville, serif;
  margin-top: 2px
}

.brg_editorial_product__reviews {
  color: #666;
  font-size: 15px;
  line-height: 13px;
  text-align: center;
  width: 100%;
  margin-top: 9px
}

.brg_editorial_product__reviews::before {
  content: "";
  background: url(assets/img/brg_editorial_review_check.svg) no-repeat;
  background-size: 14px;
  padding-left: 21px;
  vertical-align: middle
}

.brg_editorial_product__button.desktop {
  background: #78c02a;
  border-radius: 6px;
  color: #fff;
  min-height: 50px;
  width: 100%;
  outline: none;
  position: relative;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.brg_editorial_product__button.desktop:hover {
  background: #92e879;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.brg_editorial_product__button.desktop.with_dropdown {
  border-radius: 6px 0 0 6px
}

@media(max-width: 992px) {
  .brg_editorial_product__button.desktop {
    font-size: 13px;
    min-height: initial
  }
}

.brg_editorial_product__button.desktop.secondary {
  background: 0 0;
  color: #78c02a;
  padding: 9px;
  border: 1px solid #78c02a
}

.brg_editorial_product__button.desktop.secondary:hover {
  background: #a6ed5e;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.brg_editorial_product__button.highlights-desktop,
.brg_editorial_product__button.scoring-desktop {
  background: #78c02a;
  color: #fff
}

.brg_editorial_product__button.highlights-desktop:hover,
.brg_editorial_product__button.scoring-desktop:hover {
  background: #92e879;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.brg_editorial_product__extra {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  width: 95%
}

.brg_editorial_product__extra--wrapper {
  margin: 0 5px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.brg_editorial_product__extra--wrapper.wide {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2
}

.brg_editorial_product__extra--wrapper:last-child::after {
  display: none
}

@media(max-width: 992px) {
  .brg_editorial_product__extra {
    margin-top: 0;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.brg_editorial_product__critics-toggle.desktop {
  cursor: pointer;
  position: relative;
  bottom: auto
}

.brg_editorial_product__critics-toggle.desktop::before {
  top: 6px
}

.brg_editorial_product__critics-container:hover>.brg_editorial_product__critics-info {
  opacity: 1;
  pointer-events: auto
}

.brg_editorial_product__critics-title.desktop {
  font-size: 18px;
  margin: 0
}

.brg_editorial_product__critics-info.desktop {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .23);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .23);
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  width: 370px;
  z-index: 10
}

.brg_editorial_product__critics-info.desktop::after,
.brg_editorial_product__critics-info.desktop::before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

.brg_editorial_product__critics-info.desktop::before {
  border-color: transparent;
  border-bottom-color: rgba(0, 0, 0, .1);
  border-width: 6px;
  margin-left: -6px
}

.brg_editorial_product__critics-info.desktop::after {
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 5px;
  margin-left: -5px
}

.brg_editorial_product__info__list.wider {
  margin-left: -1%;
  width: calc(102% - 4px)
}

.brg_editorial_product__info.desktop>.brg_editorial_product__info--arrow {
  height: 28px
}

.brg_editorial_product__info.desktop {
  height: auto;
  border: none;
  font-size: 17px;
  cursor: pointer;
  text-align: left;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-left: -5px;
  text-decoration: underline;
  font-weight: 100;
  position: relative;
  margin-right: 25px;
  line-height: 28px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.brg_editorial_product__info.desktop:hover {
  -webkit-text-decoration-color: #e7cd60;
  text-decoration-color: #e7cd60
}

.brg_editorial_product__list[data-default-shown="1"]>.brg_editorial_product__item-container:nth-child(n+2) {
  display: none
}

.brg_editorial_product__list[data-default-shown="2"]>.brg_editorial_product__item-container:nth-child(n+3) {
  display: none
}

.brg_editorial_product__list[data-default-shown="3"]>.brg_editorial_product__item-container:nth-child(n+4) {
  display: none
}

.brg_editorial_product__list[data-default-shown="4"]>.brg_editorial_product__item-container:nth-child(n+5) {
  display: none
}

.brg_editorial_product__list[data-default-shown="5"]>.brg_editorial_product__item-container:nth-child(n+6) {
  display: none
}

.brg_editorial_product__list[data-default-shown="6"]>.brg_editorial_product__item-container:nth-child(n+7) {
  display: none
}

.brg_editorial_product__list[data-default-shown="7"]>.brg_editorial_product__item-container:nth-child(n+8) {
  display: none
}

.brg_editorial_product__list[data-default-shown="8"]>.brg_editorial_product__item-container:nth-child(n+9) {
  display: none
}

.brg_editorial_product__list[data-default-shown="9"]>.brg_editorial_product__item-container:nth-child(n+10) {
  display: none
}

.brg_editorial_product__list[data-default-shown="10"]>.brg_editorial_product__item-container:nth-child(n+11) {
  display: none
}

.brg_editorial_product__list[data-default-shown="11"]>.brg_editorial_product__item-container:nth-child(n+12) {
  display: none
}

.brg_editorial_product__list[data-default-shown="12"]>.brg_editorial_product__item-container:nth-child(n+13) {
  display: none
}

.brg_editorial_product__list[data-default-shown="13"]>.brg_editorial_product__item-container:nth-child(n+14) {
  display: none
}

.brg_editorial_product__list[data-default-shown="14"]>.brg_editorial_product__item-container:nth-child(n+15) {
  display: none
}

.brg_editorial_product__list[data-default-shown="15"]>.brg_editorial_product__item-container:nth-child(n+16) {
  display: none
}

.brg_editorial_product__list[data-default-shown="16"]>.brg_editorial_product__item-container:nth-child(n+17) {
  display: none
}

.brg_editorial_product__list[data-default-shown="17"]>.brg_editorial_product__item-container:nth-child(n+18) {
  display: none
}

.brg_editorial_product__list[data-default-shown="18"]>.brg_editorial_product__item-container:nth-child(n+19) {
  display: none
}

.brg_editorial_product__list[data-default-shown="19"]>.brg_editorial_product__item-container:nth-child(n+20) {
  display: none
}

.brg_editorial_product__list[data-default-shown="20"]>.brg_editorial_product__item-container:nth-child(n+21) {
  display: none
}

.brg_editorial_product__list[data-default-shown="21"]>.brg_editorial_product__item-container:nth-child(n+22) {
  display: none
}

.brg_editorial_product__list[data-default-shown="22"]>.brg_editorial_product__item-container:nth-child(n+23) {
  display: none
}

.brg_editorial_product__list[data-default-shown="23"]>.brg_editorial_product__item-container:nth-child(n+24) {
  display: none
}

.brg_editorial_product__list[data-default-shown="24"]>.brg_editorial_product__item-container:nth-child(n+25) {
  display: none
}

.brg_editorial_product__list[data-default-shown="25"]>.brg_editorial_product__item-container:nth-child(n+26) {
  display: none
}

.brg_editorial_product__list__load-more--container.desktop>.brg_editorial_product__list__load-more--text {
  font-size: 16px;
  margin: 40px auto 18px;
  letter-spacing: -.2px
}

@media(max-width: 1280px) {
  .brg_editorial_product__list__load-more--container.desktop>.brg_editorial_product__list__load-more--text {
    font-size: 15px
  }
}

@media(max-width: 992px) {
  .brg_editorial_product__list__load-more--container.desktop>.brg_editorial_product__list__load-more--text {
    font-size: 13px
  }
}

.brg_editorial_product__list__load-more--container.desktop>.brg_editorial_product__list__load-more--divider {
  background-color: #bfbfbf;
  width: 16%
}

.brg_editorial_product__list__load-more--container.desktop>.brg_editorial_product__list__load-more--btn {
  cursor: pointer;
  font-size: 1em;
  margin: 19px auto;
  padding: 0;
  width: 35%;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s
}

.brg_editorial_product__list__load-more--container.desktop>.brg_editorial_product__list__load-more--btn:hover {
  -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, .16);
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, .16);
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s
}

.brg_editorial_product__list__load-more--container.desktop>.brg_editorial_product__list__load-more--btn .aspect-ratio {
  padding-top: 11.4%;
  position: relative
}

.brg_editorial_product__list__load-more--container.desktop>.brg_editorial_product__list__load-more--btn .aspect-ratio span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media(max-width: 992px) {
  .brg_editorial_product__list__load-more--container.desktop>.brg_editorial_product__list__load-more--btn {
    font-size: .9em
  }
}

.brg_editorial_product__list__other-products {
  margin-top: 80px
}

.brg_editorial_product__list__other-products--heading {
  margin-bottom: 24px;
  font-size: 35px;
  font-weight: 900;
  position: relative;
  color: #00113d;
  text-transform: capitalize;
  font-family: montserrat, sans-serif
}

@media(max-width: 660px) {
  .brg_editorial_product__list__other-products--heading {
    font-size: 28px
  }
}

.brg_editorial_product__list__other-products--content {
  border-radius: 2px;
  background-color: #fff
}

.brg_editorial_product__list__other-products--item {
  padding: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative
}

.brg_editorial_product__list__other-products--item-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.brg_editorial_product__list__other-products--image {
  max-width: 60px;
  max-height: 60px
}

.brg_editorial_product__list__other-products--image-container {
  margin-right: 24px;
  min-width: 60px;
  min-height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.brg_editorial_product__list__other-products--divider {
  opacity: .49;
  background-color: #d8d8d8;
  width: calc(100% - 48px);
  height: 1px;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0
}

.brg_editorial_product__list__other-products--title {
  font-family: Helvetica;
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: normal;
  color: #000;
  padding-right: 100px;
  width: 100%
}

.brg_editorial_product__list__other-products--title.max_two_lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.brg_editorial_product__list__other-products--title-mobile {
  padding-right: 0
}

.brg_editorial_product__list__other-products--button {
  font-family: Helvetica;
  font-size: 13px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #5cc200;
  margin: 0 32px;
  min-width: 80px;
  cursor: pointer
}

.brg_editorial_product__related_product_widget {
  position: absolute;
  left: 0;
  right: 0;
  height: 525px;
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e9f5fd;
  -webkit-box-shadow: none;
  box-shadow: none
}

@media(max-width: 600px) {
  .brg_editorial_product__related_product_widget {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    height: auto;
    min-height: 627px
  }
}

.brg_editorial_product__related_product_widget__title {
  font-family: montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.43;
  text-align: center;
  color: #021541;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column
}

@media(max-width: 600px) {
  .brg_editorial_product__related_product_widget__title {
    font-size: 24px;
    line-height: 1.58;
    margin-top: 15px
  }
}

.brg_editorial_product__related_product_widget__product {
  height: 250px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 38px 0 rgba(9, 78, 124, .16);
  box-shadow: 0 0 38px 0 rgba(9, 78, 124, .16);
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative
}

.brg_editorial_product__related_product_widget__product:hover {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-box-shadow: 0 -2px 8px #ccc;
  box-shadow: 0 -2px 8px #ccc
}

@media(max-width: 600px) {
  .brg_editorial_product__related_product_widget__product {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: 40px 0 15px
  }
}

.brg_editorial_product__related_product_widget__product__logo_container {
  max-width: 325px;
  background-color: #f5fafd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 40px 20px 60px;
  border-radius: 4px 0 0 4px
}

@media(max-width: 600px) {
  .brg_editorial_product__related_product_widget__product__logo_container {
    max-width: none;
    padding: 20px 40px;
    border-radius: 4px 4px 0 0
  }
}

.brg_editorial_product__related_product_widget__product__logo_container__img {
  max-width: 203px;
  max-height: 203px;
  -o-object-fit: contain;
  object-fit: contain;
  mix-blend-mode: multiply
}

@media(max-width: 600px) {
  .brg_editorial_product__related_product_widget__product__logo_container__img {
    max-width: 153px
  }
}

.brg_editorial_product__related_product_widget__product__body {
  padding: 30px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

@media(max-width: 600px) {
  .brg_editorial_product__related_product_widget__product__body {
    padding: 25px 20px
  }
}

.brg_editorial_product__related_product_widget__product__body__title {
  max-height: 120px;
  font-family: montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.63;
  color: #021541;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}

@media(max-width: 600px) {
  .brg_editorial_product__related_product_widget__product__body__title {
    font-size: 24px;
    line-height: 1.79;
    margin-bottom: 16px
  }
}

.brg_editorial_product__related_product_widget__product__body__buttons {
  height: 51px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

@media(max-width: 600px) {
  .brg_editorial_product__related_product_widget__product__body__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: auto
  }
}

.brg_editorial_product__related_product_widget__product__body__clickout {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 200px;
  border-radius: 4px;
  border: solid 1px #1e82c5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer
}

.brg_editorial_product__related_product_widget__product__body__clickout.stretched {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: auto
}

@media(max-width: 600px) {
  .brg_editorial_product__related_product_widget__product__body__clickout.stretched {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
  }
}

@media(max-width: 600px) {
  .brg_editorial_product__related_product_widget__product__body__clickout {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: auto;
    margin-top: 8px;
    height: 51px
  }
}

.brg_editorial_product__related_product_widget__product__body__clickout span {
  text-transform: uppercase;
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .28px;
  color: #1e82c5
}

.brg_editorial_product__related_product_widget__product__body__coupon_block {
  margin-left: 16px;
  padding-left: 4px;
  border-radius: 4px;
  background-color: #f5fafd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

@media(max-width: 600px) {
  .brg_editorial_product__related_product_widget__product__body__coupon_block {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    height: 51px;
    margin-top: 8px;
    margin-left: 0
  }
}

.brg_editorial_product__related_product_widget__product__body__coupon_block__logo {
  width: 22px;
  height: 22px;
  margin: 0 18px
}

.brg_editorial_product__related_product_widget__product__body__coupon_block__code {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #1e82c5
}

.brg_editorial_product__related_product_widget__product__body__coupon_block__copy {
  width: 15px;
  height: 18px;
  margin: 0 18px
}

.brg_editorial_product__related_product_widget__product__badge {
  position: absolute;
  top: 24px;
  left: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.brg_editorial_product__related_product_widget__product__badge img {
  width: 48px;
  height: 48px;
  z-index: 3
}

.brg_editorial_product__related_product_widget__fake_item {
  height: 525px;
  margin-top: 25px;
  opacity: 0;
  z-index: -1;
  -webkit-box-shadow: none;
  box-shadow: none
}

@media(max-width: 600px) {
  .brg_editorial_product__related_product_widget__fake_item {
    margin-top: 20px;
    height: 658px
  }
}

.brg_editorial__products-title {
  padding: 10px 0;
  font-size: 35px;
  font-weight: 900;
  color: #00113d;
  text-transform: capitalize
}

.drop-down-btn {
  width: 35px;
  outline: none;
  cursor: pointer;
  border-radius: 0 6px 6px 0;
  background: #78c02a;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  border-left: 1px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative
}

.drop-down-btn .brg_editorial_product__info--arrow {
  height: 100%;
  width: 100%;
  left: 0;
  background-size: 10px;
  background-position: center;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.drop-down-btn:hover {
  background: #92e879;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.drop-down-btn.bottom {
  bottom: 32px
}

.drop-down-btn#spacer-xs {
  bottom: 78px
}

@media(max-width: 992px) {
  .drop-down-btn {
    width: 25px
  }
}

@media(max-width: 767px) {
  .drop-down-btn {
    width: 18px
  }
}

.relative_container {
  position: relative;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

#autocomplete_list,
#autocomplete_list_page {
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0 0 40px !important;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.autocompleteLink {
  padding: 3px 13px !important;
  margin: 0 12px 15px 0 !important;
  text-transform: capitalize !important;
  background: #fff !important;
  color: #00113d;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  border-radius: 50px;
  font-size: 14px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .4);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .4)
}

.autocompleteLink:hover {
  color: #fff;
  background: #1c88e0 !important;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.autocompleteLink:empty {
  display: none !important
}

.autocompleteLink:nth-child(n+6) {
  display: none !important
}

@media(max-width: 767px) {
  .autocompleteLink {
    margin: 0 5px 20px 0
  }
}

.autocompleteLink__spaced {
  margin: 20px 0;
  padding-bottom: 0
}

.refined_search--container {
  background: #fff;
  margin-top: 20px
}

.refined_search__popular-lists--container .brg_lists .brg_list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.refined_search__popular-lists--container .brg_lists .brg_list>a {
  border: 1px solid #e9e9e9;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

.refined_search__popular-lists--container .brg_lists .brg_list>a:hover {
  border-color: #00113d;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

.refined_search__popular-lists--container .brg_lists .brg_list>a:hover .brg_list__title {
  text-decoration: underline;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

.refined_search__popular-lists--container .brg_lists .brg_list>a:hover .brg_list__image {
  opacity: .7;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

.refined_search__popular-lists--container .brg_lists .brg_list>a .brg_list__title {
  color: #00113d;
  margin: 30px 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

.refined_search__popular-lists--container .brg_lists .brg_list>a .brg_list__image {
  border-radius: 5px;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

.refined_search__popular-lists--title {
  margin: 8% 10px 30px;
  font-family: montserrat, sans-serif;
  text-align: center;
  font-size: 35px;
  font-weight: 900;
  color: #00113d
}

@media(max-width: 992px) {
  .refined_search__popular-lists--title {
    font-size: 24px
  }
}

.refined_search__popular-lists--container {
  margin-bottom: 60px
}

.refined_search__back-btn {
  border: none;
  outline: none;
  font-size: 15px;
  background: 0 0;
  color: #00113d;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  margin: 22px 0
}

.refined_search__back-btn.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.refined_search__back-btn.active:hover {
  color: #1c88e0;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

.refined_search__ribbon {
  width: 110px;
  height: 24px;
  z-index: 5;
  font-size: 15px;
  font-weight: 700;
  top: 14px !important;
  left: -30px !important;
  color: #fff !important;
  text-align: center !important;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #8f0808;
  background: -webkit-gradient(linear, left top, left bottom, from(#F70505), to(#8F0808)) !important;
  background: linear-gradient(#F70505 0%, #8F0808 100%) !important;
  -webkit-box-shadow: 0 3px 10px -5px #000 !important;
  box-shadow: 0 3px 10px -5px #000 !important;
  position: absolute !important;
  border-radius: 50px 50px 0 0
}

.refined_search__ribbon::before {
  content: "";
  position: absolute;
  top: 100%;
  z-index: -1;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8f0808;
  border-left: 3px solid #8f0808;
  border-right: 3px solid transparent;
  left: 0
}

.refined_search__ribbon::after {
  content: "";
  position: absolute;
  top: 100%;
  z-index: -1;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8f0808;
  border-left: 3px solid transparent;
  border-right: 3px solid #8f0808;
  right: 0
}

.refined_search #amzn-native-ad-0 {
  width: 100% !important;
  max-width: 100% !important
}

.refined_search #amzn-native-ad-0 .amzn-native-content {
  overflow: visible !important;
  min-height: auto !important
}

.refined_search #amzn-native-ad-0 .amzn-native-content.no-results-container {
  min-height: 50px !important
}

.refined_search #amzn-native-ad-0 .amzn-native-header {
  margin: 100px 0 30px !important
}

.refined_search #amzn-native-ad-0 .amzn-native-header-text {
  font-family: montserrat, sans-serif !important;
  text-transform: capitalize !important;
  font-size: 35px !important;
  font-weight: 900 !important;
  color: #00113d !important;
  margin: 15px 0 !important;
  line-height: 1.5 !important
}

@media(max-width: 860px) {
  .refined_search #amzn-native-ad-0 .amzn-native-header-text {
    font-size: 25px !important
  }
}

.refined_search #amzn-native-ad-0 .amzn-native-header-text.no-results-title {
  font-size: 18px !important
}

.refined_search #amzn-native-ad-0 .amzn-native-header-text.no-results-title::before {
  content: 'Try '
}

.refined_search #amzn-native-ad-0 .amzn-native-header-text.no-results-title::after {
  content: 'ing for a different Product, please.'
}

.refined_search #amzn-native-ad-0 .amzn-native-search-bar.amzn-native-search-bar-top {
  overflow: visible !important
}

.refined_search div#amzn-native-ad-0 div.amzn-native-products-list div.amzn-native-product {
  overflow: visible !important
}

.refined_search div#amzn-native-ad-0 div.amzn-native-products-list div.amzn-native-product img {
  max-width: 85% !important;
  max-height: 180px !important;
  border-radius: 5px !important
}

.refined_search div#amzn-native-ad-0 .amzn-native-search-bar .amzn-native-search-bar-content {
  float: none !important;
  width: calc(100% - 100px) !important
}

@media(max-width: 660px) {
  .refined_search div#amzn-native-ad-0 .amzn-native-search-bar .amzn-native-search-bar-content {
    width: calc(100% - 40px) !important
  }
}

.refined_search div#amzn-native-ad-0 .amzn-native-search-bar .amzn-native-search-bar-content .amzn-native-search-bar-form-holder input.amzn-native-search {
  padding: 0 !important;
  text-transform: capitalize !important;
  background-color: #fff !important;
  font-family: montserrat, sans-serif !important;
  border-radius: 0 !important;
  font-size: 19px !important;
  color: rgba(0, 17, 61, .6);
  text-align: left;
  width: 95%;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
  width: 100%;
  border-radius: 0 !important
}

.refined_search div#amzn-native-ad-0 .amzn-native-search-bar .amzn-native-search-bar-content .amzn-native-search-bar-form-holder input.amzn-native-search:focus {
  color: #00113d;
  border-bottom: 2px solid #00113d !important
}

.refined_search .amzn-native-product-image-container {
  height: 230px !important
}

.refined_search .amzn-native-product-title,
.refined_search .amzn-native-product-title-text {
  font-family: montserrat, sans-serif !important;
  font-size: 17px !important;
  font-weight: 100 !important;
  color: #00113d !important;
  line-height: 1.5 !important;
  text-shadow: none !important
}

.refined_search .amzn-native-product.amzn-native-product-asin-container {
  display: block !important;
  -webkit-box-shadow: 0 -10px 16px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 -10px 16px 0 rgba(0, 0, 0, .05);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border: 1px solid #e9e9e9 !important;
  overflow: hidden !important;
  height: 450px !important;
  width: 24% !important;
  margin: 5px
}

@media(max-width: 992px) {
  .refined_search .amzn-native-product.amzn-native-product-asin-container {
    width: 45% !important;
    margin: 2px !important
  }
}

@media(max-width: 660px) {
  .refined_search .amzn-native-product.amzn-native-product-asin-container {
    width: 95% !important;
    margin-top: 50px !important
  }

  .refined_search .amzn-native-product.amzn-native-product-asin-container:first-child {
    margin-top: 0 !important
  }
}

.refined_search .amzn-native-product.amzn-native-product-asin-container:hover {
  border: 1px solid #00113d !important;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-box-shadow: 2px 3px 10px 0 #ccc;
  box-shadow: 2px 3px 10px 0 #ccc
}

.refined_search .amzn-native-product.amzn-native-product-asin-container:hover .amzn-native-product-image,
.refined_search .amzn-native-product.amzn-native-product-asin-container:hover .amzn-native-product-image-container {
  opacity: 1 !important
}

.refined_search .amzn-native-product.amzn-native-product-asin-container:hover .amzn-native-product-image {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.refined_search .amzn-native-product.amzn-native-product-asin-container:hover .amzn-native-product-title-text {
  text-decoration: underline
}

.refined_search .amzn-native-product-attr-container.amzn-native-product-attr-container-full {
  padding-bottom: 15px !important
}

.refined_search .amzn-native-product-attr-container.amzn-native-product-attr-container-full::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  margin: -15px 0;
  background: #e9e9e9
}

.refined_search .amzn-native-product-bs-highlight {
  display: block !important;
  float: right !important
}

.refined_search .amzn-native-product-offer-price {
  color: #78c02a !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  font-family: montserrat, sans-serif !important;
  text-shadow: none !important;
  padding: 10px 0 !important;
  margin-bottom: 10px !important
}

.refined_search .amzn-native-product-image {
  border-radius: 5px !important;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.refined_search .amzn-native-product-list-price {
  color: #cd5c5c !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  font-family: montserrat, sans-serif !important;
  text-shadow: none !important;
  padding: 0 0 0 8px !important
}

.refined_search .amzn-sprite.amzn-native-product-prime.amzn-native-product-prime-inline-with-price {
  float: right !important;
  margin: 12px 0 !important
}

.refined_search .amzn-native-product-review-count {
  color: #00113d !important;
  font-family: montserrat, sans-serif !important;
  text-shadow: none !important
}

.refined_search .amzn-native-brand-text,
.refined_search .amzn-native-category-trigger-area,
.refined_search .amzn-native-search-go,
.refined_search .amzn-native-suggestions-holder {
  display: none !important
}

.refined_search .amzn-native-search-bar-content {
  margin-top: -65px !important
}

.refined_search .amzn-native-search {
  border: none !important;
  font-size: 14px !important;
  background: #f7f7f7 !important;
  border-bottom: 1px solid #00113d !important
}

.refined_search .amzn-native-search::-webkit-input-placeholder {
  color: #f7f7f7
}

.refined_search .amzn-native-search::-moz-placeholder {
  color: #f7f7f7
}

.refined_search .amzn-native-search:-ms-input-placeholder {
  color: #f7f7f7
}

.refined_search .amzn-native-search::-ms-input-placeholder {
  color: #f7f7f7
}

.refined_search .amzn-native-search::placeholder {
  color: #f7f7f7
}

.refined_search .amzn-native-category-selection {
  top: -22px !important;
  border-color: #00113d !important
}

.refined_search #searchButton {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background: #00113d;
  font-family: montserrat, sans-serif;
  border-radius: 6px;
  font-weight: 700;
  z-index: 9;
  width: 125px;
  cursor: pointer;
  height: 40px;
  outline: none;
  font-size: 16px;
  margin-top: 20px;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  -webkit-box-shadow: 1px 2px 5px #b5b5b5;
  box-shadow: 1px 2px 5px #b5b5b5
}

.refined_search #searchButton.spaced {
  margin-top: 5px
}

@media(max-width: 860px) {
  .refined_search #searchButton {
    width: 70px;
    margin-right: 15px
  }
}

.refined_search #searchButton:hover {
  background: #fff;
  color: #00113d;
  -webkit-box-shadow: 1px 2px 5px #00113d;
  box-shadow: 1px 2px 5px #00113d;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

.refined_search .amzn-native-search-bar.amzn-native-search-bar-top {
  position: absolute
}

.refined_search #amzn-native-ad-0 .amzn-native-products-list .amzn-native-product .amzn-native-product-title-container a {
  padding-top: 20px !important;
  line-height: 2 !important;
  height: 73px !important;
  overflow: hidden !important
}

@media(max-width: 660px) {
  .refined_search #amzn-native-ad-0 .amzn-native-products-list .amzn-native-product .amzn-native-product-title-container a {
    padding-top: 0 !important;
    line-height: 1.2 !important;
    height: 45px !important
  }
}

@media(max-width: 767px) {
  .refined_search div#amzn-native-ad-0 {
    margin-left: 5px !important
  }

  .refined_search div#amzn-native-ad-0 div.amzn-native-products-list div.amzn-native-product img {
    max-height: 180px !important;
    border-radius: 5px !important
  }

  .refined_search .amzn-native-product-image-container {
    height: 200px !important
  }

  .refined_search .amzn-native-product-title,
  .refined_search .amzn-native-product-title-text {
    font-size: 14px !important
  }

  .refined_search .amzn-native-search-bar-content {
    width: 100%
  }

  .refined_search .amzn-native-product.amzn-native-product-asin-container {
    height: 400px !important
  }

  .refined_search .amzn-native-product-list-price {
    font-size: 14px !important;
    font-size: 14px !important;
    padding-left: 10px !important
  }

  .refined_search .amzn-native-product-bs-highlight,
  .refined_search .amzn-sprite.amzn-native-product-prime.amzn-native-product-prime-inline-with-price {
    float: right !important
  }
}

.refined_search_spinner {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 200;
  text-align: center;
  background: #f8f8fa;
  -webkit-box-shadow: 2px 5px 10px #717175;
  box-shadow: 2px 5px 10px #717175
}

.refined_search_spinner__txt {
  left: 50%;
  top: 20vh;
  position: relative;
  color: #00113d;
  font-size: 22px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: flash 2s linear infinite;
  animation: flash 2s linear infinite
}

.refined_search_spinner .spinner {
  top: 25vh;
  margin: auto;
  width: 150px;
  height: 150px;
  position: relative;
  border-radius: 50%;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  border: 4px solid #00113d;
  border-top: 4px solid #007cdc;
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite
}

@media(min-width: 767px) {
  .brg_editorial_shopping_guide {
    margin-bottom: 15px;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .05)
  }
}

.brg_editorial_shopping_guide__main-title {
  font-size: 40px;
  border-bottom: 1px solid rgba(161, 173, 203, .4);
  padding-bottom: 12px;
  margin-bottom: 18px
}

@media(min-width: 767px) {
  .brg_editorial_shopping_guide__author {
    border: none;
    margin: 0 0 58px;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left
  }

  .brg_editorial_shopping_guide__author-img {
    max-height: 33px;
    max-width: 33px;
    margin-right: 15px
  }
}

.brg_editorial_shopping_guide__author-name {
  font-size: 18px;
  font-weight: bolder;
  letter-spacing: 1.1px
}

.brg_editorial_shopping_guide__seperator {
  height: 5px;
  width: 60px;
  background-color: rgba(161, 173, 203, .4);
  margin: 38px 0 44px
}

.brg_editorial_shopping_guide__section-title {
  color: #00113d;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.43;
  margin-bottom: 15px
}

@media(min-width: 767px) {
  .brg_editorial_shopping_guide__text {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 1.8
  }

  .brg_editorial_shopping_guide__author {
    border: none;
    margin: 0 0 58px;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left
  }

  .brg_editorial_shopping_guide__author-img {
    max-height: 33px;
    max-width: 33px;
    margin-right: 15px
  }
}

.brg_editorial_shopping_guide p {
  margin-bottom: 5px
}

@media(min-width: 767px) {
  .brg_editorial_shopping_guide ul {
    padding-left: 30px
  }
}

.brg_editorial_shopping_guide li+li {
  margin-top: 10px
}

.brg_editorial_shopping_guide small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px
}

.brg_author_page {
  font-family: montserrat, sans-serif
}

.brg_author_page__header {
  min-height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #00113d
}

.brg_author_page__header--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.brg_author_page__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.brg_author_page__breadcrumbs {
  margin: 30px 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

@media(max-width: 860px) {
  .brg_author_page__breadcrumbs {
    margin: 90px 0 0;
    text-align: center;
    position: absolute;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
  }
}

@media(max-width: 600px) {
  .brg_author_page__breadcrumbs {
    margin: 130px 0 0
  }
}

@media(max-width: 350px) {
  .brg_author_page__breadcrumbs {
    margin: 180px 0 0
  }
}

.brg_author_page__breadcrumbs--item {
  color: #666;
  font-size: 15px;
  text-transform: capitalize
}

.brg_author_page__breadcrumbs--item:hover {
  font-weight: 700
}

.brg_author_page__title {
  color: #fff;
  margin-top: 0;
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

@media(max-width: 1200px) {
  .brg_author_page__title {
    font-size: 40px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
  }
}

@media(max-width: 860px) {
  .brg_author_page__title {
    font-size: 25px;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
  }

  .brg_author_page__title__separation {
    width: 60px;
    height: 2px;
    background-color: #e9f5fd;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    position: absolute;
    margin: -10px 0;
    left: 50%
  }
}

.brg_author_page__title--intro {
  text-transform: uppercase;
  color: #e7cd60;
  margin: -40px 0;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

@media laptop {
  .brg_author_page__title--intro {
    margin: -20px 0
  }
}

@media(max-width: 860px) {
  .brg_author_page__title--intro {
    margin: 0;
    font-size: 12px;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
  }
}

.brg_author_page__title--description {
  color: #fff;
  font-size: 16px;
  margin: 70px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

@media(max-width: 860px) {
  .brg_author_page__title--description {
    font-size: 14px;
    margin: 15px 0 25px;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
  }
}

.brg_author_page__title--description::before {
  content: "";
  width: 70px;
  color: #e9f5fd;
  height: 4px;
  margin: -10px 0;
  position: absolute
}

.brg_author_page__title--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.brg_author_page__image {
  z-index: 6;
  height: 150px;
  width: 150px;
  margin: 10px 30px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%
}

@media(max-width: 860px) {
  .brg_author_page__image {
    width: 100px;
    height: 100px;
    top: 295px;
    left: 50%;
    margin: 0;
    position: absolute;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
  }
}

.brg_author_page__body {
  background: #fff;
  position: relative;
  padding-bottom: 120px
}

.brg_author_page__article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap
}

.brg_author_page__article__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(max-width: 860px) {
  .brg_author_page__article__wrapper {
    margin-top: 0
  }
}

.brg_author_page__article__column {
  overflow: hidden;
  margin-left: 25px
}

@media(max-width: 860px) {
  .brg_author_page__article__column {
    margin-left: 0
  }
}

.brg_author_page__article__main-title {
  font-size: 35px;
  font-weight: 700;
  color: #00113d;
  text-transform: capitalize;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

@media(max-width: 860px) {
  .brg_author_page__article__main-title {
    font-size: 30px;
    text-align: center;
    margin: 60px 0 30px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
  }
}

.brg_author_page__article__item {
  width: 48%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-top: 50px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

@media(max-width: 1280px) {
  .brg_author_page__article__item {
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
  }
}

@media(max-width: 860px) {
  .brg_author_page__article__item {
    margin: 340px 0 0;
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
  }
}

.brg_author_page__article__image {
  z-index: 2;
  width: 230px;
  margin: 0;
  -o-object-fit: contain;
  object-fit: contain
}

@media(max-width: 860px) {
  .brg_author_page__article__image {
    left: 50%;
    top: -140px;
    width: auto;
    position: absolute;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
  }
}

@media(max-width: 350px) {
  .brg_author_page__article__image {
    top: -120px
  }
}

.brg_author_page__article__image img {
  max-height: 175px;
  border-radius: 15px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-box-shadow: 2px 2px 5px #ccc;
  box-shadow: 2px 2px 5px #ccc
}

.brg_author_page__article__image img:hover {
  opacity: .7;
  border-radius: 22px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

@media(max-width: 860px) {
  .brg_author_page__article__image img {
    width: 90vw;
    height: 260px;
    max-height: 260px
  }
}

.brg_author_page__article__image img.product {
  padding: 10px;
  height: 175px;
  -o-object-fit: none;
  object-fit: none
}

.brg_author_page__article--date {
  font-size: 14px;
  color: #4a4a4a
}

.brg_author_page__article--category {
  font-size: 14px;
  margin-left: 15px;
  color: #00113d;
  width: 95%;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.brg_author_page__article--category::before {
  content: '';
  width: 3px;
  height: 17px;
  margin-left: -10px;
  position: absolute;
  background: #e7cd60
}

.brg_author_page__article--category:hover {
  color: #1c88e0;
  text-decoration: underline;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.brg_author_page__article--title {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #00113d;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.brg_author_page__article--title:hover {
  text-decoration: underline;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.brg_author_page__article--text {
  font-size: 15px;
  line-height: 1.2;
  margin-top: 10px;
  color: #00113d;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.brg_author_page__article--text:hover {
  color: #4a4a4a;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.brg_author_page__show-btn {
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 10%;
  border-radius: 5px;
  margin: 80px auto 0;
  text-transform: uppercase;
  border: 1px solid #00113d;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background-color: #00113d;
  -webkit-box-shadow: 2px 2px 5px #ccc;
  box-shadow: 2px 2px 5px #ccc
}

.brg_author_page__show-btn:hover {
  color: #00113d;
  background-color: #fff;
  border-color: #00113d;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  -webkit-box-shadow: 4px 5px 10px #ccc;
  box-shadow: 4px 5px 10px #ccc
}

.clickable {
  cursor: pointer
}

.clickable:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2)
}

.clickable:hover div:first-of-type {
  text-decoration: underline
}

.cookie_alert {
  background-color: #eaeaea;
  font-family: inherit;
  min-height: 30px;
  z-index: 2000
}

.cookie_alert .cookie_content {
  font-family: inherit;
  padding: 0 7%
}

.cookie_alert .cookie_content p {
  font-size: 14px;
  font-weight: 300
}

.brg_btn {
  display: inline-block;
  font-size: 18px;
  padding: 13px 16px
}

.brg_btn--info {
  background: #34c2f0;
  color: #fff
}

.brg_btn--success {
  background: #75d35e;
  border-bottom: 2px solid #64bc46;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.brg_btn--success:hover {
  background: #92e879;
  border-color: #75d35e;
  border-radius: 8px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.brg_btn--block {
  display: block
}

.brg_btn--uppercase {
  text-transform: uppercase
}

@media(max-width: 767px) {
  .brg_btn {
    padding: 6px 8px
  }
}

.brg_alert {
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  padding: 15px;
  margin: 0 0 20px
}

.brg_alert--success {
  background: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d
}

.brg_alert--danger {
  background: #f2dede;
  border-color: #ebccd1;
  color: #a94442
}

.brg_alert--info {
  background: #d9edf7;
  border-color: #bce8f1;
  color: #31708f
}

.brg_alert--warning {
  background: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b
}

.brg_adsense {
  text-align: center
}

.brg_autocomplete {
  -webkit-box-shadow: 0 5px 10px #ccc;
  box-shadow: 0 5px 10px #ccc;
  background: #fff;
  font-weight: 300;
  z-index: 999
}

.brg_autocomplete__item,
.brg_autocomplete__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 80vw
}

.brg_autocomplete__item {
  width: 100%;
  border-top: 1px solid #f3f3f3
}

.brg_autocomplete__item:first-child {
  border-top: 1px solid #d9d9d9
}

.brg_autocomplete__item--selected,
.brg_autocomplete__item:hover {
  background: #efefef
}

.brg_autocomplete__link {
  padding: 8px 13px
}

.brg_autocomplete__img-wrapper,
.brg_autocomplete__content,
.brg_autocomplete__icon-wrapper {
  display: table-cell;
  vertical-align: middle
}

.brg_autocomplete__img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  width: 50px;
  margin: auto 0
}

.brg_autocomplete__content {
  text-align: left;
  padding: 0 10px;
  width: 80%
}

.brg_autocomplete__title {
  font-size: 18px;
  line-height: 21px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.brg_autocomplete__disclaimer {
  font-size: 16px;
  line-height: 18px;
  width: 95%;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis
}

.brg_autocomplete__icon-wrapper {
  text-align: right;
  width: 10%
}

.brg_editorial_mobile_search .brg_autocomplete {
  -webkit-box-shadow: none;
  box-shadow: none
}

.brg_editorial_mobile_search .brg_autocomplete__item,
.brg_editorial_mobile_search .brg_autocomplete__link {
  max-width: 100%
}

.brg_editorial_mobile_search .brg_autocomplete__item {
  border: none;
  border-bottom: 1px solid #e5e5e5
}

.brg_editorial_mobile_search .brg_autocomplete__item:first-child {
  border-top: none
}

.brg_editorial_mobile_search .brg_autocomplete__link {
  padding: 7px 12px
}

.brg_editorial_mobile_search .brg_autocomplete__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly
}

.brg_editorial_mobile_search .brg_autocomplete__title {
  font-family: sourcesanspro, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: #3b3e3f
}

.brg_editorial_mobile_search .brg_autocomplete__disclaimer {
  font-family: sourcesanspro, sans-serif;
  color: #7b8086;
  font-size: 14px;
  line-height: 1.14
}

.brg_editorial_mobile_search .brg_autocomplete__icon {
  background-image: url(assets/img/icon_arrow_pointing-c2729541abab2eed5ae9f2a524c2be58c382e0a37c30669889a95a8d74097ed6.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  height: 100%;
  width: 100%
}

.brg_dropdown {
  cursor: pointer;
  cursor: hand;
  position: relative
}

.brg_dropdown__content {
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  z-index: 1000
}

.brg_tabs-pane {
  display: none
}

.brg_tabs-pane--active {
  display: block
}

.brg_collapse-content {
  display: none
}

.brg_collapse__item--expanded .brg_collapse-content {
  display: block
}

.brg_search-form:first-child {
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.brg_search-form .brg_input-group {
  position: relative;
  width: 100%
}

.brg_search-form__btn,
.brg_search-form .brg_form-control {
  height: 55px;
  padding: 20px
}

.brg_search-form .brg_form-control {
  background: #fff;
  border: 0;
  color: #17baef;
  font-size: 22px
}

.brg_search-form .brg_form-control::-webkit-input-placeholder {
  color: rgba(153, 153, 153, .3)
}

.brg_search-form .brg_form-control:-moz-placeholder {
  color: rgba(153, 153, 153, .3)
}

.brg_search-form .brg_form-control::-moz-placeholder {
  color: rgba(153, 153, 153, .3)
}

.brg_search-form .brg_form-control:-ms-input-placeholder {
  color: rgba(153, 153, 153, .3)
}

.brg_search-form .brg_form-control:focus {
  outline: none
}

.brg_search-form .brg_form-control::-ms-clear {
  display: none
}

.brg_search-form__btn {
  background: #fff;
  border: 0;
  color: #17baef;
  line-height: 45px;
  margin: 0;
  padding: 0;
  width: 45px;
  border-radius: 0 4px 4px 0
}

.brg_search-form__btn--round-btn {
  border-radius: 3px;
  margin-right: 1px
}

.brg_search-form__btn--submit {
  font-size: 34px
}

.brg_search-form .brg_autocomplete {
  position: absolute;
  top: 100%;
  z-index: 1000;
  width: 100%
}

@media(max-width: 767px) {

  .brg_search-form__btn,
  .brg_search-form .brg_form-control {
    height: 40px
  }

  .brg_search-form .brg_form-control {
    font-size: 20px
  }

  .brg_search-form__btn {
    line-height: 40px;
    width: 33px
  }

  .brg_search-form__btn--submit {
    font-size: 30px
  }
}

#brg_home__search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative
}

@media(min-width: 675px) {
  #brg_home__search {
    width: 600px
  }
}

.brg_social-networks__item,
.brg_social-networks__link {
  display: inline-block
}

.brg_social-networks__item {
  margin-right: 5px
}

.brg_social-networks__item:last-child {
  margin-right: 0
}

.brg_social-networks__link,
.brg_social-networks__icon {
  border: 1px solid transparent;
  border-radius: 50%
}

.brg_social-networks__link {
  border-color: #fff;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center
}

.brg_social-networks__link:hover .brg_social-networks__icon {
  border-color: #fff
}

.brg_social-networks__icon {
  height: 37px;
  margin: 1px;
  line-height: 37px;
  width: 37px
}

.brg_nav__item {
  color: #fff;
  display: inline-block
}

.brg_nav__link {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  color: #fff;
  text-decoration: none
}

.brg_nav__link:hover {
  font-weight: 700;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.brg_paragraph {
  display: block;
  overflow: hidden
}

.brg_paragraph--underlined {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px
}

.brg_list__item--inline {
  display: inline-block
}

.brg_list--lower-alpha {
  list-style-type: lower-alpha
}

.brg_list--lower-latin {
  list-style-type: lower-latin
}

.brg_list--lower-roman {
  list-style-type: lower-roman
}

.brg_list--upper-alpha {
  list-style-type: upper-alpha
}

.brg_list--upper-latin {
  list-style-type: upper-latin
}

.brg_list--upper-roman {
  list-style-type: upper-roman
}

.brg_map {
  height: 270px
}

.brg_map__caption {
  color: #878787;
  font-size: 16px;
  margin: 15px 0 0
}

.brg_editorial_mobile_search {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999
}

.brg_editorial_mobile_search.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.brg_editorial_mobile_search__header-bar {
  padding: 16px 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e5e5e5
}

.brg_editorial_mobile_search__back-btn {
  background-image: url(assets/img/icon_arrow_pointing-c2729541abab2eed5ae9f2a524c2be58c382e0a37c30669889a95a8d74097ed6.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  margin-right: 16px
}

.brg_editorial_mobile_search__input-wrapper {
  border: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  padding-right: 8px;
  height: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.brg_editorial_mobile_search__input-wrapper>.brg_form-control--transparent {
  border: none;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  padding: 0 8px;
  outline: none
}

.brg_editorial_mobile_search__button {
  background-color: transparent;
  border: none;
  color: #3f3f3f;
  padding: 0;
  outline: none
}

.brg_editorial_mobile_search #brg_editorial_mobile_search__search-results {
  overflow: scroll
}

.brg_editorial_mobile_search #brg_editorial_mobile_search__search-results .brg_autocomplete__img {
  -o-object-fit: contain;
  object-fit: contain
}

.brg_score {
  color: #666;
  display: inline-block;
  background-image: url(assets/img/checkbox-8ceaeaaea9d129be6fa6c6e565673ef8afe8728b3e777a29cdb9943b8b8c37be.png);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(assets/best_reviews/score/checkbox-03cefe3f166b4a53b3d2c08ef9a171c71ec14bdaf0f63a99628a1d3fc574a801.svg);
  background-image: linear-gradient(transparent, transparent), url(assets/best_reviews/score/checkbox-03cefe3f166b4a53b3d2c08ef9a171c71ec14bdaf0f63a99628a1d3fc574a801.svg);
  background-position: right 8px;
  background-repeat: no-repeat;
  background-size: 26px;
  padding-right: 15px
}

.brg_score__value {
  display: block;
  font-size: 32px;
  font-weight: 300;
  padding: 0 13px;
  text-align: center
}

@media(max-width: 767px) {
  .brg_score {
    background-size: 20px
  }

  .brg_score__value {
    font-size: 25px;
    padding: 0 10px
  }
}

.brg_score--with-label .brg_score__value {
  border-bottom: 0
}

.brg_score--with-label .brg_score__label {
  background: #34c2f0;
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 18px;
  padding: 0 5px
}

.brg_intro {
  background-color: #b8c0c3;
  background-image: url(/best_reviews/pages/index/intro/intro-0.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 420px !important;
  padding-top: 80px;
  text-align: center
}

.brg_intro.vegas-container {
  overflow: visible !important
}

.brg_intro__logo {
  margin: 0 auto
}

.brg_intro__logo-xs {
  display: none
}

.brg_intro .brg_search-form {
  margin-top: 27px
}

.brg_intro .brg_search-form .brg_input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.brg_intro .brg_search-form__no-result {
  background-color: #000;
  background-color: rgba(0, 0, 0, .46);
  color: #17baef;
  font-size: 35px;
  font-weight: 400;
  margin: 20px 0 40px;
  padding: 10px;
  text-align: center
}

.brg_intro .brg_search-form__no-result-caption {
  color: #fff;
  display: block;
  font-size: 18px
}

@media(min-width: 768px) and (max-width:991px) {
  .brg_intro .brg_search-form__no-result {
    font-size: 24px
  }

  .brg_intro .brg_search-form__no-result-caption {
    font-size: 15px
  }
}

@media(max-width: 767px) {
  .brg_intro {
    height: 340px !important
  }

  .brg_intro__logo {
    display: none
  }

  .brg_intro__logo-xs {
    display: block
  }

  .brg_intro .brg_search-form {
    margin-top: 27px
  }

  .brg_intro .brg_search-form__no-result {
    font-size: 16px
  }

  .brg_intro .brg_search-form__no-result-caption {
    font-size: 12px
  }
}

.brg_section-title {
  font-size: 25px;
  line-height: 27px;
  font-weight: 300;
  margin: 0 0 25px
}

.brg_section-title__text,
.brg_section-title__caption {
  display: block;
  text-transform: capitalize
}

.brg_section-title__text {
  float: left
}

.brg_section-title--main_title {
  margin: 10px
}

.brg_section-title__date {
  font-size: 25px
}

@media(max-width: 767px) {
  .brg_section-title__date {
    font-size: 15px
  }
}

.brg_section-title__caption {
  font-size: 16px;
  font-weight: 400;
  float: right
}

.brg_section-title--large {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 30px
}

.brg_section-title--underlined {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px
}

.brg_section-title--uppercase {
  text-transform: uppercase
}

.brg_section-title--centered {
  text-align: center
}

.brg_section-title--centered .brg_section-title__text,
.brg_section-title--centered .brg_section-title__caption {
  float: none
}

@media(max-width: 767px) {
  .brg_section-title {
    font-size: 21px;
    margin-bottom: 10px;
    text-align: center
  }

  .brg_section-title__text,
  .brg_section-title__caption {
    float: none
  }

  .brg_section-title__caption {
    font-size: 14px
  }
}

.brg_section-title--oops {
  color: #4fc7ef;
  font-family: open sans, sans-serif;
  padding: 0 0 20px;
  text-align: center
}

.brg_section-title--oops .brg_section-title__text,
.brg_section-title--oops .brg_section-title__caption {
  display: inline-block;
  float: none;
  vertical-align: bottom
}

.brg_section-title--oops .brg_section-title__text {
  font-size: 100px;
  line-height: 80px;
  text-shadow: -2px 3px 0 #e6e6e6
}

.brg_section-title--oops .brg_section-title__caption {
  font-size: 25px;
  line-height: 27px;
  text-align: left
}

@media(max-width: 767px) {
  .brg_section-title--oops {
    margin: 0 0 25px !important;
    padding: 0
  }

  .brg_section-title--oops .brg_section-title__text,
  .brg_section-title--oops .brg_section-title__caption {
    display: block
  }

  .brg_section-title--oops .brg_section-title__text {
    font-size: 60px;
    line-height: 40px
  }

  .brg_section-title--oops .brg_section-title__caption {
    font-size: 20px;
    line-height: 22px;
    margin: 10px 0 0;
    padding: 20px 0 0;
    text-align: inherit
  }

  .brg_section-title--oops .brg_section-title__caption br {
    display: none
  }
}

.brg_product-card {
  border-top: 1px solid #f1f1f1;
  font-weight: 300;
  -webkit-transition: ease .5s all;
  transition: ease .5s all
}

.brg_product-card__rank {
  border-bottom: 1px solid #e6e6e6;
  color: #b3b3b3;
  display: inline-block;
  font-size: 35px
}

.brg_product-card__img-wrapper,
.brg_product-card__title,
.brg_product-card__brand,
.brg_product-card__reviews-count {
  display: block
}

.brg_product-card__img {
  display: inline-block;
  -webkit-transition: ease .5s all;
  transition: ease .5s all
}

.brg_product-card__img-wrapper {
  height: 100px;
  line-height: 100px;
  max-width: 160px
}

.brg_product-card__content {
  text-align: left;
  padding: 15px 0
}

.brg_product-card__title {
  height: 65px;
  font-size: 21px;
  overflow: hidden;
  color: #666;
  word-break: break-word
}

.brg_product-card__brand,
.brg_product-card__reviews-count {
  font-weight: 400
}

.brg_product-card__brand {
  color: #17baef;
  font-size: 18px
}

.brg_product-card__reviews-count {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #0c86ae;
  font-size: 14px
}

.brg_product-card__price {
  white-space: nowrap;
  font-weight: 400;
  color: #1389b0
}

.brg_product-card__price--tiles {
  color: #177cef;
  float: right
}

.brg_product-card__price__logo {
  width: 50px;
  margin-left: 5px
}

.brg_product-card__price__container {
  margin-top: 5px
}

@media(max-width: 991px) {
  .brg_product-card__reviews-count {
    color: #c6c6c6
  }
}

@media(max-width: 767px) {
  .brg_product-card__rank {
    background: #58e6f9;
    background: rgba(88, 230, 249, .85);
    border: 0;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    font-family: questrial, sans-serif;
    height: 30px;
    left: 7px;
    line-height: 30px;
    position: absolute;
    top: 4px;
    width: 30px;
    z-index: 100
  }

  .brg_product-card__title {
    font-size: 15px
  }

  .brg_product-card__brand {
    font-size: 13px
  }

  .brg_product-card__reviews-count {
    font-size: 13px
  }
}

.brg_product-card--clickable:hover .brg_product-card__img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.brg_category-card {
  outline: none
}

.brg_category-card__link {
  color: #666;
  display: block;
  text-decoration: none;
  outline: none
}

.brg_category-card__title {
  -webkit-transition: all .5s cubic-bezier(0, 1, .5, 1);
  transition: all .5s cubic-bezier(0, 1, .5, 1);
  background: #34c2f0;
  color: #fff;
  font-size: 22px;
  height: 0;
  padding: 0 15px;
  text-align: center
}

.brg_category-card__title:after {
  content: "";
  font-family: brg-icons;
  position: absolute;
  right: 12px;
  top: 25px
}

.brg_category-card__img {
  max-height: 170px;
  border-radius: 10px;
  display: inline-block;
  -webkit-transition: all .6s ease;
  transition: all .6s ease
}

.brg_category-card__img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 170px;
  line-height: 170px;
  margin: 21px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.brg_category-card__images {
  overflow: hidden
}

.brg_category-card__images-container {
  -webkit-transition: ease .5s all;
  transition: ease .5s all
}

.brg_category-card__stats {
  display: table;
  table-layout: fixed;
  padding: 0 10px 10px;
  width: 100%
}

.brg_category-card__stats-item {
  display: table-cell;
  vertical-align: bottom
}

.brg_category-card__details {
  text-align: center
}

.brg_category-card__product-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  height: 45px;
  padding: 5px 10px;
  margin-top: 15px;
  overflow: hidden
}

.brg_category-card__product-brand {
  font-weight: 700
}

.brg_category-card__reviews-count {
  font-size: 13px;
  padding: 0 10px 10px 0;
  text-align: right
}

.brg_category-card__content {
  background: #fff;
  border: 1px solid #e6e6e6;
  position: relative;
  border-radius: 9px;
  overflow: hidden;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  outline: none
}

.brg_category-card__content:hover {
  border-radius: 15px;
  -webkit-box-shadow: 2px 2px 5px #dbd9d9;
  box-shadow: 2px 2px 5px #dbd9d9;
  -webkit-transition: all .6s ease;
  transition: all .6s ease
}

.brg_category-card__content:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all .6s ease;
  transition: all .6s ease
}

.brg_category-card:hover .brg_category-card__images-container {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all .6s ease;
  transition: all .6s ease
}

@media(max-width: 767px) {
  .brg_category-card__product-name {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px
  }

  .brg_category-card__img-wrapper {
    height: 110px;
    line-height: 110px;
    margin: 15px 30px 20px
  }

  .brg_category-card__reviews-count {
    display: none
  }
}

@media(min-width: 768px) {
  .brg_category-card--popular:hover .brg_category-card__title {
    display: block;
    height: 80px;
    padding-bottom: 10px;
    padding-top: 10px;
    -webkit-transition: ease .5s all;
    transition: ease .5s all
  }
}

.brg_category-card--trending .brg_category-card__img {
  -webkit-transition: ease .5s all;
  transition: ease .5s all
}

.brg_category-card--trending .brg_category-card__img-wrapper {
  height: 190px
}

.brg_category-card--trending .brg_category-card__content {
  height: 300px;
  -webkit-box-shadow: 0 2px 2px #eee;
  box-shadow: 0 2px 2px #eee
}

@media(max-width: 767px) {
  .brg_category-card--trending .brg_category-card__product-name {
    font-size: 15px
  }
}

.brg_category-card--trending:hover .brg_category-card__img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: ease .5s all;
  transition: ease .5s all
}

.brg_category-card--trending:hover .brg_btn--info {
  background: #55daf9
}

.brg_category-card--trending.brg_category-card--top {
  overflow: hidden
}

.brg_category-card--trending.brg_category-card--top .brg_category-card__img-wrapper {
  height: inherit;
  line-height: inherit;
  margin: 0
}

.brg_category-card--trending.brg_category-card--top .brg_category-card__details {
  bottom: 24px;
  left: 13px;
  position: absolute;
  text-align: left;
  z-index: 100
}

.brg_category-card--trending.brg_category-card--top .brg_category-card__product-name {
  margin-top: 12px
}

@media(max-width: 767px) {
  .brg_category-card--trending.brg_category-card--top .brg_category-card__img {
    border: 1px solid #e6e6e6
  }

  .brg_category-card--trending.brg_category-card--top .brg_category-card__img-wrapper {
    height: 130px;
    line-height: 130px;
    margin-bottom: 12px
  }

  .brg_category-card--trending.brg_category-card--top .brg_category-card__details {
    position: static;
    text-align: center
  }

  .brg_category-card--trending.brg_category-card--top .brg_category-card__content {
    background: 0 0;
    border: 0;
    height: auto
  }
}

.brg_category-card--related {
  margin-bottom: 15px
}

.brg_category-card--related .brg_category-card__product-name {
  background: #666;
  color: #fff;
  font-size: 16px;
  left: 0;
  min-height: 80px;
  margin: 0;
  padding: 6px 20px;
  position: absolute;
  top: 0;
  width: 100%
}

.brg_category-card--related .brg_category-card__content {
  padding: 80px 0 0
}

@media(max-width: 767px) {
  .brg_category-card--related {
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .brg_category-card--related .brg_category-card__product-name,
  .brg_category-card--related .brg_category-card__img-wrapper {
    display: table-cell;
    vertical-align: middle
  }

  .brg_category-card--related .brg_category-card__product-name {
    background: 0 0 !important;
    color: #666;
    width: 100%;
    height: auto;
    padding: 10px 5px;
    position: static;
    white-space: initial
  }

  .brg_category-card--related .brg_category-card__stats {
    display: none
  }

  .brg_category-card--related .brg_category-card__content {
    display: table;
    padding: 8px 15px;
    table-layout: fixed;
    width: 100%
  }
}

.brg_category-card--related.brg_category-card--inverted-title .brg_category-card__product-name {
  background: #17baef
}

.brg_category-card--related.brg_category-card--inverted-title .brg_category-card__product-name__container {
  height: 70px;
  overflow: hidden
}

.brg_category-card--related.brg_category-card--inverted-title:hover .brg_category-card__product-name {
  background: #42cbea
}

@media(max-width: 767px) {
  .brg_category-card--related.brg_category-card--inverted-title .brg_category-card__product-name {
    color: #17baef
  }
}

.brg_category-card--deal {
  -webkit-box-shadow: 4px 4px 8px #ccc;
  box-shadow: 4px 4px 8px #ccc
}

.brg_category-card--deal .brg_category-card__title {
  height: auto;
  overflow: visible;
  background: 0 0;
  border-top: 1px solid #d8d8d8;
  color: #666;
  font-size: 18px;
  padding: 10px 10px 15px
}

.brg_category-card--deal .brg_category-card__title,
.brg_category-card--deal .brg_category-card__title:after {
  display: block;
  position: static;
  text-align: center
}

.brg_category-card--deal .brg_category-card__title:after {
  content: "See the Top 10 >";
  color: #109fff;
  font-family: inherit;
  font-size: 16px
}

.brg_category-card--deal .brg_category-card__reviews-count {
  padding: 10px;
  text-align: left
}

.brg_category-card--deal .brg_category-card__content:after {
  background-image: url(assets/img/checkbox-8ceaeaaea9d129be6fa6c6e565673ef8afe8728b3e777a29cdb9943b8b8c37be.png);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(assets/best_reviews/score/checkbox-03cefe3f166b4a53b3d2c08ef9a171c71ec14bdaf0f63a99628a1d3fc574a801.svg);
  background-image: linear-gradient(transparent, transparent), url(assets/best_reviews/score/checkbox-03cefe3f166b4a53b3d2c08ef9a171c71ec14bdaf0f63a99628a1d3fc574a801.svg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 26px;
  content: "";
  height: 30px;
  position: absolute;
  right: 4px;
  top: 3px;
  width: 30px;
  z-index: 100
}

.brg_compare-prices__item {
  border-top: 1px solid #dce1e2
}

.brg_compare-prices__item:first-child {
  border: 0
}

.brg_compare-prices__link {
  color: #666;
  display: block
}

.brg_compare-prices__link:hover {
  background: #efefef
}

.brg_compare-prices__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.brg_compare-prices__used-price span {
  font-size: 13px;
  font-weight: 400;
  color: #0c86ae
}

.brg_compare-prices__img-wrapper,
.brg_compare-prices__price,
.brg_compare-prices__used-price,
.brg_compare-prices__actions {
  display: table-cell;
  vertical-align: middle;
  width: 25%;
  text-align: center;
  margin: 0 5px
}

.brg_compare-prices__img {
  display: inline-block
}

.brg_compare-prices__img-wrapper {
  height: auto;
  line-height: 30px
}

.brg_compare-prices__price {
  text-align: center;
  margin-right: 20px;
  white-space: nowrap
}

.brg_compare-prices__actions {
  text-align: right
}

@media(max-width: 991px) {
  .brg_compare-prices__actions {
    text-align: center
  }
}

.brg_compare-prices__actions .brg_btn {
  width: 100%;
  padding: 9px 15px
}

.brg_shopping-guide {
  color: #666;
  font-size: 17px;
  font-weight: 300;
  padding: 30px 0 0;
  background: #fff;
  line-height: 1.8;
  border: 1px solid #eee
}

.brg_shopping-guide__title {
  color: #666;
  font-size: 30px;
  font-weight: 300;
  margin: 0;
  padding: 0
}

.brg_shopping-guide__title-highlight {
  color: #36c1ee;
  font-weight: 400
}

.brg_shopping-guide__author {
  color: #0c86ae;
  display: block;
  font-size: 20px;
  font-weight: 300;
  margin-top: 18px
}

.brg_shopping-guide__content {
  padding: 0 60px
}

.brg_shopping-guide__content p {
  margin-bottom: 5px
}

.brg_shopping-guide__intro {
  margin: 38px 0 48px;
  line-height: 2
}

.brg_shopping-guide .brg_collapse-heading {
  background-color: #f7f7f7;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  color: #36c1ee;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  padding: 12px 61px
}

.brg_shopping-guide .brg_collapse-heading:after {
  content: "";
  font-family: brg-icons;
  display: inline-block;
  margin-left: 29px
}

.brg_shopping-guide .brg_collapse-content {
  padding: 47px 64px;
  line-height: 1.8
}

.brg_shopping-guide .brg_collapse-content ul {
  padding-left: 20px
}

.brg_shopping-guide .brg_collapse-content p {
  margin-bottom: 5px
}

.brg_shopping-guide .brg_collapse-content strong {
  color: #0c86ae
}

.brg_shopping-guide .brg_collapse__item--expanded .brg_collapse-heading:after {
  content: ""
}

.brg_shopping-guide .brg_collapse__item:last-child .brg_collapse-content {
  padding-bottom: 120px
}

@media(max-width: 767px) {
  .brg_shopping-guide {
    padding: 20px 0 0
  }

  .brg_shopping-guide__title {
    font-size: 18px
  }

  .brg_shopping-guide__title-highlight {
    display: block
  }

  .brg_shopping-guide__author {
    font-size: 16px;
    margin-top: 5px
  }

  .brg_shopping-guide__content {
    padding: 0 15px
  }

  .brg_shopping-guide__intro {
    margin: 18px 0 28px
  }

  .brg_shopping-guide .brg_collapse-heading {
    font-size: 18px;
    padding: 6px 21px
  }

  .brg_shopping-guide .brg_collapse-heading:after {
    margin-left: 19px
  }

  .brg_shopping-guide .brg_collapse-content {
    padding: 17px 14px
  }

  .brg_shopping-guide .brg_collapse-content ul li+li {
    margin-top: 15px
  }

  .brg_shopping-guide .brg_collapse__item:last-child .brg_collapse-content {
    padding-bottom: 20px
  }
}

.breadcrumbs {
  display: none;
  list-style: none;
  float: left;
  padding: 0;
  margin: 15px 0 0
}

@media(max-width: 767px) {
  .breadcrumbs {
    float: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.5;
    padding: 5px;
    margin-bottom: 5px
  }
}

@media(min-width: 992px) {
  .breadcrumbs {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
  }
}

.breadcrumbs__item {
  font-size: 18px;
  font-weight: 300;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.breadcrumbs__item:before {
  content: ">";
  color: #17baef;
  margin-left: 5px
}

.breadcrumbs__item:first-child:before {
  color: transparent;
  margin: -5px
}

.breadcrumbs__item:hover {
  font-weight: 900
}

.brg_related_lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3%
}

.brg_related_lists__item {
  overflow: hidden
}

.brg_related_lists__item__container,
.brg_related_lists__item__link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: auto;
  min-height: 290px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.brg_related_lists__item__container:last-child,
.brg_related_lists__item__link:last-child {
  margin-right: 0
}

.brg_related_lists__item__container:hover,
.brg_related_lists__item__link:hover {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-box-shadow: 0 0 5px #d8d8d8;
  box-shadow: 0 0 5px #d8d8d8
}

@media(min-width: 767px) {

  .brg_related_lists__item__container,
  .brg_related_lists__item__link {
    margin-right: 15px
  }
}

@media(max-width: 767px) {

  .brg_related_lists__item__container,
  .brg_related_lists__item__link {
    margin-bottom: 20px
  }
}

@media(max-width: 767px) {
  .brg_related_lists {
    display: block
  }
}

.brg_related_lists__title {
  color: #fff;
  height: 50px;
  line-height: 2.5;
  font-size: 21px;
  font-weight: 100;
  text-align: center;
  word-break: break-word;
  background-color: #17baef
}

.brg_related_lists__title--xl {
  margin-top: 0;
  font-weight: 100;
  text-align: center
}

.brg_related_lists__img-wrapper {
  padding: 35px
}

.dws .dws-product-card__position {
  font-size: 16px
}

.dws .dws-product-card__badge {
  padding: 6px 9px
}

@media(max-width: 767px) {
  .dws .dws-product-card__badge {
    left: 36px;
    top: 7px
  }
}

.dws .dws-product-card__coupon-container-product {
  margin-bottom: 26px
}

.dws .dws-product-card__coupon-container {
  width: 100%
}

@media(max-width: 767px) {
  .dws .dws-product-card__coupon-container {
    margin-top: 0;
    margin-bottom: 4px;
    height: 63px
  }
}

.dws .dws-product-card__coupon-heading {
  font-size: 15px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #9c9c9c
}

.dws .dws-product-card__coupon-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 4px 0 0;
  padding: 8px;
  border-radius: 4px;
  background-color: #fafafa;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer
}

.dws .dws-product-card__coupon-logo {
  width: 24px;
  height: 24px;
  background-image: url(assets/img/amazon-icon-43f371379cb5e03a1c4479e0c3b08685072315d0eebade15718d0d829a1a8b01.svg)
}

.dws .dws-product-card__coupon-check {
  background-image: url(assets/img/icon-check-72e5a59de54e6b785fd5acd60f1b6a442ad85e63bc90480ef9930e8bcbc26da5.svg)
}

.dws .dws-product-card__coupon-text {
  margin-left: 8px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: 1px;
  color: #696969
}

.dws .dws-product-card__coupon-copy {
  width: 15px;
  height: 13px;
  background-image: url(assets/img/copy-clipboard-4ef221335c9f829dfff7e7d3c877139fbc71c116d7d8695dda1975b23bfe042a.svg)
}

@media(max-width: 767px) {
  .dws .dws-product-card__coupon-copy {
    height: 12px
  }
}

.dws .dws-product-card__popup-background {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(3, 3, 3, .5);
  opacity: 1;
  z-index: 1000;
  display: none
}

.dws .dws-product-card__popup {
  margin: auto;
  padding: 40px 0 40px 40px;
  width: 792px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fcfdff;
  background-image: url(assets/img/shape-cd315603b95f638ed3f8e6d474dc8a6c93afc765fc668efd1ee5857cf944d811.svg);
  background-repeat: no-repeat;
  background-position: right;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 18, 157, .2), 0 1px 10px 0 rgba(0, 18, 157, .12), 0 5px 5px 0 rgba(0, 0, 0, .14);
  box-shadow: 0 2px 4px -1px rgba(0, 18, 157, .2), 0 1px 10px 0 rgba(0, 18, 157, .12), 0 5px 5px 0 rgba(0, 0, 0, .14)
}

@media(max-width: 767px) {
  .dws .dws-product-card__popup {
    background-image: url(assets/img/shape-mobile-6e232ce1bdcc8828be4f939ab17fa5e0040e7fa8385cc1a98284e5b7e5f50329.svg);
    background-repeat: no-repeat;
    background-position: bottom
  }
}

.dws .dws-product-card__popup .dws-product-card__coupon-content {
  width: 390px;
  margin-bottom: 8px
}

@media(max-width: 767px) {
  .dws .dws-product-card__popup .dws-product-card__coupon-content {
    width: 100%
  }
}

.dws .dws-product-card__popup .dws-product-card__coupon-text {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: 1px;
  color: dimgray
}

.dws .dws-product-card__popup .brg_editorial_product__button {
  max-width: 390px
}

.dws .dws-product-card__popup .clickout {
  cursor: default;
  opacity: .5
}

.dws .dws-product-card__popup .clickout .brg_editorial_product__button {
  cursor: default
}

.dws .dws-product-card__popup .clickout-active {
  cursor: pointer;
  opacity: 1
}

.dws .dws-product-card__popup .clickout-active .brg_editorial_product__button {
  cursor: pointer
}

@media(max-width: 767px) {
  .dws .dws-product-card__popup {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 288px;
    padding: 40px 16px 32px
  }
}

.dws .dws-product-card__popup-heading {
  font-size: 32px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #030303
}

@media(max-width: 767px) {
  .dws .dws-product-card__popup-heading {
    font-size: 28px
  }
}

.dws .dws-product-card__popup-subheading {
  font-size: 17px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  color: #030303;
  margin-top: 8px;
  margin-bottom: 50px
}

@media(max-width: 767px) {
  .dws .dws-product-card__popup-subheading {
    margin-bottom: 16px;
    font-size: 12px
  }
}

.dws .dws-product-card__popup-image {
  margin: 29px 25px 27px 0;
  max-width: 160px;
  max-height: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  mix-blend-mode: multiply
}

@media(max-width: 767px) {
  .dws .dws-product-card__popup-image {
    margin: 20px 0 0;
    max-width: 120px;
    max-height: 120px
  }
}

.dws .dws-product-card__popup-close {
  background-image: url(assets/img/icon-close-ba1050e1f3f81055451469303526ac0db39d1d02cd607b4605137a8a648f43d1.svg);
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  top: 0;
  margin: 16px;
  cursor: pointer
}

.dws .brg_editorial_product__item__center {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.dws .brg_editorial_product__title--container {
  margin-top: 20px
}

.dws .brg_editorial_product__button:hover {
  background-color: #ffb600
}

.dws .brg_editorial_product__button {
  border-radius: 4px
}

.dws .brg_editorial_product__button {
  background-color: #ffb600
}

@media(max-width: 767px) {
  .dws .brg_editorial_product__badge-wrapper {
    position: absolute;
    left: -13px;
    top: -13px
  }
}

@media(max-width: 767px) {
  .dws .brg_editorial_product__title {
    margin: 0
  }
}

.dws .brg_editorial_product__item.desktop {
  height: 220px
}

.dws .brg_editorial_product__brand.desktop {
  margin-top: 0
}

@media(max-width: 767px) {
  .dws .brg_editorial_product__brand {
    margin-top: -15px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white)
  }
}

@media(max-width: 767px) {
  .dws .brg_editorial_product__vertical {
    width: 100%
  }
}

@media(max-width: 767px) {
  .dws .brg_editorial_product__img__wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
}

@media(max-width: 767px) {
  .dws .brg_editorial_product__score {
    margin-bottom: 15px
  }
}

@media(max-width: 767px) {
  .dws .brg_editorial_product__button-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%
  }
}

@media(max-width: 767px) {
  .dws .brg_editorial_product__button {
    max-width: 100%
  }
}

.dws_success_copy .dws-product-card__popup-heading {
  font-size: 14px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #030303
}

.dws_success_copy .dws-product-card__popup {
  padding: 16px 0 16px 16px;
  width: 411px;
  background-image: url(assets/img/shape-copy-a76591e8e3002535b69812d5728cb8386a2c7c63b7335416e0e644340778f855.svg)
}

@media(max-width: 767px) {
  .dws_success_copy .dws-product-card__popup {
    background-image: none;
    width: 236px;
    height: 40px;
    border-radius: 4px;
    background-color: #00133f;
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.dws_success_copy .dws-product-card__popup-background {
  top: initial;
  left: initial;
  background: 0 0;
  bottom: 40px;
  right: 40px
}

@media(max-width: 767px) {
  .dws_success_copy .dws-product-card__popup-background {
    bottom: 0;
    left: 0;
    right: 0
  }
}

.dws_success_copy .dws-product-card__popup-heading {
  margin-bottom: 34px;
  width: 140px;
  font-weight: 400
}

@media(max-width: 767px) {
  .dws_success_copy .dws-product-card__popup-heading {
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #fff;
    width: 180px;
    margin: 0
  }
}

.dws_success_copy .dws-product-card__popup-go-to-amazon {
  font-size: 16px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: .29px;
  color: #ffb600;
  cursor: pointer !important;
  opacity: 1 !important
}

.dws_success_copy .dws-product-card__popup-image {
  max-width: 108px;
  max-height: 108px;
  margin: 0 48px 0 0
}

.dws_success_copy .dws-product-card__popup-close {
  background-image: url(assets/img/icon-close-copy-desktop-52d5635d781db8ae92b12613ac50e0c448cad22420c2aa4d402db529c237a1c3.svg);
  position: absolute;
  width: 16px;
  height: 16px
}

@media(max-width: 767px) {
  .dws_success_copy .dws-product-card__popup-close {
    margin: 12px
  }
}

.dws_success_copy .brg_editorial_product__img {
  max-height: 100%;
  max-width: 100%
}

.dws_widget_success_copy {
  position: fixed;
  max-height: 48px;
  width: 288px;
  bottom: -48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 14px 24px;
  border-radius: 24px;
  background-color: #56a5fa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: bottom .3s ease-out, opacity .3s ease-out;
  transition: bottom .3s ease-out, opacity .3s ease-out
}

.dws_widget_success_copy span {
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  color: #fff
}

.dws_sponsored__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background-color: #f1fcff
}

.dws_sponsored__container .dws_sponsored__content {
  padding: 0 15px;
  width: calc(100% - 232px * 2);
  max-width: 1100px
}

@media(max-width: 767px) {
  .dws_sponsored__container .dws_sponsored__content {
    padding: 0;
    width: calc(100% - 24px * 2)
  }
}

@media(min-width: 767px) {
  .dws_sponsored__container .dws_sponsored__content {
    width: calc(100% - 24px * 2)
  }
}

@media(min-width: 1025px) {
  .dws_sponsored__container .dws_sponsored__content {
    width: 980px
  }
}

@media(min-width: 1200px) {
  .dws_sponsored__container .dws_sponsored__content {
    width: 1100px
  }
}

@media(min-width: 1400px) {
  .dws_sponsored__container .dws_sponsored__content {
    width: calc(100% - 232px * 2)
  }
}

.dws_sponsored__container .dws_sponsored__content-title {
  font-size: 35px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -2.1px;
  color: #021541;
  margin: 60px 0 0
}

@media(max-width: 767px) {
  .dws_sponsored__container .dws_sponsored__content-title {
    font-size: 28px
  }
}

.dws_sponsored__container .dws_sponsored__content-subtitle {
  margin-bottom: -22px;
  font-size: 16px;
  color: #000
}

@media(max-width: 767px) {
  .dws_sponsored__container .dws_sponsored__content-subtitle {
    font-size: 12px
  }
}

.dws_sponsored__container .dws_sponsored__content-products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 24px;
  -ms-overflow-style: none;
  scrollbar-width: none
}

.dws_sponsored__container .dws_sponsored__content-products::-webkit-scrollbar {
  display: none
}

@media(max-width: 1024px) {
  .dws_sponsored__container .dws_sponsored__content-products {
    width: 100%;
    overflow-y: scroll;
    padding: 0 calc(50% - 226px/2);
    -webkit-scroll-snap-type: x proximity;
    -ms-scroll-snap-type: x proximity;
    scroll-snap-type: x proximity
  }
}

.dws_sponsored__container .dws_sponsored__content-products-wrapper {
  width: 100%;
  overflow-y: scroll;
  margin-bottom: 50px
}

@media(max-width: 1024px) {
  .dws_sponsored__container .dws_sponsored__content-products-wrapper {
    padding-left: calc(50% - 226px/2);
    padding-right: calc(50% - 226px/2)
  }
}

@media(min-width: 1025px) {
  .dws_sponsored__container .dws_sponsored__content-products-wrapper {
    overflow-y: initial
  }
}

.dws_sponsored__container .dws_sponsored__content-product {
  scroll-snap-align: center;
  margin-top: 56px;
  margin-bottom: 10px;
  min-width: 230px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .16);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .16);
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 16px 16px
}

.dws_sponsored__container .dws_sponsored__content-product-stars-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%
}

.dws_sponsored__container .dws_sponsored__content-product-stars {
  margin-top: 5px;
  height: 24px;
  width: 104px
}

.dws_sponsored__container .dws_sponsored__content-product-stars-active {
  background-image: url(assets/img/amazon-choice-de39a1e433fa8e322b168beed69058e43a1dce0f7f169cc39522555c0a6ff2d2.svg)
}

.dws_sponsored__container .dws_sponsored__content-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.dws_sponsored__container .dws_sponsored__content-dot {
  width: 8px;
  height: 8px;
  margin: 16px;
  opacity: .5;
  background-color: #acb4b9;
  border-radius: 8px
}

@media(min-width: 1025px) {
  .dws_sponsored__container .dws_sponsored__content-dot {
    display: none
  }
}

.dws_sponsored__container .dws_sponsored__content-dot-selected {
  background-color: #5e686e
}

.dws_sponsored__container .dws_sponsored__content .brg_editorial_product__badge-wrapper {
  position: absolute;
  left: -21px;
  top: -21px
}

.dws_sponsored__container .dws_sponsored__content .dws-product-card__discount {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(assets/img/discount-badge-1cb44289748b6d0bd2e877862aeecf142774ba2ce58523918ebee7f925b7cc3e.svg)
}

.dws_sponsored__container .dws_sponsored__content .dws-product-card__best-seller {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(assets/img/amazon-badge-48354862a1826548af42a9f48553afab1c1bce26b54ad8180c0ce3ba85706e20.svg)
}

.dws_sponsored__container .dws_sponsored__content .dws-product-card__editors {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(assets/img/experts-badge-728b0b5a94ab0e0e94e0f21cd1c0d46f780ed0b987d69d6b4bfa993a45572360.svg)
}

.dws_sponsored__container .dws_sponsored__content .dws-product-card__bargain {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(assets/img/bargain-badge-1e043929a72f6efa26c9209bffca0ed4404cb2ab88efbe5041d3242cc4cb86ea.svg)
}

.dws_sponsored__container .dws_sponsored__content .dws-product-card__popular {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(assets/img/popular-badge-2a501f0636ae2a4361d0a76f34f6d2f52eff2ffeed2b9cef5e689f6037d82320.svg)
}

.dws_sponsored__container .dws_sponsored__content .dws-product-card__badge {
  white-space: nowrap;
  left: 37px;
  top: 7px;
  width: auto
}

.dws_sponsored__container .dws_sponsored__content .brg_editorial_product__img__wrapper {
  margin: initial
}

.dws_sponsored__container .dws_sponsored__content .brg_editorial_product__img {
  max-width: 160px;
  max-height: 120px
}

.dws_sponsored__container .dws_sponsored__content .brg_editorial_product__title {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: -1.08px;
  color: #021541;
  margin-top: -20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white)
}

.dws_sponsored__container .dws_sponsored__content .dws-product-card__coupon-container {
  margin-top: 24px;
  height: 64px
}

.dws_sponsored__container .dws_sponsored__content .dws-product-card__coupon-container-empty {
  height: 0
}

.dws_sponsored__container .dws_sponsored__content .brg_editorial_product__item__bottom {
  width: 100%;
  margin-top: 4px
}

.dws_sponsored__container .dws_sponsored__content .brg_editorial_product__button-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.dws_sponsored__container .dws_sponsored__content .brg_editorial_product__button {
  font-weight: 600;
  color: #ffb600;
  background: #fff;
  border-radius: 4px;
  border: solid 2px #ffb600
}

.dws_sponsored__container .dws_sponsored__content .dws-product-card__coupon-copy {
  height: 12px
}

@media(max-width: 767px) {
  .dws_sponsored__container__fake_block {
    display: none
  }
}

@media(min-width: 767px) {
  .dws_sponsored__container__fake_block {
    margin-top: 28px;
    margin-bottom: 28px;
    height: 590px
  }
}

@media(min-width: 767px) {
  .dws_sponsored__container__fake_block_short {
    height: 517px
  }
}

@media(max-width: 767px) {
  .dws_sponsored_in_list {
    margin-left: -15px;
    width: calc(100% + 30px);
    margin-top: 28px;
    margin-bottom: 28px
  }
}

@media(min-width: 767px) {
  .dws_sponsored_in_list {
    margin-top: 28px;
    margin-bottom: 28px;
    position: absolute;
    margin-left: calc((100% - 720px)/2 * -1);
    height: 590px
  }
}

@media(min-width: 992px) and (max-width:1200px) {
  .dws_sponsored_in_list {
    margin-left: calc((100% - 940px)/2 * -1)
  }
}

@media(min-width: 1025px) {
  .dws_sponsored_in_list {
    margin-left: calc((100% - 940px)/2 * -1)
  }
}

@media(min-width: 1200px) {
  .dws_sponsored_in_list {
    margin-left: calc((100% - 1070px)/2 * -1)
  }
}

@media(min-width: 767px) {
  .dws_sponsored_in_list .dws_sponsored__content {
    width: 750px
  }
}

@media(min-width: 992px) and (max-width:1200px) {
  .dws_sponsored_in_list .dws_sponsored__content {
    width: 980px
  }
}

@media(min-width: 1025px) {
  .dws_sponsored_in_list .dws_sponsored__content {
    width: 980px
  }
}

@media(min-width: 1200px) {
  .dws_sponsored_in_list .dws_sponsored__content {
    width: 1100px
  }
}

@media(min-width: 767px) {
  .dws_sponsored_in_list-short {
    height: 517px
  }
}

.dws_sponsored__content-product-old .brg_editorial_product__badge-yellow {
  background-color: #e7cd60 !important
}

.dws_sponsored__content-product-old .brg_editorial_product__button {
  color: #78c02a !important;
  border: solid 2px #78c02a !important
}

.sponsored_best .brg_editorial_product__sponsored_badge {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(assets/img/sponsored-badge-d5e2743eb08aa63d2ece9ef412835a5b70befd3ee9edb11b18fb733246b489f6.svg)
}

.sponsored_best .brg_editorial_product__flex-wrapper.bottom {
  margin: 16px 0 10px
}

.sponsored_best .brg_editorial_product__item__bottom {
  margin-top: 16px
}

.sponsored_best .brg_editorial_product__button-container {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: none;
  width: 100%
}

.sponsored_best .brg_editorial_product__button {
  max-width: none
}

.sponsored_best .brg_editorial_product__seller_block {
  height: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 14px
}

.sponsored_best .brg_editorial_product__seller_block__logo {
  max-width: 48px;
  max-height: 14px
}

.sponsored_best .brg_editorial_product__seller_block__logo.amazon {
  margin-top: 3px
}

.sponsored_best .brg_editorial_product__seller_block__divider {
  width: 1px;
  height: 10px;
  background: #e8e8e8;
  margin: 0 8px
}

.sponsored_best .brg_editorial_product__seller_block__discount {
  line-height: 18px;
  font-size: 12px;
  letter-spacing: .4px;
  color: #999
}

.sponsored_best .brg_editorial_product__seller_block.desktop {
  margin-top: 0
}

.sponsored_best .brg_editorial_product__img__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column
}

.brg_editorial_product__sibling_related_products_widget {
  height: 336px;
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  background-color: rgba(0, 48, 160, .03) !important
}

@media(max-width: 1200px) {
  .brg_editorial_product__sibling_related_products_widget {
    position: absolute !important;
    left: 0;
    right: 0;
    height: 505px;
    padding-top: 32px !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column
  }
}

@media(max-width: 600px) {
  .brg_editorial_product__sibling_related_products_widget {
    margin-top: 20px
  }
}

.brg_editorial_product__sibling_related_products_widget.brg_editorial_product__item {
  padding: 0;
  min-height: auto;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: static
}

.brg_editorial_product__sibling_related_products_widget__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-top: 72px;
  margin-left: 30px
}

@media(max-width: 1200px) {
  .brg_editorial_product__sibling_related_products_widget__heading {
    margin-top: 0
  }
}

.brg_editorial_product__sibling_related_products_widget__title {
  max-width: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  font-family: montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: .24px;
  color: #00133f
}

.brg_editorial_product__sibling_related_products_widget__title span:first-child {
  display: none
}

.brg_editorial_product__sibling_related_products_widget__title span:last-child::first-letter {
  text-transform: uppercase
}

@media(max-width: 1200px) {
  .brg_editorial_product__sibling_related_products_widget__title {
    max-width: none
  }

  .brg_editorial_product__sibling_related_products_widget__title span:first-child {
    display: inline-block
  }

  .brg_editorial_product__sibling_related_products_widget__title span:last-child::first-letter {
    text-transform: none
  }
}

.brg_editorial_product__sibling_related_products_widget__subtitle {
  margin-top: 10px;
  font-family: montserrat, sans-serif;
  font-size: 16px;
  letter-spacing: .12px;
  color: #00133f
}

.brg_editorial_product__sibling_related_products_widget__slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

@media(max-width: 1200px) {
  .brg_editorial_product__sibling_related_products_widget__slider {
    margin-top: 17px
  }
}

.brg_editorial_product__sibling_related_products_widget__slider__fake_item {
  display: none
}

@media(max-width: 1200px) {
  .brg_editorial_product__sibling_related_products_widget__slider__fake_item {
    display: block;
    width: 37px;
    scroll-snap-align: start;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
}

.brg_editorial_product__sibling_related_products_widget__slider__left_shadow,
.brg_editorial_product__sibling_related_products_widget__slider__right_shadow {
  width: 8px;
  display: none;
  position: absolute;
  left: -8px;
  top: 8px;
  bottom: 8px;
  border-radius: 0 4px 4px 0;
  -webkit-box-shadow: 0 0 8px 8px rgba(0, 19, 63, .16);
  box-shadow: 0 0 8px 8px rgba(0, 19, 63, .16);
  z-index: 2
}

.brg_editorial_product__sibling_related_products_widget__slider__right_shadow {
  left: auto;
  right: -8px;
  border-radius: 4px 0 0 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 19, 63, 0)), color-stop(98%, rgba(0, 19, 63, 0.16)));
  background-image: linear-gradient(to right, rgba(0, 19, 63, 0) 0%, rgba(0, 19, 63, 0.16) 98%)
}

.brg_editorial_product__sibling_related_products_widget__items_container {
  width: 100%;
  padding: 8px 20px 8px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly
}

@media(max-width: 1200px) {
  .brg_editorial_product__sibling_related_products_widget__items_container {
    width: auto;
    padding: 8px 8px 8px 0;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    overflow-x: auto;
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    margin-left: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start
  }
}

.brg_editorial_product__sibling_related_products_widget__items_container::-webkit-scrollbar {
  display: none
}

.brg_editorial_product__sibling_related_products_widget__item_container {
  margin-left: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0
}

.brg_editorial_product__sibling_related_products_widget__item_container.removable {
  display: none
}

@media(max-width: 1200px) {
  .brg_editorial_product__sibling_related_products_widget__item_container.removable {
    display: block
  }
}

@media(max-width: 1200px) {
  .brg_editorial_product__sibling_related_products_widget__item_container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto;
    scroll-snap-align: start;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
}

.brg_editorial_product__sibling_related_products_widget__item_container:nth-child(2) {
  margin-left: 0
}

.brg_editorial_product__sibling_related_products_widget__item_card {
  height: 280px;
  position: relative;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 19, 63, .16);
  box-shadow: 0 0 8px 0 rgba(0, 19, 63, .16);
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 27px 12px 16px;
  overflow: hidden
}

@media(max-width: 1200px) {
  .brg_editorial_product__sibling_related_products_widget__item_card {
    width: 160px
  }
}

.brg_editorial_product__sibling_related_products_widget__item_card__ribbon {
  width: 100px;
  height: 28px;
  position: absolute;
  top: 11px;
  left: -25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e8c948;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.brg_editorial_product__sibling_related_products_widget__item_card__ribbon span {
  font-family: montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -.09px;
  color: #021541
}

.brg_editorial_product__sibling_related_products_widget__item_card__logo_container {
  height: 122px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.brg_editorial_product__sibling_related_products_widget__item_card__logo_container__img {
  max-height: 122px;
  max-width: 122px
}

.brg_editorial_product__sibling_related_products_widget__item_card__title {
  width: 100%;
  margin: 8px 0 10px;
  font-family: montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: normal;
  color: #021541;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}

.brg_editorial_product__sibling_related_products_widget__item_card__title.tall {
  -webkit-line-clamp: 3
}

.brg_editorial_product__sibling_related_products_widget__item_card__coupon_container {
  width: 100%;
  border-radius: 4px;
  padding: 11px 12px 12px;
  background-color: rgba(0, 48, 158, .02);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.brg_editorial_product__sibling_related_products_widget__item_card__coupon_container__code {
  max-width: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: .64;
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #001444
}

@media(max-width: 1200px) {
  .brg_editorial_product__sibling_related_products_widget__item_card__coupon_container__code {
    max-width: 90px
  }
}

.brg_editorial_product__sibling_related_products_widget__item_card__coupon_container__copy_icon {
  width: 13px;
  height: 15px;
  margin-left: 9px
}

.brg_editorial_product__sibling_related_products_widget__fake_item {
  display: none;
  height: 505px;
  margin-top: 25px;
  opacity: 0;
  z-index: -1;
  -webkit-box-shadow: none;
  box-shadow: none
}

@media(max-width: 1200px) {
  .brg_editorial_product__sibling_related_products_widget__fake_item {
    display: block
  }
}

@media(max-width: 600px) {
  .brg_editorial_product__sibling_related_products_widget__fake_item {
    margin-top: 20px
  }
}

.brg_editorial_product__organic_related_products_widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-top: 60px
}

.brg_editorial_product__organic_related_products_widget.brg_editorial_product__item {
  padding: 0;
  min-height: auto;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: static
}

.brg_editorial_product__organic_related_products_widget__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  font-family: montserrat, sans-serif
}

.brg_editorial_product__organic_related_products_widget__title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: .24px;
  color: #00133f
}

@media(max-width: 600px) {
  .brg_editorial_product__organic_related_products_widget__title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .14px;
    color: #000
  }
}

.brg_editorial_product__organic_related_products_widget__subtitle {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: .09px;
  color: #000
}

.brg_editorial_product__organic_related_products_widget__items_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 16px
}

.brg_editorial_product__organic_related_products_widget__item_container {
  width: 49%;
  height: 434px;
  margin-bottom: 45px;
  position: relative;
  overflow: hidden
}

@media(max-width: 600px) {
  .brg_editorial_product__organic_related_products_widget__item_container {
    width: 48%;
    height: 270px
  }
}

.brg_editorial_product__organic_related_products_widget__item_card__ribbon {
  width: 120px;
  height: 35px;
  position: absolute;
  top: 12px;
  left: -31px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e8c948;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

@media(max-width: 600px) {
  .brg_editorial_product__organic_related_products_widget__item_card__ribbon {
    height: 28px;
    top: 12px;
    left: -34px
  }
}

.brg_editorial_product__organic_related_products_widget__item_card__ribbon span {
  font-family: montserrat, sans-serif;
  font-size: 15.6px;
  font-weight: 500;
  letter-spacing: -.11px;
  color: #021541
}

@media(max-width: 600px) {
  .brg_editorial_product__organic_related_products_widget__item_card__ribbon span {
    font-size: 12px;
    letter-spacing: -.09px
  }
}

.brg_editorial_product__organic_related_products_widget__item_card__prime-discount {
  position: absolute;
  top: 10px;
  left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  gap: 10px;
  text-transform: uppercase;
  width: 60px;
  height: 24px;
  background: #00a5dd;
  border-radius: 4px;
  z-index: 1
}

.brg_editorial_product__organic_related_products_widget__item_card__prime-discount span {
  font-family: inter;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #fff
}

.brg_editorial_product__organic_related_products_widget__item_card__logo_container {
  height: 306px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 48, 158, .02);
  margin-bottom: 16px
}

@media(max-width: 600px) {
  .brg_editorial_product__organic_related_products_widget__item_card__logo_container {
    height: 160px
  }
}

.brg_editorial_product__organic_related_products_widget__item_card__logo_container__img {
  max-width: 200px;
  max-height: 200px;
  -o-object-fit: contain;
  object-fit: contain;
  mix-blend-mode: multiply
}

@media(max-width: 600px) {
  .brg_editorial_product__organic_related_products_widget__item_card__logo_container__img {
    max-width: 144px;
    max-height: 144px
  }
}

.brg_editorial_product__organic_related_products_widget__item_card__title {
  width: 100%;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .15px;
  color: #00133f
}

@media(max-width: 600px) {
  .brg_editorial_product__organic_related_products_widget__item_card__title {
    font-size: 14px;
    letter-spacing: .11px
  }
}

.brg_editorial_product__organic_related_products_widget__item_card__coupon_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 12px 12px;
  border-radius: 4px;
  background-color: rgba(0, 48, 158, .02)
}

.brg_editorial_product__organic_related_products_widget__item_card__coupon_container__code {
  max-width: 125px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #576683
}

.brg_editorial_product__organic_related_products_widget__item_card__coupon_container__copy_icon {
  width: 13px;
  height: 15px
}

.brg_header {
  background: #17baef;
  background: rgba(23, 186, 239, .8);
  color: #fff;
  position: relative;
  z-index: 1000
}

.brg_header__items {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 70px
}

.brg_header__item {
  display: table-cell;
  vertical-align: middle;
  width: 33.3333333333%
}

.brg_header__item-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(min-width: 900px) {
  .brg_header__item-container--wide {
    margin-right: -60px
  }
}

.brg_header__item-container--wide .brg_nav__item .brg_nav__link-text {
  white-space: nowrap
}

.brg_header__nav-left,
.brg_header .brg_social-networks {
  display: none
}

.brg_header__nav-right {
  -webkit-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
  text-align: right
}

.brg_header__nav-right--float {
  float: right
}

.brg_header__nav-right .brg_nav__item {
  vertical-align: middle
}

@media(min-width: 900px) {
  .brg_header__nav-right .brg_nav__item {
    margin-left: 60px
  }
}

.brg_header__nav-right .brg_nav__item:first-child {
  margin-right: 0
}

.brg_header__nav-right .brg_nav__link .brg_nav__link-text {
  padding-bottom: 3px
}

.brg_header__nav-right .brg_nav__link:hover .brg_nav__link-text {
  border-bottom: 1px solid #fff
}

.brg_header .brg_nav {
  font-weight: 300
}

.brg_header .brg_nav__item {
  font-size: 21px;
  height: 60px;
  line-height: 50px
}

.brg_header .brg_nav__link {
  line-height: 30px
}

.brg_header__logo {
  max-width: 310px
}

.brg_header__logo--xs {
  display: none
}

.brg_header__search-btn,
.brg_header__side-nav-btn {
  font-size: 34px;
  vertical-align: middle
}

.brg_header__catalog .brg_dropdown__toggle {
  padding-right: 20px;
  position: relative
}

.brg_header__catalog .brg_dropdown__toggle:before {
  border: 5px solid transparent;
  border-top-color: #fff;
  content: '';
  height: 0;
  margin-left: -5px;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 50%;
  width: 0
}

.brg_header__catalog .brg_dropdown__content {
  left: inherit;
  right: 0
}

.brg_header__catalog .brg_catalog {
  -webkit-box-shadow: 0 0 10px #666;
  box-shadow: 0 0 10px #666;
  background: #fff;
  background: rgba(255, 255, 255, .95);
  text-align: left;
  width: 650px
}

.brg_header__catalog .brg_catalog .brg_nav {
  padding: 12px 0 0
}

.brg_header__catalog .brg_catalog .brg_nav__item {
  float: left;
  font-size: 18px;
  height: auto;
  line-height: 20px;
  margin: 0 0 12px;
  padding: 0 0 0 20px;
  width: 33.3333333333%
}

.brg_header__catalog .brg_catalog .brg_nav__link {
  color: #17baef;
  font-weight: 700
}

.brg_header__catalog .brg_catalog .brg_nav__link:hover {
  text-decoration: underline
}

.brg_header__search-form {
  -webkit-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 6px;
  width: 0
}

.brg_header__search-form .brg_search-form {
  float: right;
  max-width: 500px;
  padding: 0
}

.brg_header__search-form .brg_search-form .brg_autocomplete {
  margin-top: 1px
}

.brg_header__search-form .brg_search-form:hover {
  border-color: #2097bc
}

@media(min-width: 1900px) {
  .brg_header .rf_container {
    width: 1583px
  }
}

@media(max-width: 991px) {
  .brg_header .rf_container {
    width: auto
  }

  .brg_header__nav-left {
    display: table-cell
  }

  .brg_header__nav-center {
    text-align: center
  }

  .brg_header__nav-right .brg_nav__item {
    display: none
  }

  .brg_header__nav-right .brg_header__search {
    display: inline-block;
    line-height: 56px
  }
}

@media(max-width: 767px) {
  .brg_header__item-container {
    position: static
  }

  .brg_header__nav-center {
    width: 140px
  }

  .brg_header__logo {
    display: none
  }

  .brg_header__logo--xs {
    display: inline;
    max-width: 140px
  }

  .brg_header__search-btn,
  .brg_header__side-nav-btn {
    font-size: 30px;
    margin-right: 30px
  }

  .brg_header__search-form {
    top: 9px
  }

  .brg_header__search-form .brg_search-form {
    margin: 0 10px;
    max-width: inherit
  }
}

.brg_header--social .brg_header__brand,
.brg_header--social .brg_header__search {
  display: none
}

.brg_header--social .brg_header__search-form {
  display: none !important
}

.brg_header--social .brg_social-networks {
  display: block
}

@media(max-width: 991px) {
  .brg_header--social .brg_header__nav-left {
    display: table-cell
  }

  .brg_header--social .brg_header__nav-right {
    display: none
  }

  .brg_header--social .brg_social-networks {
    display: none
  }
}

.brg_header--sticky {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999
}

.brg_header--transparent {
  background: 0 0
}

.brg_header--transparent .brg_header__nav-right {
  float: right
}

.brg_header--expanded-search-form .brg_header__search-form {
  overflow: visible;
  width: 100%
}

@media(min-width: 768px) and (max-width:991px) {
  .brg_header--expanded-search-form .brg_header__nav-left {
    width: 1%
  }
}

#list_search {
  height: 45px;
  padding-left: 2px;
  border-bottom: 1px solid #fff;
  border-right: none !important;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

#list_search__container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

#list_search::-webkit-input-placeholder {
  color: #fff;
  opacity: .6
}

#list_search::-moz-placeholder {
  color: #fff;
  opacity: .6
}

#list_search:-ms-input-placeholder {
  color: #fff;
  opacity: .6
}

#list_search::-ms-input-placeholder {
  color: #fff;
  opacity: .6
}

#list_search::placeholder {
  color: #fff;
  opacity: .6
}

#list_search,
#list_search__container .brg_search-form__btn {
  color: #fff;
  outline: none;
  border-radius: 0;
  vertical-align: text-top;
  background-color: #43c5f0
}

@-moz-document url-prefix() {
  #list_search {
    padding-bottom: 2px
  }
}

#brg_search-js--toggle {
  white-space: nowrap;
  font-size: 30px;
  cursor: pointer
}

#brg_search-js--times {
  font-size: 20px;
  margin-top: 10px;
  margin-right: 10px
}

#brg_search-js--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: none
}

.brg_footer {
  position: static;
  bottom: 0;
  width: 100%
}

.brg_footer__compliance {
  color: #66708a
}

@media(max-width: 1000px) {
  .brg_footer__compliance--text {
    padding: 0 15%
  }
}

.brg_footer__nav {
  background: #17baef
}

.brg_footer__nav .brg_nav {
  display: block;
  padding: 20px 0 0;
  width: auto
}

.brg_footer__nav .brg_nav.less_padding {
  padding-top: 0
}

.brg_footer__nav .brg_nav__item {
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 20px;
  padding-bottom: 5px
}

@media(max-width: 768px) {
  .brg_footer__nav .brg_nav__item {
    margin-right: 10px
  }
}

.brg_footer__copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #00113d;
  margin-right: 16px;
  justify-content: center;
}

.brg_footer__copyright .compliance {
  color: #66708a;
  margin-left: 16px
}

@media(max-width: 767px) {
  .brg_footer__copyright {
    display: block;
    margin-top: 25px;
    padding: 0 30px
  }
}

@media(max-width: 1000px) {
  .brg_footer__nav .brg_nav {
    display: block;
    text-align: center;
    line-height: 2
  }

  .brg_footer__nav .brg_nav__item {
    font-size: 14px
  }
}

@media(max-width: 1000px) and (max-width:600px) {
  .brg_footer__nav .brg_nav__item {
    margin: auto 10px
  }
}

.brg_footer__seller_platform_popup {
  z-index: 10;
  position: absolute;
  top: 13.5px;
  right: 16px;
  display: none;
  width: 390px;
  height: 130px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 18px 17px 16px;
  background-color: #e7f2f3;
  border-radius: 8px;
  background-image: url(seller_platform/footer-popup-image.svg);
  background-repeat: no-repeat;
  background-position: bottom right
}

@media(max-width: 600px) {
  .brg_footer__seller_platform_popup {
    position: relative;
    width: calc(100% + 20px);
    top: 17px;
    right: 0;
    bottom: 0;
    left: -10px;
    border-radius: 0
  }
}

.brg_footer__seller_platform_popup__text_wrapper {
  max-width: 252px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #000;
  text-align: left
}

.brg_footer__seller_platform_popup__title {
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px
}

.brg_footer__seller_platform_popup__subtitle {
  font-family: montserrat, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px
}

.brg_footer__seller_platform_popup__clickout {
  color: #007cdc;
  text-decoration: none;
  cursor: pointer
}

.brg_footer__seller_platform_popup__close_icon {
  position: absolute;
  top: 14px;
  right: 20px;
  cursor: pointer
}

.brg_footer--extended .brg_catalog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px
}

.brg_footer--extended .brg_catalog__title {
  color: #717175;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1
}

@media(max-width: 767px) {
  .brg_footer--extended .brg_catalog .brg_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.brg_footer--extended .brg_catalog .brg_nav__item {
  font-size: 16px;
  font-weight: 700;
  width: 24%;
  white-space: nowrap;
  padding-left: 15px
}

.brg_footer--extended .brg_catalog .brg_nav__item:after {
  content: '';
  background: url(hompage_footer_sections/triangle.svg);
  background-repeat: no-repeat;
  background-position: left;
  padding: 0 75px
}

@media(max-width: 767px) {
  .brg_footer--extended .brg_catalog .brg_nav__item:after {
    padding: 0 2px
  }
}

@-moz-document url-prefix() {
  .brg_footer--extended .brg_catalog .brg_nav__item:after {
    margin-left: 3px
  }
}

.brg_footer--extended .brg_catalog .brg_nav__link {
  color: #717571;
  font-size: 18px;
  line-height: 2.5;
  font-weight: 100
}

.brg_footer--extended .brg_catalog .brg_nav__link:hover {
  color: #3cc9f2
}

.brg_footer--extended .brg_footer__nav {
  position: relative;
  border-top: 1px solid #e5e5e5;
  background: #fff;
  padding: 15px 0;
  bottom: 0;
  width: 100%
}

@media(max-width: 767px) {
  .brg_footer--extended .brg_footer__nav {
    padding: 0 10px
  }
}

.brg_footer--extended .brg_footer__nav .brg_nav {
  font-size: 14px
}

.brg_footer--extended .brg_footer__nav .brg_nav__item,
.brg_footer--extended .brg_footer__nav .brg_nav__link {
  color: #00113d;
  text-align: left
}

.brg_footer--extended .brg_footer__nav .brg_nav__item:hover,
.brg_footer--extended .brg_footer__nav .brg_nav__link:hover {
  font-weight: 600;
  color: #001b5f
}

@media(max-width: 767px) {
  .brg_footer--extended .brg_catalog {
    text-align: center
  }

  .brg_footer--extended .brg_catalog .brg_nav__item {
    width: auto;
    line-height: 2.5;
    cursor: pointer
  }

  .brg_footer--extended .brg_catalog .brg_nav__item:hover {
    color: #3cc9f2
  }

  .brg_footer--extended .brg_catalog .brg_nav__link {
    color: #717571
  }
}

.brg_form-fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0
}

.brg_form-legend {
  border: 0;
  border-bottom: 1px solid #f2f2f2;
  color: #34c2f0;
  display: block;
  font-size: 30px;
  line-height: inherit;
  margin-bottom: 28px;
  padding: 0;
  width: 100%
}

.brg_form-label {
  color: #878787;
  display: inline-block;
  font-size: 16px;
  margin: 0 0 7px;
  max-width: 100%
}

.brg_form-label--required:after {
  content: '*';
  color: #f66;
  padding: 0 0 0 10px
}

.brg_form-group {
  margin: 0 0 24px
}

@media(max-width: 767px) {
  .brg_form-group {
    margin: 0 0 12px
  }
}

.brg_form-captcha-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.brg_form-control {
  background-color: #f2f2f2;
  background-image: none;
  border-right: 1px solid #e8e8e8 !important;
  border-radius: 4px 0 0 4px;
  color: #878787;
  display: block;
  font-size: 20px;
  height: 34px;
  line-height: 1.428571429;
  padding: 6px 12px;
  width: 100%
}

.brg_form-control--captcha {
  position: fixed;
  bottom: -99999px;
  left: -99999px
}

textarea.brg_form-control {
  height: 120px
}

.brg_input-group {
  display: table;
  border-collapse: separate;
  table-layout: fixed
}

.brg_input-group .brg_form-control,
.brg_input-group__addon,
.brg_input-group__btn {
  display: table-cell
}

.brg_input-group__addon,
.brg_input-group__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  white-space: nowrap;
  width: auto
}

.brg_input-group .brg_form-control {
  width: 100%
}

.brg_input-group .brg_form-control::-webkit-input-placeholder {
  color: #666
}

.brg_input-group .brg_form-control::-moz-placeholder {
  color: #666
}

.brg_input-group .brg_form-control:-ms-input-placeholder {
  color: #666
}

.brg_input-group .brg_form-control::-ms-input-placeholder {
  color: #666
}

.brg_input-group .brg_form-control::placeholder {
  color: #666
}

.brg_input-group .brg_form-control:focus {
  z-index: 3
}

.brg_section {
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
  background: #fff;
  margin: 15px 0 45px;
  padding: 60px 0 90px
}

.brg_section__container {
  padding: 0 350px 0 80px
}

@media(max-width: 991px) {
  .brg_section {
    padding-bottom: 60px
  }

  .brg_section__container {
    padding: 0 65px 0 60px
  }
}

@media(max-width: 767px) {
  .brg_section {
    padding-bottom: 40px;
    padding-top: 35px
  }

  .brg_section__container {
    padding: 0 20px 0 15px
  }
}

.brg_section--transparent {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.brg_section--no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none
}

.brg_section--no-margin {
  margin: 0
}

.brg_section--no-padding {
  padding: 0
}

.brg_side-nav,
.brg_nav-push,
.brg_header {
  -webkit-transition: left .3s ease;
  transition: left .3s ease
}

.brg_side-nav {
  background: #4d4d4d;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 360px;
  z-index: 1000
}

.brg_side-nav__btn,
.brg_side-nav__title {
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 29px;
  font-size: 24px;
  font-weight: 400;
  padding: 15px 15px 15px 48px
}

.brg_side-nav__btn {
  display: block;
  text-align: left;
  width: 100%
}

.brg_side-nav__btn--back {
  background-image: url(assets/img/back-sm-848a12c17e3c128d2b0cfcc458d9230cfa244ea6399679c835ee588e6da3ccb9.png);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(assets/best_reviews/side_nav/back-sm-f6160127a6e725a1b5713c307cb1c2ec30abfe90b71b67b0adf0f516d7f5f483.svg);
  background-image: linear-gradient(transparent, transparent), url(assets/best_reviews/side_nav/back-sm-f6160127a6e725a1b5713c307cb1c2ec30abfe90b71b67b0adf0f516d7f5f483.svg);
  color: #63f0ff
}

.brg_side-nav__title {
  background-image: url(assets/img/title-sm-82999e4e9afc78ba1b125b709039d30fc1aac4226c7aa85c2e685bc5d1fb37bf.png);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(assets/best_reviews/side_nav/title-sm-68aa47ee69ed4bb84db2cf710f5c8b4aad2eb0ef796a1979d67a8e2ca03c9b54.svg);
  background-image: linear-gradient(transparent, transparent), url(assets/best_reviews/side_nav/title-sm-68aa47ee69ed4bb84db2cf710f5c8b4aad2eb0ef796a1979d67a8e2ca03c9b54.svg);
  border-bottom: 1px solid #686868;
  color: #fff;
  margin: 0
}

.brg_side-nav .brg_nav {
  border-top: 1px solid #353535;
  margin-top: 1px
}

.brg_side-nav .brg_nav__item,
.brg_side-nav .brg_nav__link {
  display: block
}

.brg_side-nav .brg_nav__item {
  border-bottom: 1px solid #656565;
  border-top: 1px solid #353535;
  font-size: 18px
}

.brg_side-nav .brg_nav__item:first-child {
  border-top: 0
}

.brg_side-nav .brg_nav__item:last-child {
  border-bottom: 0
}

.brg_side-nav .brg_nav__item:hover {
  border-color: transparent
}

.brg_side-nav .brg_nav__link,
.brg_side-nav .brg_nav__text {
  padding: 15px 15px 15px 43px;
  font-size: 22px
}

.brg_side-nav .brg_nav__link:hover {
  background: #353535;
  border-color: transparent;
  -webkit-box-shadow: inset 0 2px 10px 2px #000;
  box-shadow: inset 0 2px 10px 2px #000
}

.brg_side-nav .brg_nav__icon {
  display: inline-block;
  height: 25px;
  margin: 0 0 0 -28px;
  text-align: center;
  width: 30px;
  font-size: 29px
}

.brg_side-nav>.brg_nav>.brg_nav__item>.brg_nav__link,
.brg_side-nav>.brg_nav>.brg_nav__item>.brg_nav__text {
  color: #0abedf
}

.brg_side-nav--left {
  -webkit-box-shadow: inset -5px 0 15px #353535;
  box-shadow: inset -5px 0 15px #353535;
  left: -360px
}

.brg_side-nav--right {
  -webkit-box-shadow: inset 5px 0 15px #353535;
  box-shadow: inset 5px 0 15px #353535;
  right: -360px
}

.brg_nav-push {
  left: 0;
  overflow-x: hidden;
  position: relative
}

@media(max-width: 1100px) {
  .brg_side-nav--left.brg_side-nav--opened {
    left: 0
  }

  .brg_side-nav--right.brg_side-nav--opened {
    right: 0
  }

  .brg_nav-push--left,
  .brg_nav-push--left .brg_header--sticky {
    left: -360px
  }

  .brg_nav-push--right,
  .brg_nav-push--right .brg_header--sticky {
    left: 360px
  }
}

@media(max-width: 767px) {
  .brg_side-nav {
    width: 260px
  }

  .brg_side-nav__btn,
  .brg_side-nav__title {
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 25px;
    font-size: 18px;
    padding: 10px 10px 10px 38px
  }

  .brg_side-nav__btn--back {
    background-image: url(assets/img/back-xs-d539cd1246b0022d8843dd63fbf4251ae0d56de7e238bb998775e8c16cbb7838.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(assets/best_reviews/side_nav/back-xs-3b9ee529436d75b11a3a7f4753ff428bfe4f977755d20236e48eff3ba97a736f.svg);
    background-image: linear-gradient(transparent, transparent), url(assets/best_reviews/side_nav/back-xs-3b9ee529436d75b11a3a7f4753ff428bfe4f977755d20236e48eff3ba97a736f.svg)
  }

  .brg_side-nav__title {
    background-image: url(assets/img/title-xs-9a36305ed6d9520182e444432bc4dd91c0d3369ca3328d86e876999fc2e88c4e.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(assets/best_reviews/side_nav/title-xs-2adaf6ec4be6322e823ad0ee37d3bf682f0f62e8812440f4f41fb1d993112769.svg);
    background-image: linear-gradient(transparent, transparent), url(assets/best_reviews/side_nav/title-xs-2adaf6ec4be6322e823ad0ee37d3bf682f0f62e8812440f4f41fb1d993112769.svg)
  }

  .brg_side-nav .brg_nav__item {
    font-size: 14px
  }

  .brg_side-nav .brg_nav__link,
  .brg_side-nav .brg_nav__text {
    padding: 10px 10px 10px 38px;
    font-size: 18px
  }

  .brg_side-nav .brg_nav__icon {
    height: 20px;
    margin: 0 0 0 -18px;
    width: 25px;
    font-size: 23px
  }

  .brg_side-nav--left {
    left: -260px
  }

  .brg_side-nav--left.brg_side-nav--opened {
    left: 0
  }

  .brg_side-nav--right {
    right: -260px
  }

  .brg_side-nav--right.brg_side-nav--opened {
    right: 0
  }

  .brg_nav-push--left,
  .brg_nav-push--left .brg_header--sticky {
    left: -260px
  }

  .brg_nav-push--right,
  .brg_nav-push--right .brg_header--sticky {
    left: 260px
  }
}

@media(max-width: 767px) {
  .brg_popular-categories .brg_category-card {
    margin: 0 0 15px
  }
}

.brg_homepage__slider_carousel .slick-slide {
  outline: none
}

@media(min-width: 991px) {

  .brg_homepage__slider_carousel .slick-prev,
  .brg_homepage__slider_carousel .slick-next {
    margin: -20px
  }
}

@media(max-width: 1100px) {

  .brg_homepage__slider_carousel .slick-prev,
  .brg_homepage__slider_carousel .slick-next {
    display: none !important
  }
}

.brg_trending-categories h3 {
  margin: 0
}

.brg_trending-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.brg_trending-products__flex-item {
  padding-top: 30px;
  width: 25%
}

@media(max-width: 991px) {
  .brg_trending-products__flex-item {
    width: 33%
  }

  .brg_trending-products__flex-item:last-of-type {
    display: none
  }
}

@media(max-width: 767px) {
  .brg_trending-products__flex-item {
    width: 50%
  }

  .brg_trending-products__flex-item:last-of-type {
    display: block
  }
}

.brg_trending-products .brg_btn--info {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 20px 16px
}

.brg_related-categories__title {
  display: none;
  margin: 0;
  text-align: center
}

.brg_related-categories .brg_section {
  margin: 0 0 70px;
  padding: 0
}

@media(max-width: 767px) {
  .brg_related-categories__title {
    display: block;
    font-size: 14px
  }

  .brg_related-categories .brg_section {
    margin: 0 0 30px
  }

  .brg_related-categories .brg_category-card {
    margin: 0 -15px
  }
}

@media(max-width: 767px) {
  .brg_deal-categories .brg_category-card {
    margin: 0 0 30px
  }
}

.brg_product-cards-table {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  width: 100%
}

.brg_product-cards-table__cell {
  padding: 24px 15px 21px;
  text-align: center;
  vertical-align: middle;
  position: relative
}

.brg_product-cards-table__rank {
  position: relative
}

@media(max-width: 991px) {
  .brg_product-cards-table__cell {
    padding: 24px 5px 21px
  }
}

@media(max-width: 767px) {

  .brg_product-cards-table__header,
  .brg_product-cards-table__rating,
  .brg_product-cards-table__more-info {
    display: none
  }

  .brg_product-cards-table__cell {
    padding: 5px
  }
}

.brg_product-cards-table__header {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 3;
  letter-spacing: .4px;
  color: #8b8b88
}

.brg_product-cards-table__header>th {
  font-weight: 400
}

.brg_product-cards-table__header .brg_product-cards-table__cell {
  border: 1px solid #efefef;
  font-size: 13px;
  font-weight: 700;
  text-align: center
}

.brg_product-cards-table__header .brg_product-cards-table__cell:first-child {
  border-left: 0
}

.brg_product-cards-table__header .brg_product-cards-table__cell:last-child {
  border-right: 0
}

.brg_product-cards-table .brg_product-card .brg_product-cards-table__img {
  position: relative
}

.brg_product-cards-table .brg_product-card .brg_product-cards-table__img .brg_product-card__rank {
  display: none
}

.brg_product-cards-table .brg_product-card .brg_product-cards-table__content {
  text-align: left;
  width: 40%
}

.brg_product-cards-table .brg_product-card .brg_product-cards-table__more-info .brg_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  white-space: nowrap;
  position: relative;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 5px
}

@media(max-width: 991px) {
  .brg_product-cards-table .brg_product-card .brg_product-cards-table__content {
    width: 30%
  }
}

@media(max-width: 767px) {
  .brg_product-cards-table .brg_product-card .brg_product-cards-table__content {
    width: 50%
  }

  .brg_product-cards-table .brg_product-card .brg_product-cards-table__img .brg_product-card__rank {
    display: block
  }
}

.brg_product-cards-table .brg_product-card .brg_product-card__img-wrapper {
  max-width: 200px
}

.brg_product-cards .brg_section {
  padding: 0;
  border-radius: 10px
}

.brg_product-cards .brg_section-title {
  background: url(assets/img/title_bg-da88dc57c3654be1b64a4d10f634731cbae740ccc041e2c29c42090a0bdab81a.png) no-repeat left top #f4f4f5;
  border-radius: 10px 10px 0 0;
  background-size: cover;
  font-weight: 400;
  padding: 20px 0;
  line-height: 1;
  position: relative;
  margin: auto
}

.brg_product-cards .brg_section-title__text {
  color: #36c1ee;
  text-transform: capitalize;
  font-size: 40px
}

.brg_product-cards .brg_section-title__caption {
  color: #777;
  font-size: 16px;
  margin: 12px 0 0
}

.brg_product-cards .brg_section-title .brg_tabs-nav {
  margin: 30px 0 -30px 30px;
  overflow: hidden
}

.brg_product-cards .brg_section-title .brg_tabs-nav__item {
  float: left;
  font-size: 20px;
  font-weight: 300;
  padding: 0 23px
}

.brg_product-cards .brg_section-title .brg_tabs-nav__link {
  border-bottom: 5px solid transparent;
  color: #777;
  display: block;
  padding: 5px 0 10px
}

.brg_product-cards .brg_section-title .brg_tabs-nav__link:hover {
  border-color: #36c1ee;
  color: #36c1ee
}

.brg_product-cards .brg_section-title .brg_tabs-nav__item--active .brg_tabs-nav__link {
  border-color: #36c1ee;
  color: #36c1ee;
  font-weight: 500
}

@media(max-width: 1199px) {
  .brg_product-cards .rf_container {
    width: auto
  }
}

@media(max-width: 767px) {
  .brg_product-cards .rf_container {
    padding: 0
  }

  .brg_product-cards .brg_section {
    margin-top: 0
  }

  .brg_product-cards .brg_section-title {
    background: #fafafa;
    padding: 16px 0 8px;
    text-align: center;
    margin-left: 16px
  }

  .brg_product-cards .brg_section-title__text {
    font-size: 22px
  }

  .brg_product-cards .brg_section-title__caption {
    font-size: 13px;
    margin-top: 12px
  }

  .brg_product-cards .brg_section-title__caption::before {
    content: 'svg';
    color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDE5IDEzIj4KICAgIDxwYXRoIGZpbGw9IiMzMUJBRTYiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTE1LjgyMy4wMjJBMi4yMzMgMi4yMzMgMCAwIDAgMTMuNiAyLjI0NWMwIC43MDguMzM0IDEuMzM3Ljg0NiAxLjc1bC0yLjAyNyAyLjU5N2EyLjY1NyAyLjY1NyAwIDAgMC0uNTUtLjA3OGMtLjI3NiAwLS41MzIuMDU5LS43NjguMTM3TDguNTI0IDQuOThjLjE5Ny0uMzM0LjMxNS0uNzA4LjMxNS0xLjEyMWEyLjIzMyAyLjIzMyAwIDAgMC0yLjIyMy0yLjIyMyAyLjIzMyAyLjIzMyAwIDAgMC0yLjIyMyAyLjIyM2MwIC42NDkuMjc1IDEuMjQuNzI4IDEuNjUyTDMuMTE0IDguMzA0YTIuMjg2IDIuMjg2IDAgMCAwLS44MjYtLjE1OEEyLjIzMyAyLjIzMyAwIDAgMCAuMDY1IDEwLjM3YTIuMjMzIDIuMjMzIDAgMCAwIDIuMjIzIDIuMjIzIDIuMjMzIDIuMjMzIDAgMCAwIDIuMjIzLTIuMjIzYzAtLjQ5Mi0uMTc3LS45NjQtLjQ1Mi0xLjMzN2wyLjE2NC0yLjk5Yy4xMzcuMDIuMjc1LjAzOS40MTMuMDM5YTIuMjUgMi4yNSAwIDAgMCAxLjAyMy0uMjU2bDIuNDM5IDEuNTkzYTIuMjIyIDIuMjIyIDAgMCAwLS40NTIgMS4zMTggMi4yMzMgMi4yMzMgMCAwIDAgMi4yMjIgMi4yMjMgMi4yMzMgMi4yMzMgMCAwIDAgMi4yMjMtMi4yMjNjMC0uNTktLjIzNi0xLjE0LS42My0xLjUzNGwyLjE2NS0yLjc1NGMuMDc5IDAgLjEzOC4wMi4yMTYuMDJhMi4yMzMgMi4yMzMgMCAwIDAgMi4yMjMtMi4yMjNBMi4yMzggMi4yMzggMCAwIDAgMTUuODIzLjAyMnpNMi4yODggMTEuMzkyYTEuMDUgMS4wNSAwIDAgMS0xLjA0Mi0xLjA0MmMwLS41Ny40NzItMS4wNDMgMS4wNDItMS4wNDMuMTk3IDAgLjM5NC4wNTkuNTUxLjE1Ny4wMi4wNC4wNTkuMDYuMDk4LjA5OS4wMi4wMi4wNi4wNC4wNzkuMDU5LjE5Ny4xOTYuMzE1LjQ1Mi4zMTUuNzI4LS4wMi41OS0uNDcyIDEuMDQyLTEuMDQzIDEuMDQyem0zLjI4NS03LjUzNGMwLS41Ny40NzMtMS4wNDMgMS4wNDMtMS4wNDNzMS4wNDMuNDcyIDEuMDQzIDEuMDQzQTEuMDUgMS4wNSAwIDAgMSA2LjYxNiA0LjlhMS4wNSAxLjA1IDAgMCAxLTEuMDQzLTEuMDQyem02LjI3NiA1LjkyMWExLjA1IDEuMDUgMCAwIDEtMS4wNDMtMS4wNDNjMC0uNTcuNDcyLTEuMDQyIDEuMDQzLTEuMDQyLjU3IDAgMS4wNDIuNDcyIDEuMDQyIDEuMDQyQTEuMDUgMS4wNSAwIDAgMSAxMS44NSA5Ljc4em0zLjk3NC02LjUxMWExLjA1IDEuMDUgMCAwIDEtMS4wNDMtMS4wNDNjMC0uNTcuNDcyLTEuMDQzIDEuMDQzLTEuMDQzLjU3IDAgMS4wNDIuNDczIDEuMDQyIDEuMDQzYTEuMDUgMS4wNSAwIDAgMS0xLjA0MiAxLjA0M3oiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat
  }

  .brg_product-cards .brg_section-title .brg_tabs-nav {
    margin: 15px 10px -30px
  }

  .brg_product-cards .brg_section-title .brg_tabs-nav__item {
    font-size: 16px;
    padding: 0;
    width: 100%
  }

  .brg_product-cards .brg_section-title .brg_tabs-nav__link {
    border-bottom: 2px solid transparent
  }
}

.brg_product {
  padding: 0 2%;
  background: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

@media(max-width: 992px) {
  .brg_product {
    padding: 0 4%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
  }
}

.brg_product__tooltip {
  z-index: 5;
  width: 400px;
  padding: 15px;
  line-height: 2;
  font-size: 14px;
  font-weight: 100;
  margin-left: 40px;
  position: absolute;
  background: #fff;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-box-shadow: 2px 3px 5px #00113d;
  box-shadow: 2px 3px 5px #00113d
}

.brg_product__tooltip:hover {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.brg_product__tooltip--icon {
  width: 20px;
  margin: 10px;
  height: 20px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  text-align: center;
  border-radius: 50%;
  background: #00113d;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

.brg_product__tooltip--icon:hover~.brg_product__tooltip {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.brg_product__scores {
  cursor: pointer;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

.brg_product__scores.active {
  padding-bottom: 5px;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

.brg_product__scores:hover,
.brg_product__scores.active {
  color: #78c02a;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

.brg_product__scores:hover::after,
.brg_product__scores.active::after {
  background: #78c02a;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

.brg_product__scores::after {
  content: '?';
  width: 20px;
  height: 20px;
  margin: 10px;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  background: #00113d;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

.brg_product__scores__txt {
  display: none;
  font-size: 17px;
  line-height: 1.8;
  background: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  position: relative;
  color: #00113d;
  -webkit-box-shadow: 2px 2px 2px;
  box-shadow: 2px 2px 2px;
  margin: 0 20px 30px 0;
  border: 1px solid #00113d
}

.brg_product__scores__txt--close {
  background-image: url(assets/img/close_icon_dark-dd0edb58ace8fd141c791bf865fce3abb238cd3fa6d40322c5f27140630f8208.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 14px;
  position: absolute;
  top: 8px;
  right: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

.brg_product__scores__txt--close:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

.brg_product__sticky {
  bottom: 0;
  width: 100%;
  height: 85px;
  padding: 0 2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 99999;
  position: fixed;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-filter: brightness(1.02);
  filter: brightness(1.02);
  background-color: #e9f5fd;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  border-top: 3px solid #2b3753;
  -webkit-box-shadow: 0 0 5px #2b3753;
  box-shadow: 0 0 5px #2b3753;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

@media(max-width: 660px) {
  .brg_product__sticky {
    height: 75px
  }
}

.brg_product__sticky.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

@media(min-width: 767px) {
  .brg_product__sticky:hover {
    height: 140px;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000
  }

  .brg_product__sticky:hover .brg_product__sticky--img {
    max-width: 100px;
    max-height: 100px;
    border-radius: 8px;
    -webkit-filter: brightness(1.05);
    filter: brightness(1.05);
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
  }

  .brg_product__sticky:hover .brg_product__sticky--title {
    text-decoration: underline
  }

  .brg_product__sticky:hover .brg_product__sticky--cta-btn {
    padding: 10px;
    margin: 10px 0;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
  }
}

.brg_product__sticky--img {
  padding: 5px;
  max-width: 75px;
  max-height: 75px;
  border-radius: 5px;
  margin-right: 10px;
  -o-object-fit: contain;
  object-fit: contain;
  border: 2px solid #00113d;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

@media(max-width: 660px) {
  .brg_product__sticky--img {
    display: none
  }
}

.brg_product__sticky--title {
  width: 50%;
  padding: 0 15px;
  font-size: 16px;
  color: #00113d;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

@media(max-width: 600px) {
  .brg_product__sticky--title {
    display: none
  }
}

.brg_product__sticky--cta {
  width: 265px
}

@media(max-width: 600px) {
  .brg_product__sticky--cta {
    width: 100%;
    text-align: center
  }
}

.brg_product__sticky--cta b {
  font-size: 15px;
  color: #1c88e0;
  text-transform: uppercase
}

.brg_product__sticky--cta em {
  color: #000;
  font-size: 14px;
  text-decoration: line-through
}

.brg_product__sticky--cta-btn {
  width: 100%;
  padding: 4px;
  color: #fff;
  margin: 5px 0;
  font-size: 17px;
  font-weight: 700;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  background-color: #78c02a;
  -webkit-box-shadow: 0 0 5px #979797;
  box-shadow: 0 0 5px #979797
}

.brg_product__sticky--cta-btn:hover {
  -webkit-filter: brightness(1.05);
  filter: brightness(1.05);
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

.brg_product__disclaimer {
  color: #000;
  font-size: 15px;
  margin-top: 15px
}

.brg_product__disclaimer:hover {
  text-decoration: underline
}

.brg_product__sharing .editorial_sharing_buttons {
  float: right;
  background: #fcfcff
}

.brg_product__sharing .editorial_sharing_buttons--triangle {
  border-bottom: 15px solid #fcfcff
}

.brg_product__sharing .editorial_sharing_buttons__container {
  position: relative
}

.brg_product__sharing .editorial_sharing_buttons__toggle {
  margin-top: 5px;
  color: #2c4175;
  background-color: #fff;
  border-color: #2c4175
}

.brg_product__info .brg_editorial_product__features {
  padding-right: 0
}

.brg_product__info .brg_editorial_product__info__container {
  padding: 0;
  margin: 20px 0;
  background-color: #fff
}

.brg_product__info .brg_editorial_product__info__item,
.brg_product__info .brg_editorial_product__info__text {
  font-size: 17px;
  line-height: 1.8;
  color: #00113d
}

.brg_product__info .brg_editorial_product__info__item {
  line-height: 2
}

.brg_product__info .brg_editorial_product__info__item:first-child {
  margin-top: 0
}

.brg_product__info .brg_editorial_product__info__item:before {
  top: 10px
}

.brg_product__cta {
  width: 75%;
  height: 50px;
  font-size: 17px;
  margin: 25px auto 0;
  border-radius: 10px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  background: #78c02a;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  -webkit-box-shadow: 0 0 5px #b5b5b5;
  box-shadow: 0 0 5px #b5b5b5
}

.brg_product__cta:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  -webkit-box-shadow: 2px 2px 10px #b5b5b5;
  box-shadow: 2px 2px 10px #b5b5b5
}

.brg_product__cta.top_spaced {
  margin-top: 80px
}

@media(max-width: 992px) {
  .brg_product__cta.top_spaced {
    margin-top: 20px
  }
}

.brg_product__cta__logo {
  width: 65px;
  -o-object-fit: contain;
  object-fit: contain;
  padding-left: 7px
}

.brg_product__cta__logo[alt*=amazon] {
  margin-top: 10px
}

.brg_product__cta__price {
  padding: 25px;
  font-size: 22px;
  background: #fff;
  color: #1c88e0
}

@media(max-width: 660px) {
  .brg_product__cta__price {
    padding: 10px 10px 20px
  }
}

.brg_product__cta__price--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

@media(max-width: 660px) {
  .brg_product__cta__price--current {
    font-size: 19px;
    white-space: nowrap
  }
}

.brg_product__cta__price--current b:first-of-type {
  margin-right: 6px
}

.brg_product__cta__price--current span {
  margin: 0 2px 0 5px
}

.brg_product__cta__price--old {
  color: #000;
  font-size: 18px;
  margin-top: 22px
}

@media(max-width: 660px) {
  .brg_product__cta__price--old {
    margin-top: 10px
  }
}

.brg_product__cta__price--old em {
  text-decoration: line-through
}

.brg_product__cta__badge {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 26px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px 10px 0 0
}

.brg_product__cta__badge--off,
.brg_product__cta__badge--save {
  height: 50px;
  font-size: 22px;
  padding: 10px 0;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media(max-width: 660px) {

  .brg_product__cta__badge--off,
  .brg_product__cta__badge--save {
    height: 40px;
    font-size: 18px
  }
}

.brg_product__cta__badge--off {
  width: 40%;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 10px 0 0 0;
  background-color: #c20000
}

@media(max-width: 660px) {
  .brg_product__cta__badge--off {
    font-size: 16px
  }
}

.brg_product__cta__badge--save {
  width: 60%;
  font-size: 20px;
  position: relative;
  border-radius: 0 10px 0 0;
  background-color: #a30000
}

.brg_product__cta__badge--save::before {
  content: '';
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #c20000
}

@media(max-width: 660px) {
  .brg_product__cta__badge--save {
    font-size: 14px;
    font-weight: 700
  }

  .brg_product__cta__badge--save::before {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #c20000
  }
}

.brg_product__cta__container {
  width: 100%;
  margin-top: 20px;
  border-radius: 5px;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  -webkit-box-shadow: 1px 5px 5px #e9e9e9;
  box-shadow: 1px 5px 5px #e9e9e9
}

.brg_product__cta__container:hover {
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  -webkit-box-shadow: 5px 10px 10px #b5b5b5;
  box-shadow: 5px 10px 10px #b5b5b5
}

.brg_product .brg_section {
  position: relative;
  border-radius: 9px;
  padding: initial
}

@media(max-width: 660px) {
  .brg_product .brg_section-title {
    font-size: 20px
  }
}

.brg_product .brg_section-title__text {
  font-size: 28px;
  margin-bottom: 10px
}

.brg_product__price_drop--bell {
  padding: 0 20px;
  -webkit-animation: ring 4s .7s ease-in-out infinite;
  animation: ring 4s .7s ease-in-out infinite
}

@media screen {
  .brg_product__price_drop--bell {
    padding: 0 20px 0 10px
  }
}

.brg_product__price_drop--msg {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  font-size: 20px;
  min-height: 50px;
  margin: 30px 0 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  border: 1px solid #1c88e0;
  -webkit-box-shadow: 0 0 3px #1c88e0;
  box-shadow: 0 0 3px #1c88e0
}

@media(max-width: 992px) {
  .brg_product__price_drop--msg {
    margin: 10px 0
  }
}

.brg_product__price_drop--msg:hover {
  -webkit-box-shadow: 2px 2px 5px #1c88e0;
  box-shadow: 2px 2px 5px #1c88e0;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

.brg_product__price_drop--msg__text {
  color: #1c88e0
}

@media(max-width: 660px) {
  .brg_product__price_drop--msg__text {
    font-size: 16px
  }
}

.brg_product__brand {
  font-weight: 700;
  color: #00113d;
  text-transform: capitalize;
  font-family: ProximaNova, sans-serif;
  -webkit-transition: color .6s ease-in-out;
  transition: color .6s ease-in-out
}

.brg_product__brand:hover {
  color: #1c88e0;
  text-decoration: underline;
  -webkit-transition: color .6s ease-in-out;
  transition: color .6s ease-in-out
}

.brg_product .brg_related-categories {
  margin: 0 -15px
}

.brg_product__img {
  max-width: 500px;
  max-height: 500px;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

@media(max-width: 1200px) {
  .brg_product__img {
    max-width: 450px;
    max-height: 450px;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
  }
}

@media(max-width: 660px) {
  .brg_product__img {
    max-width: 100%;
    max-height: 100%
  }
}

.brg_product__img:hover {
  opacity: .7;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

.brg_product__img-wrapper {
  width: 50%;
  padding: 15px;
  padding-right: 50px
}

@media(max-width: 992px) {
  .brg_product__img-wrapper {
    width: 100%;
    padding-right: 0;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
  }
}

.brg_product__content {
  padding: 80px 65px
}

.brg_product__top_section_conatiner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  max-height: 475px;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

@media(max-width: 992px) {
  .brg_product__top_section_conatiner {
    margin-top: 10px;
    max-height: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
  }
}

.brg_product__content__wrapper {
  width: 50%;
  padding-left: 50px;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

@media(max-width: 992px) {
  .brg_product__content__wrapper {
    width: 100%;
    padding-left: 0
  }
}

.brg_product__title {
  margin-top: 0;
  font-size: 26px;
  font-weight: 100;
  color: #00113d;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-family: ProximaNova, sans-serif;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

@media(max-width: 660px) {
  .brg_product__title {
    font-size: 20px
  }
}

.brg_product__title:hover {
  color: #1c88e0;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  1% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
  }

  3% {
    -webkit-transform: rotate(-28deg);
    transform: rotate(-28deg)
  }

  5% {
    -webkit-transform: rotate(34deg);
    transform: rotate(34deg)
  }

  7% {
    -webkit-transform: rotate(-32deg);
    transform: rotate(-32deg)
  }

  9% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
  }

  11% {
    -webkit-transform: rotate(-28deg);
    transform: rotate(-28deg)
  }

  13% {
    -webkit-transform: rotate(26deg);
    transform: rotate(26deg)
  }

  15% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg)
  }

  17% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg)
  }

  19% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg)
  }

  21% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg)
  }

  23% {
    -webkit-transform: rotate(-16deg);
    transform: rotate(-16deg)
  }

  25% {
    -webkit-transform: rotate(14deg);
    transform: rotate(14deg)
  }

  27% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg)
  }

  29% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg)
  }

  31% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg)
  }

  33% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg)
  }

  35% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg)
  }

  37% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg)
  }

  39% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg)
  }

  41% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg)
  }

  43% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

@keyframes ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  1% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
  }

  3% {
    -webkit-transform: rotate(-28deg);
    transform: rotate(-28deg)
  }

  5% {
    -webkit-transform: rotate(34deg);
    transform: rotate(34deg)
  }

  7% {
    -webkit-transform: rotate(-32deg);
    transform: rotate(-32deg)
  }

  9% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
  }

  11% {
    -webkit-transform: rotate(-28deg);
    transform: rotate(-28deg)
  }

  13% {
    -webkit-transform: rotate(26deg);
    transform: rotate(26deg)
  }

  15% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg)
  }

  17% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg)
  }

  19% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg)
  }

  21% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg)
  }

  23% {
    -webkit-transform: rotate(-16deg);
    transform: rotate(-16deg)
  }

  25% {
    -webkit-transform: rotate(14deg);
    transform: rotate(14deg)
  }

  27% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg)
  }

  29% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg)
  }

  31% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg)
  }

  33% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg)
  }

  35% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg)
  }

  37% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg)
  }

  39% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg)
  }

  41% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg)
  }

  43% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

.brg_specific_product .brg_section {
  padding: 30px 60px 75px;
  -webkit-box-shadow: none;
  box-shadow: none
}

@media(max-width: 767px) {
  .brg_specific_product .brg_section {
    padding: 0 60px
  }
}

.brg_specific_product__navigation {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 3
}

@media(max-width: 1199px) {
  .brg_specific_product__navigation {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media(max-width: 767px) {
  .brg_specific_product__navigation {
    display: none
  }
}

.brg_specific_product__back-link {
  color: #999;
  font-size: 14px;
  font-weight: 300;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #fff;
  padding: 0 20px 0 15px;
  margin: 5px 10px 5px 0
}

.brg_specific_product__back-link i {
  padding-right: 5px
}

.brg_specific_product__top_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(min-width: 1199px) {
  .brg_specific_product__top_wrapper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

@media(max-width: 767px) {
  .brg_specific_product__top_wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.brg_specific_product__title {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.3;
  text-align: left;
  color: #42c4ef
}

.brg_specific_product__subtitle {
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  line-height: 1;
  padding-bottom: 15px
}

.brg_specific_product__subtitle--text {
  color: #666
}

.brg_specific_product__subtitle--link {
  color: #0c86ae;
  padding-right: 10px
}

.brg_specific_product__subtitle--link:hover {
  font-weight: 700
}

.brg_specific_product__image_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 30px
}

.brg_specific_product__img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.brg_specific_product__img {
  margin: auto;
  padding: 15px
}

@media(max-width: 767px) {
  .brg_specific_product__img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    width: auto
  }
}

.brg_specific_product__thubmnails {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  list-style: none
}

.brg_specific_product__thubmnails>li {
  margin: 20px 25px 0 0
}

.brg_specific_product .brg_section-title__text {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  color: #737373;
  font-weight: 400;
  border: none
}

.brg_specific_product__shop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 38%;
  padding: 25px
}

@media(max-width: 991px) {
  .brg_specific_product__shop {
    width: 100%;
    padding: 0
  }
}

.brg_specific_product__shop--btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.brg_specific_product__shop--btn__policy-txt {
  text-align: center;
  font-size: 14px;
  color: #686868;
  text-transform: capitalize;
  margin: -5px;
  padding-bottom: 10px
}

.brg_specific_product__shop span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #dadada;
  border-bottom: none
}

.brg_specific_product__shop--position {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.brg_specific_product__shop--position__badge {
  text-transform: capitalize;
  background-color: #42c5ef;
  color: #fff;
  white-space: nowrap;
  padding: 10px;
  margin: 15px
}

.brg_specific_product__shop--position__txt {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 15px;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  color: #686868
}

.brg_specific_product__shop--info {
  font-size: 18px;
  padding: 2% 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.brg_specific_product__shop--info__facts span {
  padding: 10px 0;
  border: none
}

.brg_specific_product__shop--info__facts i,
.brg_specific_product__shop--info__facts img {
  padding-right: 10px
}

.brg_specific_product__shop--info__score {
  width: 25%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center
}

.brg_specific_product__shop--info__score__badge {
  text-transform: capitalize;
  background-color: #42c4ef;
  color: #fff;
  font-size: 16px;
  text-align: center;
  width: 55px;
  margin: 10px auto;
  padding: 2px
}

.brg_specific_product__shop--info__price {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 36px;
  color: #42c4ef
}

.brg_specific_product__shop--info__price--badge {
  padding: 1px 10px;
  margin: 0 5px;
  height: 22px;
  font-size: 14px;
  border-radius: 23px;
  font-style: italic;
  background-color: #f99a14;
  color: #fff
}

.brg_specific_product__shop--info__prime {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #686868
}

.brg_specific_product__shop--info__bought {
  color: #37bd15
}

.brg_specific_product__shop--info__reviews {
  color: #42c5ef
}

.brg_specific_product__shop--btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f3f3f3;
  border-bottom: solid 1px #dadada !important
}

@media(max-width: 991px) {
  .brg_specific_product__shop--btn {
    margin-bottom: 30px
  }
}

.brg_specific_product__shop--btn__xl {
  padding: 15px 17%;
  margin: 15px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  background-color: #75d35e;
  white-space: nowrap;
  cursor: pointer;
  text-align: center
}

.brg_specific_product__shop--btn__xl:hover {
  background-color: #7ce961
}

@media(max-width: 991px) {
  .brg_specific_product__shop--btn__xl {
    padding: 12px 30%
  }
}

.brg_specific_product .brg_compare-prices {
  border: solid 1px #dadada;
  border-top: none;
  padding: 0 10px
}

.brg_specific_product .brg_compare-prices__img {
  max-height: 65px
}

.brg_specific_product .brg_compare-prices span {
  border: none
}

.brg_specific_product .brg_btn--success {
  background: #42c5ef;
  border-bottom: none;
  border-radius: 5px;
  width: 85%;
  text-align: center
}

.brg_specific_product .brg_btn--success:hover {
  background-color: #4ccff9
}

.brg_specific_product .brg_product__description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-shrink: 1.5;
  -ms-flex-negative: 1.5;
  flex-shrink: 1.5;
  min-width: 5%
}

@media(max-width: 767px) {
  .brg_specific_product .brg_product__description {
    margin: 20px 0
  }
}

.brg_specific_product__description--container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

@media(max-width: 767px) {
  .brg_specific_product__description--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.brg_specific_product__description--score {
  margin-right: 7%
}

.brg_specific_product__description--score__circle {
  max-width: 300px
}

.brg_specific_product__slider--title {
  font-size: 24px;
  font-weight: 300;
  text-align: left;
  color: #5d5d5d;
  text-transform: capitalize;
  padding-bottom: 30px
}

.brg_specific_product__slider--carousel__item {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 400px;
  padding: 0 30px;
  outline: none
}

.brg_specific_product__slider--carousel__img {
  margin: auto
}

.brg_specific_product__slider--carousel__img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 160px
}

.brg_specific_product__slider--carousel__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  color: #34b5f6
}

.brg_specific_product__slider--carousel__price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 20px;
  color: #626262
}

.brg_specific_product__slider--carousel__score {
  background-image: url(score/checkbox.svg);
  background-repeat: no-repeat;
  padding: 0 12px 0 30px;
  width: 20px;
  height: 22px
}

.slick-prev:before,
.slick-next:before {
  color: #34b5f6 !important;
  font-size: 40px !important;
  font-weight: 600
}

@media(max-width: 767px) {

  .slick-prev:before,
  .slick-next:before {
    font-size: 25px !important
  }
}

.slick-next {
  right: -5px !important
}

.progressbar-text {
  font-size: 35px
}

.brg_page-row {
  display: block
}

.video-section__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5%
}

.video-section__title {
  color: #36c1ee;
  font-size: 35px;
  font-weight: 300;
  text-transform: capitalize;
  text-align: center;
  padding: 5px 15px;
  margin: 0 0 2%
}

@media(max-width: 767px) {
  .video-section__title {
    font-size: 22px
  }
}

.jwplayer.jw-flag-aspect-mode {
  width: 85% !important
}

.social_proof_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  text-transform: none;
  margin-top: 105px
}

.social_proof_container.tablet {
  margin-top: 70px
}

.social_proof_container .social_proof_text {
  font-family: montserrat, sans-serif;
  font-size: 16.5px;
  padding-left: 32px
}

.social_proof_container .advertise_disclosure {
  font-family: montserrat, sans-serif;
  font-size: 12px;
  padding-top: 5px
}

.social_proof_container .advertise_disclosure:hover {
  cursor: pointer
}

.social_proof_container .green_check {
  content: "";
  background: url(assets/img/brg_editorial_review_check.svg) no-repeat;
  background-size: 25px;
  position: absolute;
  height: 28px;
  width: 25px;
  left: 0;
  bottom: -5px
}

.locale_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-transform: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 10px
}

.locale_container .advertise_disclosure {
  padding-top: 16px;
  font-family: montserrat, sans-serif;
  font-size: 12px;
  color: #00113d
}

@media(max-width: 767px) {
  .locale_container .advertise_disclosure {
    padding-top: 29px
  }
}

.locale_container .advertise_disclosure:hover {
  cursor: pointer
}

.locale_container .info_box {
  border: 1px solid #00113d;
  background-color: #fff;
  padding: 15px;
  font-size: 12px;
  width: 341px;
  height: 120px;
  color: #000;
  font-weight: 700;
  position: absolute;
  z-index: 30;
  top: -113px;
  left: 20%;
  display: none;
  line-height: 1.3
}

.brg_page-show-list .brg_adsense--bottom {
  margin-bottom: 50px
}

.brg_page-show-list .brg_adsense--top {
  margin-top: 50px
}

@media(max-width: 767px) {
  .brg_page-show-list .brg_adsense--bottom {
    margin-bottom: 25px
  }

  .brg_page-show-list .brg_adsense--top {
    margin-top: 25px
  }
}

.brg_page-contact {
  background: #fff
}

.brg_page-contact .brg_section {
  margin: 63px 0 87px;
  padding: 0
}

.brg_page-contact .brg_section-title {
  font-size: 23px;
  font-weight: 700;
  line-height: 25px;
  margin: 0 0 13px;
  padding: 0 0 10px
}

.brg_page-contact .brg_section-title__text {
  color: #34c2f0
}

.brg_page-contact .brg_form {
  text-align: center
}

.brg_page-contact .brg_form-group {
  text-align: left
}

.brg_page-contact .brg_btn {
  font-size: 16px;
  padding: 10px 40px
}

@media(max-width: 767px) {
  .brg_page-contact .brg_section {
    margin: 31px 0 42px
  }

  .brg_page-contact .brg_section-title {
    font-size: 19px;
    line-height: 21px
  }
}

.brg_page-404 {
  background: #43c6f0;
  background: -webkit-gradient(linear, left top, left bottom, from(#43c6f0), to(#bff5e5));
  background: linear-gradient(#43c6f0, #bff5e5);
  height: 90vh
}

.brg_page-404 .rf_row:first-child {
  border-top: 2px solid #43c6f0
}

.brg_page-404__top-container {
  padding-top: 3%
}

.brg_page-404__top-container.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

.brg_page-404__huge-numbers {
  font-family: Lato;
  font-size: 300px;
  font-weight: 900;
  line-height: .8;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 2px #42c4ef, 0 0 2px #a3acbf
}

.brg_page-404__huge-numbers.left {
  margin-right: -40px
}

.brg_page-404__huge-numbers.right {
  margin-left: -55px;
  z-index: 1
}

@media(max-width: 767px) {
  .brg_page-404__huge-numbers {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
    font-size: 190px
  }

  .brg_page-404__huge-numbers.left {
    margin-right: -30px
  }
}

.brg_page-404__city-scape {
  background-image: url(assets/img/cityscape-c5b597e0378e86969b030b9319e5a3af44b84fde797dd6cd4f2e5592db42b0e7.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 179px;
  height: 265px;
  z-index: 999
}

@media(max-width: 767px) {
  .brg_page-404__city-scape {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
    width: 130px;
    height: 165px
  }
}

.brg_page-404__mid-container {
  padding-top: 1%
}

.brg_page-404__mid-container.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center
}

.brg_page-404__lost-txt {
  font-size: 40px;
  font-family: Lato;
  font-weight: 900;
  text-align: center;
  color: #fff;
  line-height: .6;
  padding-top: 10px;
  letter-spacing: -.2px;
  text-shadow: 0 2px 2px #42c4ef, 0 0 2px #42c4ef;
  text-transform: uppercase
}

@media(max-width: 767px) {
  .brg_page-404__lost-txt {
    font-size: 20px
  }
}

.brg_page-404__not-available-txt {
  font-family: Lato;
  font-size: 24px;
  font-weight: 600;
  line-height: .6;
  letter-spacing: -.2px;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 2px #42c4ef, 0 0 2px #42c4ef
}

@media(max-width: 767px) {
  .brg_page-404__not-available-txt {
    white-space: initial;
    line-height: 1.2;
    font-size: 18px;
    padding: 0 10px;
    margin-top: -15px
  }
}

.brg_page-404__home-btn {
  cursor: pointer;
  padding: 10px 30px;
  border-radius: 3px;
  background-color: #ffbf06;
  -webkit-box-shadow: 0 2px 0 0 #f37e16;
  box-shadow: 0 2px 0 0 #f37e16;
  color: #fff;
  font-size: 18px;
  outline: none;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  margin-bottom: 125px;
  z-index: 5
}

.brg_page-404__home-btn>.arrow {
  background-image: url(assets/img/btn-arrow-5c9b06563f43965b34ecf4ce881b9225b5032f4d796482481ef3b3fb29e83641.svg);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0 0 0 20px;
  margin: 0 0 0 8px;
  vertical-align: middle
}

.brg_page-404__home-btn:hover {
  background-color: #f37e16;
  -webkit-box-shadow: 0 2px 0 0 #ffbf06;
  box-shadow: 0 2px 0 0 #ffbf06
}

.brg_page-404__desert {
  background-image: url(assets/img/desert-17ae8799d3d65d920c83b0a6f962182a16c072a4f0526113943b8cb2ffbbcdea.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 20%;
  bottom: 0;
  left: 0
}

@media(max-width: 767px) {
  .brg_page-404__desert {
    background-image: url(assets/img/desert-mobile-41b98b83deedfa49d9441a0cb0c9bd7df3bf16393519f7add4aeec065d8dccf5.svg)
  }
}

.brg_page-404__control-animations {
  position: absolute;
  z-index: 8;
  left: 50%;
  bottom: 5%;
  margin-left: -130px
}

.brg_page-404__control-animations button {
  background-color: transparent;
  border-radius: 25px;
  outline: none;
  padding: 5px 10px;
  color: #fff
}

.brg_page-404__control-animations button:hover {
  background-color: #ffbf06
}

.brg_page-404__control-animations button.active {
  background-color: #ffbf06
}

.brg_page-about__side-image {
  max-width: 126px;
  margin-top: 5px
}

.brg_page-about .brg_section__container {
  padding: 0 80px
}

@media(max-width: 767px) {
  .brg_page-about .brg_section__container {
    padding: 0 15px
  }
}

.brg_page-privacy {
  text-align: left
}

.brg_page-privacy .brg_section__container {
  padding: 0 100px
}

@media(max-width: 767px) {
  .brg_page-privacy .brg_section__container {
    padding: 0 40px
  }
}

.brg_page-privacy .brg_list__item {
  text-align: left
}

.brg_page-terms {
  text-align: left
}

.brg_page-terms .brg_section__container {
  padding: 0 100px
}

@media(max-width: 767px) {
  .brg_page-terms .brg_section__container {
    padding: 0 40px
  }
}

.brg_page-terms .brg_list {
  min-height: initial
}

.brg_page-terms .brg_list__item {
  text-align: left
}

.brg_page-terms .brg_list--no-list-style {
  list-style: none
}

.promo-block {
  padding: 70px 9999px 32px
}

.promo-block>h1 {
  font-size: 45px
}

.privacy {
  color: #999;
  padding-top: 20px
}

.privacy ol {
  list-style-type: decimal;
  margin-left: 35px
}

@media(max-width: 767px) {
  .privacy ol {
    margin-left: 0
  }
}

.privacy-item h3 {
  padding: 25px 0;
  margin-left: -50px
}

.privacy-item p {
  margin-top: 0;
  margin: 50px 0
}

.privacy-item li {
  display: list-item;
  padding: 15px 0
}

.homepage-characteristics {
  background: #3cc9f2;
  -webkit-box-shadow: #ccc 0 0 10px;
  box-shadow: #ccc 0 0 10px
}

.homepage-characteristics__flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 40px 0
}

@media(max-width: 890px) {
  .homepage-characteristics__flex-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.homepage-characteristics__img {
  padding: 20px 0 15px
}

.homepage-characteristics__title {
  color: #fff;
  line-height: 1;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  white-space: nowrap;
  margin: 10px 0 18px
}

.homepage-characteristics__text {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #2690af
}

@media(max-width: 890px) {
  .homepage-characteristics__text {
    width: 260px
  }
}

.homepage-characteristics__block {
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 15px
}

@media(max-width: 890px) {
  .homepage-characteristics__block {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -ms-flex: initial;
    flex: initial
  }
}

.homepage-about-us {
  background: #2f3a3d;
  -webkit-box-shadow: #ccc 0 0 10px;
  box-shadow: #ccc 0 0 10px
}

.homepage-about-us__flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 0
}

@media(max-width: 1000px) {
  .homepage-about-us__flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px
  }
}

.homepage-about-us__block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 40px 0
}

@media(max-width: 1000px) {
  .homepage-about-us__block {
    padding: 0
  }
}

.homepage-about-us__title {
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 2.5;
  margin: 0 15px;
  border-bottom: 1px solid #485052
}

.homepage-about-us__title::before {
  content: "";
  background: url(hompage_footer_sections/about-icon.svg);
  background-repeat: no-repeat;
  padding-left: 30px;
  vertical-align: top
}

.homepage-about-us__title.score-icon::before {
  content: "";
  background: url(hompage_footer_sections/score-star.svg);
  background-repeat: no-repeat;
  padding-left: 30px;
  vertical-align: top
}

.homepage-about-us__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 1.5;
  color: #afb7ba;
  line-height: 1.5;
  margin: 0
}

.homepage-about-us__text span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 15px
}

@media(max-width: 1000px) {
  .homepage-about-us__text {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media(max-width: 765px) {
  .homepage-about-us__text {
    padding: 0 10%
  }
}

.brg_first-place-badge {
  background: #ffcb2a;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato-Heavy, Lato, sans-serif;
  font-size: 12pt;
  font-weight: 600;
  height: 30px;
  padding: 5px 0;
  position: absolute;
  top: 15px;
  left: -6px;
  white-space: nowrap;
  width: auto;
  z-index: 9
}

.brg_first-place-badge img {
  margin: 0 2px
}

.brg_first-place-badge::before {
  border-style: solid;
  border-width: 0 6px 6px 0;
  border-color: transparent #b78d0b transparent transparent;
  content: '';
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0
}

.brg_first-place-badge::after {
  border-style: solid;
  border-width: 15px 0 15px 10px;
  border-color: transparent transparent transparent #ffcb2a;
  content: '';
  height: 0;
  left: 100%;
  position: absolute;
  top: 0;
  width: 0
}

@media(max-width: 767px) {
  .brg_first-place-badge {
    display: none
  }
}

.brg_first-place-best-value {
  background: #4bccf1
}

.brg_first-place-best-value::before {
  border-right-color: #228caa
}

.brg_first-place-best-value::after {
  border-left-color: #4bccf1
}

.brg_list-compare-prices-link {
  color: #999;
  display: block;
  font-size: 16px;
  height: 18px;
  line-height: 18px;
  margin-top: 13px;
  text-align: center
}

.brg_list-compare-prices-link__text {
  border-bottom: 1px solid #999;
  display: inline-block
}

.brg_list-compare-prices-link:focus,
.brg_list-compare-prices-link:hover {
  outline: none
}

.brg_list-compare-prices-link__loader {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s;
  display: block;
  margin: 0 auto;
  position: relative;
  text-indent: -9999em
}

.brg_list-compare-prices-link__loader,
.brg_list-compare-prices-link__loader:before,
.brg_list-compare-prices-link__loader:after {
  -webkit-animation: rf_loader-bubles 1.8s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation: rf_loader-bubles 1.8s infinite ease-in-out;
  animation-fill-mode: both;
  border-radius: 50%;
  height: 8px;
  width: 8px
}

.brg_list-compare-prices-link__loader:before,
.brg_list-compare-prices-link__loader:after {
  content: '';
  position: absolute;
  top: 0
}

.brg_list-compare-prices-link__loader:before {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s;
  left: -12px
}

.brg_list-compare-prices-link__loader:after {
  left: 12px
}

@-webkit-keyframes rf_loader-bubles {

  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 8px 0 -4px #34c2f0;
    box-shadow: 0 8px 0 -4px #34c2f0
  }

  40% {
    -webkit-box-shadow: 0 8px 0 0 #34c2f0;
    box-shadow: 0 8px 0 0 #34c2f0
  }
}

@keyframes rf_loader-bubles {

  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 8px 0 -4px #34c2f0;
    box-shadow: 0 8px 0 -4px #34c2f0
  }

  40% {
    -webkit-box-shadow: 0 8px 0 0 #34c2f0;
    box-shadow: 0 8px 0 0 #34c2f0
  }
}

.brg_list-compare-prices-popup {
  -webkit-box-shadow: 4px 4px 15px #d6d6d6;
  box-shadow: 4px 4px 15px #d6d6d6;
  background: #fff;
  border: 1px solid #c8c8c8;
  display: none;
  margin-right: 16px;
  padding: 22px 25px;
  position: absolute;
  right: 100%;
  top: 50%;
  width: 414px;
  z-index: 100;
  border-radius: 10px
}

.brg_list-compare-prices-popup:before,
.brg_list-compare-prices-popup:after {
  border: solid transparent;
  content: '';
  height: 0;
  left: 100%;
  position: absolute;
  pointer-events: none;
  top: 50%;
  width: 0
}

.brg_list-compare-prices-popup:before {
  border-color: transparent;
  border-left-color: #c8c8c8;
  border-width: 16px;
  margin-top: -16px
}

.brg_list-compare-prices-popup:after {
  border-color: transparent;
  border-left-color: #fff;
  border-width: 15px;
  margin-top: -15px
}

.brg_list-compare-prices-popup__title {
  border-bottom: 1px solid #e2e2e2;
  color: #75d35e;
  font-size: 22px;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
  padding: 0 0 15px
}

.brg_list-compare-prices-popup__close-btn {
  color: #c1c1c1;
  font-weight: 300;
  position: absolute;
  left: 14px;
  text-transform: uppercase;
  top: 12px
}

.brg_compare-prices--list-compare-prices .brg_compare-prices__link {
  padding: 10px 0
}

.brg_product-cards-table--list-compare-prices .brg_product-cards-table__more-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-top: 20px
}

@media(max-width: 767px) {
  .brg_page-show-list--new-mobile-list-1 .brg_adsense {
    margin: 0;
    padding: 14px 14px 0
  }
}

#brg_google_search_ads {
  right: 0;
  top: 270px;
  width: 200px;
  margin: 30px;
  position: absolute
}

@media(max-width: 1400px) {
  #brg_google_search_ads {
    top: 0;
    width: 100%;
    overflow-y: scroll;
    max-height: 150px;
    position: relative;
    margin: 0 0 15px;
    border-bottom: 1px solid #e5e5e5
  }

  #brg_google_search_ads::-webkit-scrollbar {
    width: 2px
  }

  #brg_google_search_ads::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #f7f7f7;
    box-shadow: inset 0 0 6px #f7f7f7
  }

  #brg_google_search_ads::-webkit-scrollbar-thumb {
    background-color: #e5e5e5;
    outline: 1px solid #ccc
  }

  #brg_google_search_ads.double_unit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 180px
  }

  #brg_google_search_ads.double_unit #brg_google_search_ads_1 {
    width: 50%;
    margin-right: 4%
  }

  #brg_google_search_ads.double_unit #brg_google_search_ads_2 {
    width: 50%
  }
}

@media(max-width: 767px) {
  #brg_google_search_ads {
    padding: 0 20px
  }

  #brg_google_search_ads.double_unit {
    max-height: 260px;
    overflow: scroll
  }
}

@media(max-width: 600px) {
  .editorial_ads #brg_google_search_ads {
    margin: 0
  }
}

#international_google_ads {
  padding: 0 20px
}

@media(max-width: 1560px) {
  #international_google_ads #brg_google_search_ads {
    top: 0;
    width: 100%;
    overflow-y: scroll;
    max-height: 150px;
    position: relative;
    margin: 0 0 15px;
    border-bottom: 1px solid #e5e5e5
  }

  #international_google_ads #brg_google_search_ads::-webkit-scrollbar {
    width: 2px
  }

  #international_google_ads #brg_google_search_ads::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #f7f7f7;
    box-shadow: inset 0 0 6px #f7f7f7
  }

  #international_google_ads #brg_google_search_ads::-webkit-scrollbar-thumb {
    background-color: #e5e5e5;
    outline: 1px solid #ccc
  }

  #international_google_ads #brg_google_search_ads.double_unit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 180px
  }

  #international_google_ads #brg_google_search_ads.double_unit #brg_google_search_ads_1 {
    width: 50%;
    margin-right: 4%
  }

  #international_google_ads #brg_google_search_ads.double_unit #brg_google_search_ads_2 {
    width: 50%
  }
}

@media(max-width: 767px) {

  .brg_new-mobile-list .brg_product-ribbon,
  .brg_new-mobile-list .brg_product-ribbon:before,
  .brg_new-mobile-list .brg_product-ribbon:after {
    position: absolute
  }

  .brg_new-mobile-list .brg_product-ribbon {
    display: block;
    height: 20px;
    left: -7px;
    line-height: 20px;
    text-transform: uppercase
  }

  .brg_new-mobile-list .brg_product-ribbon:before,
  .brg_new-mobile-list .brg_product-ribbon:after {
    border-style: solid;
    height: 0;
    width: 0
  }

  .brg_new-mobile-list .brg_product-ribbon:after {
    border-width: 3px 3.5px;
    content: '';
    left: 0;
    top: 100%
  }

  .brg_new-mobile-list .brg_product-ribbon--position {
    width: 40px
  }
}

@media(max-width: 767px) {

  .brg_mobile-list,
  .brg_mobile-list .brg_mobile-list__product {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 4px 5px;
    position: relative;
    background-color: #fff;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .brg_mobile-list .brg_mobile-list__product {
    width: 100%;
    height: 220px
  }

  .brg_mobile-list .brg_mobile-list__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #e8e8e8
  }

  .brg_mobile-list .brg_product-ribbon,
  .brg_mobile-list .brg_mobile-list__brand,
  .brg_mobile-list .brg_mobile-list__reviews {
    font-weight: 600
  }

  .brg_mobile-list .brg_product-ribbon {
    color: #666;
    position: absolute;
    font-size: 12px;
    top: 15px;
    left: 2px
  }

  .brg_mobile-list .brg_product-ribbon--first-place {
    background-color: #fee94e;
    padding: 1px 4px
  }

  .brg_mobile-list .brg_product-ribbon--first-place:after {
    border-color: #fcd748 #fcd748 transparent transparent
  }

  .brg_mobile-list .brg_product-ribbon--position {
    background-color: #e0e0e0
  }

  .brg_mobile-list .brg_product-ribbon--position:after {
    border-color: #bdbdbd #bdbdbd transparent transparent
  }

  .brg_mobile-list .brg_product-ribbon--best-value {
    background-color: #42c4ef;
    color: #fff;
    padding: 1px 4px
  }

  .brg_mobile-list .brg_product-ribbon--best-value:after {
    border-color: #3292b3 #3292b3 transparent transparent
  }

  .brg_mobile-list .brg_mobile-list__left,
  .brg_mobile-list .brg_mobile-list__right {
    display: table-cell
  }

  .brg_mobile-list .brg_mobile-list__left {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 10px;
    width: 140px;
    height: 160px;
    padding: 60px
  }

  .brg_mobile-list .brg_mobile-list__right {
    line-height: 1.25;
    padding: 0 10px;
    width: 100%
  }

  .brg_mobile-list .brg_mobile-list__content,
  .brg_mobile-list .brg_mobile-list__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .brg_mobile-list .brg_mobile-list__position {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    background-color: #d7d7d7;
    border: 1px solid #e8e8e8
  }

  .brg_mobile-list .brg_mobile-list__name {
    color: #666;
    font-size: 14px
  }

  .brg_mobile-list .brg_mobile-list__name--container {
    height: 65px;
    overflow: hidden
  }

  .brg_mobile-list .brg_mobile-list__brand {
    color: #17c4ef;
    display: block;
    font-size: 14px;
    margin-top: 4px;
    height: 17px;
    overflow: hidden
  }

  .brg_mobile-list .brg_mobile-list__reviews {
    color: #838383;
    margin-top: 2px;
    font-size: 12px;
    text-transform: uppercase
  }

  .brg_mobile-list .brg_mobile-list__reviews--hide {
    visibility: hidden
  }

  .brg_mobile-list .brg_mobile-list__bottom {
    position: relative
  }

  .brg_mobile-list .brg_mobile-list__score {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
  }

  .brg_mobile-list .brg_score {
    background-position: right 3px;
    padding-right: 22px
  }

  .brg_mobile-list .brg_score__value {
    height: 24px;
    font-size: 19px;
    padding: 0 0 2px;
    border-bottom-width: 1px;
    border-bottom: 1px solid #42c4ef
  }

  .brg_mobile-list .brg_btn--success {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #75d45e
  }

  .brg_mobile-list .brg_btn--success::after {
    content: "Product";
    margin-left: 5px
  }
}

@media(max-width: 767px) {

  .brg_new-mobile-list--2,
  .brg_new-mobile-list--2 .brg_new-mobile-list__product {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 4px 5px;
    background-color: #fff;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .brg_new-mobile-list--2 .brg_new-mobile-list__product {
    width: 50%;
    height: 280px
  }

  .brg_new-mobile-list--2 .brg_new-mobile-list__link {
    position: relative;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #e8e8e8
  }

  .brg_new-mobile-list--2 .brg_product-ribbon,
  .brg_new-mobile-list--2 .brg_new-mobile-list__brand,
  .brg_new-mobile-list--2 .brg_new-mobile-list__reviews {
    font-weight: 600
  }

  .brg_new-mobile-list--2 .brg_product-ribbon {
    color: #666;
    font-size: 10px;
    top: 5px
  }

  .brg_new-mobile-list--2 .brg_product-ribbon--first-place {
    background-color: #fee94e;
    padding: 1px 4px
  }

  .brg_new-mobile-list--2 .brg_product-ribbon--first-place:after {
    border-color: #fcd748 #fcd748 transparent transparent
  }

  .brg_new-mobile-list--2 .brg_product-ribbon--position {
    background-color: #e0e0e0
  }

  .brg_new-mobile-list--2 .brg_product-ribbon--position:after {
    border-color: #bdbdbd #bdbdbd transparent transparent
  }

  .brg_new-mobile-list--2 .brg_product-ribbon--best-value {
    background-color: #42c4ef;
    color: #fff;
    padding: 1px 4px
  }

  .brg_new-mobile-list--2 .brg_product-ribbon--best-value:after {
    border-color: #3292b3 #3292b3 transparent transparent
  }

  .brg_new-mobile-list--2 .brg_new-mobile-list__left,
  .brg_new-mobile-list--2 .brg_new-mobile-list__right {
    display: table-cell
  }

  .brg_new-mobile-list--2 .brg_new-mobile-list__left {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 10px;
    height: 158px;
    width: 120px
  }

  .brg_new-mobile-list--2 .brg_new-mobile-list__right {
    line-height: 1.25;
    padding: 5px 10px 14px 15px
  }

  .brg_new-mobile-list--2 .brg_new-mobile-list__content,
  .brg_new-mobile-list--2 .brg_new-mobile-list__bottom {
    display: block
  }

  .brg_new-mobile-list--2 .brg_new-mobile-list__position {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-right: none;
    border-top: none;
    padding: 0 5px
  }

  .brg_new-mobile-list--2 .brg_new-mobile-list__name {
    color: #666;
    font-size: 14px;
    padding-right: 10px
  }

  .brg_new-mobile-list--2 .brg_new-mobile-list__name--container {
    height: 65px;
    overflow: hidden
  }

  .brg_new-mobile-list--2 .brg_new-mobile-list__brand {
    color: #17c4ef;
    display: block;
    font-size: 14px;
    margin-top: 4px
  }

  .brg_new-mobile-list--2 .brg_new-mobile-list__reviews {
    color: #838383;
    margin-top: 2px;
    font-size: 12px;
    text-transform: uppercase
  }

  .brg_new-mobile-list--2 .brg_new-mobile-list__bottom {
    position: relative
  }

  .brg_new-mobile-list--2 .brg_new-mobile-list__score {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-left: 16px
  }

  .brg_new-mobile-list--2 .brg_score {
    background-position: right 3px;
    padding-right: 22px
  }

  .brg_new-mobile-list--2 .brg_score__value {
    height: 24px;
    font-size: 19px;
    padding: 0 0 2px;
    border-bottom-width: 1px;
    border-bottom: 1px solid #42c4ef
  }

  .brg_new-mobile-list--2 .brg_btn--success {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #75d45e
  }

  .brg_new-mobile-list--2 .brg_btn--success::after {
    content: 'Product';
    margin-left: 5px
  }
}

#brg_mobile_title_left {
  text-align: left !important
}

@media(max-width: 767px) {
  .brg_page-show-list--new-mobile-list-2 .brg_product-cards .brg_section {
    background-color: #fafafa
  }
}

.brg_header--top-categories-panel .brg_top-categories-panel {
  -webkit-box-shadow: 0 5px 10px #999;
  box-shadow: 0 5px 10px #999;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #aaa;
  display: none;
  left: 0;
  padding: 32px 0 39px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1000
}

.brg_header--top-categories-panel .brg_top-categories-panel>.rf_container {
  position: relative
}

.brg_header--top-categories-panel .brg_top-categories-panel__title {
  color: #959595;
  margin-bottom: 25px;
  padding-left: 21px
}

.brg_header--top-categories-panel .brg_top-categories-panel__title-text,
.brg_header--top-categories-panel .brg_top-categories-panel__title-caption {
  display: inline-block
}

.brg_header--top-categories-panel .brg_top-categories-panel__title-text {
  color: #17baef;
  font-size: 24px;
  line-height: 26px
}

.brg_header--top-categories-panel .brg_top-categories-panel__title-caption {
  font-size: 14px;
  line-height: 16px;
  padding-left: 6px
}

.brg_header--top-categories-panel .brg_top-categories-panel__columns {
  display: table;
  position: relative;
  width: 100%
}

.brg_header--top-categories-panel .brg_top-categories-panel__column {
  display: table-cell;
  padding-left: 20px;
  position: relative;
  vertical-align: top
}

.brg_header--top-categories-panel .brg_top-categories-panel__column .brg_nav__item,
.brg_header--top-categories-panel .brg_top-categories-panel__column .brg_nav__link {
  color: #959595;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px
}

.brg_header--top-categories-panel .brg_top-categories-panel__column .brg_nav__item {
  float: left;
  height: auto;
  margin-bottom: 12px;
  padding-right: 20px;
  width: 50%
}

.brg_header--top-categories-panel .brg_top-categories-panel__column .brg_nav__link {
  position: relative
}

.brg_header--top-categories-panel .brg_top-categories-panel__column .brg_nav__link:hover {
  border-bottom: 1px solid #959595
}

.brg_header--top-categories-panel .brg_top-categories-panel__column--right .brg_nav__item {
  width: 100%
}

.brg_header--top-categories-panel .brg_top-categories-panel__column:before {
  background: #e2e2e2;
  content: '';
  display: block;
  left: 0;
  margin: 5px 0;
  position: absolute;
  top: 0;
  height: 90%;
  width: 1px
}

.brg_header--top-categories-panel .brg_top-categories-panel__column-title {
  color: #666;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px
}

.brg_header--top-categories-panel .brg_top-categories-panel__column-icon {
  color: #17baef;
  padding-right: 12px
}

.brg_header--top-categories-panel .brg_top-categories-panel .brg_search-form {
  bottom: 12px;
  position: absolute;
  right: 0;
  width: 245px
}

.brg_header--top-categories-panel .brg_top-categories-panel .brg_search-form .brg_input-group {
  border-color: #edefec
}

.brg_header--top-categories-panel .brg_top-categories-panel .brg_search-form .brg_input-group:hover {
  border-color: #51d9f6
}

.brg_header--top-categories-panel .brg_top-categories-panel .brg_search-form .brg_form-control,
.brg_header--top-categories-panel .brg_top-categories-panel .brg_search-form__btn {
  height: 38px
}

.brg_header--top-categories-panel .brg_top-categories-panel .brg_search-form .brg_form-control {
  border: 0;
  font-size: 16px;
  padding-left: 0
}

.brg_header--top-categories-panel .brg_top-categories-panel .brg_search-form .brg_form-control::-webkit-input-placeholder {
  color: rgba(149, 149, 149, .3)
}

.brg_header--top-categories-panel .brg_top-categories-panel .brg_search-form .brg_form-control:-moz-placeholder {
  color: rgba(149, 149, 149, .3)
}

.brg_header--top-categories-panel .brg_top-categories-panel .brg_search-form .brg_form-control::-moz-placeholder {
  color: rgba(149, 149, 149, .3)
}

.brg_header--top-categories-panel .brg_top-categories-panel .brg_search-form .brg_form-control:-ms-input-placeholder {
  color: rgba(149, 149, 149, .3)
}

.brg_header--top-categories-panel .brg_top-categories-panel .brg_search-form__btn {
  height: 38px;
  line-height: 38px;
  width: 38px
}

.brg_header--top-categories-panel .brg_top-categories-panel .brg_search-form__btn--submit {
  font-size: 21px
}

.brg_header--top-categories-panel .brg_top-categories-panel .brg_search-form__no-result {
  bottom: 100%;
  color: #17baef;
  font-size: 18px;
  position: absolute;
  text-align: center
}

.brg_header--top-categories-panel .brg_top-categories-panel .brg_search-form__no-result-caption {
  display: none
}

.brg_header--top-categories-panel .brg_top-categories-panel__close-btn {
  color: #17baef;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 0
}

@media(max-width: 991px) {
  .brg_header--top-categories-panel .brg_top-categories-panel {
    display: none !important
  }
}

.brg_side-nav--top-categories-panel .brg_top-categories-panel__column-title {
  background: gray;
  border-bottom: 1px solid #656565;
  border-top: 1px solid #353535;
  cursor: hand;
  cursor: pointer;
  color: #e2e2e2;
  padding: 15px 15px 15px 43px;
  font-size: 22px
}

.brg_side-nav--top-categories-panel .brg_top-categories-panel__column-icon {
  display: inline-block;
  font-size: 29px;
  height: 25px;
  margin: 0 0 0 -28px;
  text-align: center;
  width: 30px
}

.brg_side-nav--top-categories-panel .brg_top-categories-panel__column .brg_nav {
  display: none;
  height: 240px;
  overflow-y: auto
}

@media(max-width: 767px) {
  .brg_new-mobile-list--view-button-right-side .brg_new-mobile-list__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .brg_new-mobile-list--view-button-right-side .brg_new-mobile-list__score,
  .brg_new-mobile-list--view-button-right-side .brg_btn--success {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
  }

  .brg_new-mobile-list--view-button-right-side .brg_new-mobile-list__score {
    position: static
  }

  .brg_new-mobile-list--view-button-right-side .brg_btn--success {
    max-width: 180px;
    width: auto
  }
}

.brg_amazon-btn>.brg_product-cards-table__product-link.brg_btn.brg_btn--success {
  background: url(ab_tests/amazon_button.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom: none;
  color: transparent
}

#search_ads_top {
  margin-top: 10px
}

@media(max-width: 767px) {
  #search_ads_top {
    margin: 0;
    padding: 0 5px
  }
}

#search_ads_middle,
#search_ads_footer {
  width: 75%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 30px
}

.search_ads_container {
  width: 80%;
  margin: auto
}

@media(min-width: 992px) {
  .search_ads_container {
    width: 70%
  }
}

@media(max-width: 767px) {
  .search_ads_container {
    width: 95%
  }
}

.search_ads_container__list-ads {
  margin: 5px 3% 30px
}

.limited_time {
  display: none;
  font-size: 14px;
  border: solid 1px #e6e6e6;
  padding: 5px 10px;
  margin-top: 6px
}

.limited_time__red-txt {
  color: #ef0013
}

.limited_time__gray-txt {
  color: #666
}

@media(max-width: 767px) {
  .limited_time {
    visibility: hidden
  }
}

.primeday_banners {
  top: 15%;
  width: 100px;
  height: 500px;
  position: fixed;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  background-size: contain;
  background-repeat: no-repeat
}

.primeday_banners:hover {
  -webkit-filter: brightness(1.05);
  filter: brightness(1.05);
  -webkit-transition: all .6s ease;
  transition: all .6s ease
}

.primeday_banners--left {
  left: 3%;
  background-position: top center;
  background-image: url(primeday/left_banner_static.png)
}

@media(min-width: 1600px) and (max-width:1730px) {
  .primeday_banners--left {
    left: 0
  }
}

@media(max-width: 1500px) {
  .primeday_banners--left {
    left: 1%
  }
}

@media(max-width: 1400px) {
  .primeday_banners--left {
    left: 0
  }
}

@media(max-width: 1340px) {
  .primeday_banners--left {
    left: 0;
    width: 80px
  }
}

@media(max-width: 1315px) {
  .primeday_banners--left {
    width: 60px
  }
}

@media(max-width: 1275px) {
  .primeday_banners--left {
    display: none
  }
}

.primeday_banners--right {
  right: 3%;
  background-position: top center;
  background-image: url(primeday/right_banner_static.png)
}

@media(min-width: 1600px) and (max-width:1730px) {
  .primeday_banners--right {
    right: 0
  }
}

@media(max-width: 1500px) {
  .primeday_banners--right {
    right: 1%
  }
}

@media(max-width: 1400px) {
  .primeday_banners--right {
    right: 0
  }
}

@media(max-width: 1340px) {
  .primeday_banners--right {
    right: 0;
    width: 80px
  }
}

@media(max-width: 1315px) {
  .primeday_banners--right {
    width: 60px
  }
}

@media(max-width: 1275px) {
  .primeday_banners--right {
    display: none
  }
}

#primeday_banner .primeday_banner--mobile {
  top: 70px;
  width: 100%;
  height: 65px;
  position: absolute;
  color: transparent;
  background-image: url(primeday/primeday_mobile_banner.png);
  background-position: center;
  background-size: contain
}

@media(min-width: 1275px) {
  #primeday_banner .primeday_banner--mobile {
    display: none
  }
}

@media(max-width: 767px) {
  #primeday_banner .primeday_banner--mobile {
    background-size: cover;
    background-repeat: no-repeat
  }
}

@media(max-width: 1275px) {
  #primeday_banner__mobile {
    margin-top: 70px
  }
}