@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v8/zYXgKVElMYYaJe8bpLHnCwDKtdY.ttf) format('truetype');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v8/zYX9KVElMYYaJe8bpLHnCwDKjQ76MIY.ttf) format('truetype');
}
*,
::after,
::before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webki-highlight-color: transparent;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: blockt-tap;
}

body {
  margin: 0;
  font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  line-height: 1.5;
  color: #001737;
  text-align: left;
  background-color: #fff;
  font-size: 1rem;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-color: rgba(72, 94, 144, 0.16);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

a,
a:hover {
  text-decoration: none;
}

a {
  color: #ff4a64;
  background-color: transparent;
}

a:hover {
  color: #0148ae;
}

img,
svg {
  vertical-align: middle;
}

img {
  border-style: none;
}

svg {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.25;
  color: #001737;
}

.h1,
h1 {
  font-size: 2.1875rem;
}

.h2,
h2 {
  font-size: 1.75rem;
}

.h5,
h5 {
  font-size: 1.09375rem;
}

.h6,
h6 {
  font-size: 0.875rem;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em+0.9375rem+2px);
  padding: 0.46875rem 0.625rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c0ccda;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #596882;
  background-color: #fff;
  border-color: #7cb2fe;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(1, 104, 250, 0.25);
}

.form-control::placeholder {
  opacity: 1;
  color: #c0ccda;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #7987a1;
  pointer-events: none;
  cursor: default;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.33594rem;
  padding-bottom: 0.33594rem;
  margin-right: 1rem;
  font-size: 1.09375rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(72, 94, 144, 0.16);
  border-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 5;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #596882;
  text-align: inherit;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #596882;
  text-decoration: none;
  background-color: #f4f5f8;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded {
  border-radius: 0.25rem;
}

.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-fill {
  flex: 1 1 auto;
}

.justify-content-center {
  justify-content: center;
}

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row;
  }
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem;
}

.mt-5,
.my-5 {
  margin-top: 3rem;
}

.pl-3,
.px-3 {
  padding-left: 1rem;
}

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

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

.text-muted {
  color: #7987a1;
}

.btn svg {
  width: 14px;
  height: 14px;
  stroke-width: 2.5px;
  margin-top: -2px;
}

.card-body {
  padding: 15px;
}

@media (min-width: 576px) {
  .card-body {
    padding: 20px;
  }
}

.form-control {
  color: #1b2e4b;
  font-size: inherit;
}

.nav-link {
  color: #596882;
}

.nav-link:focus,
.nav-link:hover {
  color: #0168fa;
}

.nav-link.active {
  color: #0168fa;
}

.navbar-menu-wrapper {
  order: 3;
  width: 260px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  overflow: hidden;
  z-index: 1060;
  transform: translateX(-260px);
  transition: all 0.4s;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-menu-wrapper {
    transition: none;
  }
}

@media (min-width: 992px) {
  .navbar-menu-wrapper {
    width: auto;
    padding: 0 25px;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    background-color: transparent;
    overflow: visible;
    display: flex;
    order: 2;
    transform: none;
    z-index: auto;
    flex: 1;
  }
}

@media (min-width: 1200px) {
  .navbar-menu-wrapper {
    padding: 0 30px;
  }
}

.navbar-menu-wrapper > .ps__rail-y {
  display: none;
}

.navbar-menu-header {
  height: 55px;
  padding: 0 15px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(72, 94, 144, 0.16);
}

@media (min-width: 992px) {
  .navbar-menu-header {
    display: none;
  }
}

.navbar-menu-header .feather-x {
  width: 20px;
  height: 20px;
  stroke-width: 2.5px;
}

.navbar-menu-header a:last-child {
  color: #7987a1;
}

.navbar-menu-header a:last-child:focus,
.navbar-menu-header a:last-child:hover {
  color: #1c273c;
}

.navbar-menu {
  flex-direction: column;
  padding: 25px 0;
}

@media (min-width: 992px) {
  .navbar-menu {
    align-items: center;
    flex-direction: row;
    padding: 0;
    /* width: 100%; */
    margin-top: -3px;
  }
}

.navbar-menu .nav-item + .nav-item {
  margin-top: 10px;
}

@media (min-width: 992px) {
  .navbar-menu .nav-item + .nav-item {
    margin-top: 0;
    margin-left: 25px;
  }
}

@media (min-width: 1200px) {
  .navbar-menu .nav-item + .nav-item {
    margin-left: 30px;
  }
}

.navbar-menu .nav-item.active .nav-link {
  position: relative;
  color: #000;
}

.navbar-menu .nav-item.active .nav-link::before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 10px;
  height: 2px;
  background-color: #0168fa;
}

@media (min-width: 992px) {
  .navbar-menu .nav-item.active .nav-link::before {
    display: none;
  }
}

.navbar-menu .nav-item.active .nav-link svg,
.navbar-menu .nav-link:hover svg {
  color: #c6dcff;
  fill: rgba(1, 104, 250, 0.2);
}

.navbar-menu .nav-item.active.with-sub .nav-link::after {
  border-color: #0168fa;
}

.navbar-menu .nav-item.with-sub {
  position: relative;
}

.navbar-menu .nav-item.with-sub .nav-link .nav-link-caveats {
  padding: 0 5px;
  margin-top: -9px;
}
.navbar-menu .nav-item.with-sub .nav-link .nav-link-caveats .nav-link-caveats-arrow {
  content: '';
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #8392a5;
  border-bottom: 1.5px solid #8392a5;
  display: inline-block;
  transform: rotate(45deg);
  margin-left: auto;
  transition: all 0.2s ease-in-out;
  margin-left: 5px;
  margin-top: -6px;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-menu .nav-item.with-sub .nav-link::after {
    transition: none;
  }
}

@media (min-width: 992px) {
  .navbar-menu .nav-item.with-sub .nav-link::after {
    margin-left: 6px;
  }
}

.navbar-menu .nav-item.show .navbar-menu-sub {
  display: block;
}

.navbar-menu .nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
  font-weight: 600;
  padding: 0 20px;
  text-transform: uppercase;
  color: #666;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-menu .nav-link {
    transition: none;
  }
}

@media (min-width: 992px) {
  .navbar-menu .nav-link {
    padding: 0;
  }
}

.navbar-menu .nav-link:hover {
  color: #000;
}

.navbar-menu .nav-link svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.2px;
  fill: rgba(27, 46, 75, 0.1);
  margin-right: 15px;
  color: #000;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-menu .nav-link svg {
    transition: none;
  }
}

@media (min-width: 992px) {
  .navbar-menu .nav-link svg {
    display: none;
  }
}

.navbar-menu .nav-label {
  font-size: 10px;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, 'Inter UI', Roboto, sans-serif;
  letter-spacing: 0.7px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}

.navbar-search {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-search {
    transition: none;
  }
}

.navbar-search.visible {
  visibility: visible;
  opacity: 1;
}

.navbar-search-header {
  height: 55px;
  background-color: #fff;
  padding: 0 15px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(72, 94, 144, 0.16);
}

@media (min-width: 576px) {
  .navbar-search-header {
    padding: 0 20px;
    height: 60px;
  }
}

@media (min-width: 992px) {
  .navbar-search-header {
    padding: 0 25px;
  }
}

.navbar-search-header .form-control {
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  color: #001737;
  border-width: 0;
  background-color: transparent;
}

@media (min-width: 992px) {
  .navbar-search-header .form-control {
    font-size: 16px;
  }
}

.navbar-search-header .form-control::placeholder {
  font-weight: 400;
}

.navbar-search-header .form-control:active,
.navbar-search-header .form-control:focus {
  box-shadow: none;
}

.navbar-search-header .btn {
  padding: 0;
}

.navbar-search-header .btn svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.8px;
}

.navbar-search-body {
  padding: 15px 15px 20px;
  background-color: #fff;
  font-size: 13px;
}

@media (min-width: 992px) {
  .navbar-search-body {
    padding: 25px 25px 30px;
  }
}

.navbar-search-body ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .navbar-search-body ul {
    flex-direction: row;
  }
}

.navbar-search-body li + li {
  margin-top: 2px;
}

@media (min-width: 992px) {
  .navbar-search-body li + li {
    margin-top: 0;
    margin-left: 5px;
  }
}

.navbar-search-body a {
  padding: 5px 10px;
  display: block;
  color: #1b2e4b;
  border-radius: 0.25rem;
}

@media (min-width: 992px) {
  .navbar-search-body a {
    border: 1px solid rgba(72, 94, 144, 0.16);
  }
}

.navbar-search-body a:focus,
.navbar-search-body a:hover {
  background-color: #e5e9f2;
}

@media (min-width: 992px) {
  .navbar-search-body a:focus,
  .navbar-search-body a:hover {
    background-color: #c0ccda;
    border-color: transparent;
  }
}

.df-logo {
  font-size: 22px;
  margin-top: -4px;
  color: #ff000;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .df-logo {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .df-logo {
    font-size: 24px;
  }
}

.df-logo:focus,
.df-logo:hover {
  color: #ff4a64;
}

.df-logo span {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  background: #ff0000;
  padding: 0px 5px;
  margin-left: 5px;
  border-radius: 5px;
}

@media (min-width: 992px) {
  .content-fixed {
    margin-top: 60px;
  }
}

.footer {
  font-size: 10px;
  font-family: -apple-system, BlinkMacSystemFont, 'Inter UI', Roboto, sans-serif;
  letter-spacing: 0.3px;
  padding: 15px 25px;
  color: #637388;
  border-top: 1px solid rgba(72, 94, 144, 0.16);
}

@media (min-width: 992px) {
  .footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.footer a {
  padding: 0;
  color: #1b2e4b;
}

.footer a:focus,
.footer a:hover {
  color: #0168fa;
}

.footer a + .nav-link {
  margin-left: 12px;
}

.footer > div:last-child {
  margin-top: 15px;
}

@media (min-width: 576px) {
  .footer > div:last-child {
    margin-top: 0;
  }
}

@media (max-width: 576px) {
  .footer .nav {
    display: block;
  }
  .footer .nav .nav-link {
    margin-left: 0;
    padding: 5px 0;
  }
  .footer .nav a {
    display: initial;
    margin-right: 22px;
}
  .product-photo{width:100%}
}

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

.tt-menu.tt-open {
  width: 100%;
  text-align: left;
}

.product-photo,
.product-photo-sm,
.related-reviews .card .card-img-top {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /*min-height: 150px;*/
  padding-left: 1rem;
}

.viewdetail-img.product-photo {
  height: 100%;
}

.product-photo img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.product-photo-sm img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

@media (min-width: 576px) and (max-width: 768px) {
  .product-photo img {
    width: 100px;
    height: 100px;
  }
  #sidebar .card .product-photo img {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 576px) {
  .product-photo-sm {
    width: 100%;
    margin: 0;
  }
  .product-photo img,
  .product-photo-sm img {
    width: 100%;
    height: 100%;
  }
  .product-right {
    text-align: left;
    padding-left: 0;
  }

  .navbar-menu .nav-link {
    color: #001737;
  }
}

.disclaimer {
  font-size: 12px;
  font-style: italic;
  color: #666;
  text-align: right;
  margin-top: -15px;
}

.top-picks {
  column-count: 2;
}

@media (max-width: 576px) {
  .top-picks {
    column-count: 1;
  }
  .hidden-xs {
    display: none;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
}

@media (min-width: 576px) {
  .navbar-header .burger-menu {
    margin-left: 20px;
  }
}

@media (min-width: 992px) {
  .navbar-header .burger-menu {
    display: none;
  }
}

.navbar-header .burger-menu svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.5px;
}

@media (max-width: 991.98px) {
  .navbar-nav-show {
    overflow: hidden;
  }
  .navbar-nav-show .navbar-menu-wrapper {
    transform: translateX(0);
  }
  .navbar-nav-show .backdrop {
    opacity: 1;
    visibility: visible;
    left: 260px;
  }
}

@media (min-width: 992px) {
  .navbar-header {
    height: 60px;
  }
}

.navbar-header {
  align-items: stretch;
  height: 55px;
  padding: 0;
  justify-content: flex-start;
  background-color: #fff;
  border-bottom: 1px solid #fe4a64;
}

@media (min-width: 992px) {
  .navbar-header {
    height: 60px;
  }
}

@media (max-width: 1139px) {
  .navbar-header > .container {
    max-width: none;
  }
}

@media (min-width: 1140px) {
  .navbar-header > .container .navbar-brand {
    padding-left: 0;
  }
  .navbar-header > .container .navbar-right {
    padding-right: 0;
  }
}

.navbar-header .navbar-brand {
  display: flex;
  align-items: center;
  padding-left: 15px;
  margin-right: 0;
  order: 1;
}

@media (min-width: 992px) {
  .navbar-header .navbar-brand {
    padding: 0 0 0 20px;
  }
}

.navbar-header .burger-menu {
  margin-left: 18px;
  color: #666;
  display: flex;
  align-items: center;
}

@media (min-width: 576px) {
  .navbar-header .burger-menu {
    margin-left: 20px;
  }
}

@media (min-width: 992px) {
  .navbar-header .burger-menu {
    display: none;
  }
}

.navbar-header .burger-menu:hover {
  color: #0168fa;
}

.navbar-header .navbar-right {
  padding: 0 15px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  order: 2;
}

@media (min-width: 576px) {
  .navbar-header .navbar-right {
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  .navbar-header .navbar-right {
    order: 3;
    padding: 0 20px 0 0;
  }
}

@media (min-width: 1200px) {
  .navbar-header .navbar-right {
    width: 200px;
  }
}

.navbar-header .navbar-right .search-link {
  color: #666;
}

.navbar-header .navbar-right .search-link:focus,
.navbar-header .navbar-right .search-link:hover {
  color: rgba(0, 23, 55, 0.8);
}

.navbar-header .navbar-right .search-link svg {
  width: 16px;
  height: 16px;
  stroke-width: 3px;
}

@media (min-width: 576px) {
  .navbar-header .navbar-right .search-link svg {
    width: 20px;
    height: 20px;
    stroke-width: 2.8px;
  }
}

.navbar-header .navbar-right .dropdown {
  margin-left: 8px;
}

@media (min-width: 576px) {
  .navbar-header .navbar-right .dropdown {
    margin-left: 15px;
  }
}

.navbar-header .navbar-right .dropdown:last-child {
  margin-left: 15px;
}

@media (min-width: 992px) {
  .navbar-header .navbar-right .dropdown:last-child {
    margin-left: 20px;
  }
}

@media (min-width: 1200px) {
  .navbar-header .navbar-right .dropdown:last-child {
    margin-left: 30px;
  }
}

.navbar-header .navbar-right .dropdown-menu {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(72, 94, 144, 0.16);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.nav-with-icon .nav-link {
  display: flex;
  align-items: center;
  padding: 0.8rem 1rem;
  margin-right: 5px;
}

.nav-with-icon svg {
  width: 16px;
  height: 16px;
  stroke-width: 2.5px;
  margin-right: 7px;
  position: relative;
  top: -1px;
}

.collapse:not(.show) {
  display: none;
}

.card-footer,
.card-header {
  background-color: transparent;
  border-color: rgba(72, 94, 144, 0.16);
}

.card.single-product {
  margin-bottom: 1.5rem;
  border: 1px solid #7987a163;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.card.single-product .viewdetail-title {
  color: #2d2d2d;
}
.card.single-product .viewdetail-title:hover,
.card.single-product .nav-link:hover {
  color: #ff4a64;
}

.card.single-product .card-body {
  padding-top: 0;
  padding-bottom: 0;
}
.card.single-product .card-footer {
  padding: 0;
}

@media (min-width: 576px) {
  .d-sm-flex {
    display: flex;
  }
}

.mt-3,
.my-3 {
  margin-top: 1rem;
}

.review-title {
  font-weight: 700;
}

@media (min-width: 992px) {
  .content-fixed {
    margin-top: 60px;
  }
}

.content {
  padding: 20px;
}

@media (min-width: 992px) {
  .content {
    padding: 25px;
  }
}

@media (min-width: 1200px) {
  .content {
    padding: 30px;
  }
}

@media (min-width: 992px) {
  .content-fixed {
    margin-top: 60px;
  }
  .navbar-header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

#sidebar .card .card-header,
.nav-line {
  border-bottom: 2px solid rgba(72, 94, 144, 0.16);
}

.nav-line .nav-item + .nav-item,
.nav-line > .nav-link + .nav-link {
  margin-left: 25px;
}

.nav-line .nav-link {
  padding: 8px 0;
}

.nav-line .nav-link.active {
  position: relative;
}

.nav-line .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #0168fa;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.border-secondary {
  border-color: #7987a1;
}

.media {
  display: flex;
  align-items: flex-start;
}

.social-links .nav-link {
  padding: 0.5rem 0.8rem;
}

#sidebar .card {
  border: 0;
  margin-bottom: 1rem;
}

#sidebar .card .card-header {
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  background: #f6f6f6;
}

.list-group-item {
  border: 0;
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ddd;
}

#sidebar .list-group-item .product-photo img {
  height: 100px;
  width: 100px;
}
@media (max-width: 768px) {
  #sidebar .list-group-item .product-photo img {
    height: auto;
    width: 100%;
  }
}

.search-form {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.search-form .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}

.search-form .form-control:active,
.search-form .form-control:focus {
  border-color: #0168fa;
  box-shadow: none;
}

.search-form .form-control:active + button,
.search-form .form-control:focus + button {
  border-color: #0168fa;
}

.search-form button {
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  border: 1px solid #c0ccda;
  border-left-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #8392a5;
  background: #fff;
}

.search-form button svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.5px;
}

@media (min-width: 1024px) {
  #navbarSearch {
    visibility: hidden;
  }
}

.navbar-menu-sub {
  position: relative;
  min-width: 200px;
  list-style: none;
  padding: 0 15px 3px 24px;
  border-left: 1px solid rgba(72, 94, 144, 0.16);
  margin-top: 10px;
  margin-left: 28px;
  z-index: 1000;
  display: none;
}

@media (min-width: 992px) {
  .navbar-menu-sub {
    position: absolute;
    top: 41.5px;
    left: -25px;
    background-color: #fff;
    padding: 20px 25px;
    border: 1px solid rgba(192, 204, 218, 0.53);
    margin-top: 0;
    margin-left: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
}

.navbar-menu-sub::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 25px;
  border-bottom: 10px solid rgba(192, 204, 218, 0.53);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.navbar-menu-sub::after {
  content: '';
  position: absolute;
  top: -8.5px;
  left: 26px;
  border-bottom: 9px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}

.navbar-menu-sub::after,
.navbar-menu-sub::before {
  display: none;
}

@media (min-width: 992px) {
  .navbar-menu-sub::after,
  .navbar-menu-sub::before {
    display: block;
  }
}

.navbar-menu-sub ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  min-width: 150px;
}

.navbar-menu-sub ul + ul {
  margin-top: 10px;
}

@media (min-width: 992px) {
  .navbar-menu-sub ul + ul {
    margin-top: 0;
    margin-left: 25px;
    padding-left: 25px;
    border-left: 1px solid rgba(72, 94, 144, 0.16);
  }
}

.navbar-menu-sub .nav-sub-item + .nav-sub-item {
  margin-top: 10px;
}

.navbar-menu-sub .nav-sub-link {
  color: #1b2e4b;
  white-space: nowrap;
  font-size: 13px;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.navbar-menu-sub .nav-sub-item a:hover{
  color: #ff4a64;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-menu-sub .nav-sub-link {
    transition: none;
  }
}

.navbar-menu-sub .nav-sub-link svg {
  width: 16px;
  height: 16px;
  margin-right: 15px;
  fill: rgba(0, 23, 55, 0.08);
  display: none;
}

@media (min-width: 992px) {
  .navbar-menu-sub .nav-sub-link svg {
    display: block;
  }
}

.navbar-menu-sub .nav-sub-link .feather-bar-chart-2 {
  margin-left: -4px;
}

.navbar-menu-sub .nav-sub-link:hover {
  color: #0168fa;
}

.navbar-menu-sub .nav-sub-link:hover svg {
  fill: rgba(1, 104, 250, 0.2);
}

.navbar-menu .nav-item.show .navbar-menu-sub {
  display: block;
}

@media (min-width: 992px) {
  .d-lg-flex {
    display: flex;
  }
}

.disclaimer {
  font-size: 12px;
  font-style: italic;
  color: #666;
  text-align: right;
  margin-top: -15px;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(72, 94, 144, 0.16);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.nav-with-icon .nav-link {
  display: flex;
  align-items: center;
  padding: 0.8rem 1rem;
  margin-right: 5px;
}

.nav-with-icon svg {
  width: 16px;
  height: 16px;
  stroke-width: 2.5px;
  margin-right: 7px;
  position: relative;
  top: -1px;
}

.card-footer,
.card-header {
  background-color: transparent;
  border-color: rgba(72, 94, 144, 0.16);
}

.card.single-product {
  margin-bottom: 1.5rem;
  border: 1px solid #7987a163;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.card.single-product .card-footer {
  padding: 0;
}

.review-title {
  font-weight: 700;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

h2.section-title,
strong {
  font-weight: 600;
}

.prime-logo {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  font-style: italic;
  color: #4ea3c2;
}

.prime-logo::before {
  content: '✔';
  color: #ff4a64;
  z-index: 99;
  padding-right: 5px;
}

.br-theme-css-stars .br-widget {
  height: 28px;
  white-space: nowrap;
}

.br-theme-css-stars .br-widget a {
  text-decoration: none;
  float: left;
  font-size: 23px;
  margin-right: 5px;
}

.br-theme-css-stars .br-widget a:after {
  content: '\2605';
  color: #d2d2d2;
  font-size: 2rem;
}

.br-theme-css-stars .br-widget a.br-active:after,
.br-theme-css-stars .br-widget a.br-selected:after {
  color: #edb867;
}

.br-theme-css-stars .br-widget .br-current-rating {
  display: none;
}

.br-theme-css-stars .br-readonly a {
  cursor: default;
}

@media print {
  .br-theme-css-stars .br-widget a:after {
    content: '\2606';
    color: #000;
  }
  .br-theme-css-stars .br-widget a.br-active:after,
  .br-theme-css-stars .br-widget a.br-selected:after {
    content: '\2605';
    color: #000;
  }
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.badge-warning {
  color: #1c273c;
  background-color: #ffc107;
}

.rating-score {
  margin-top: 10px;
  font-size: 1rem;
  padding-top: 6px;
  padding-bottom: 6px;
  min-width: 30px;
}

.rating-count {
  padding-top: 8px;
}

#sidebar .card .card-header,
.nav-line {
  border-bottom: 2px solid rgba(72, 94, 144, 0.16);
}

.nav-line .nav-item + .nav-item,
.nav-line > .nav-link + .nav-link {
  margin-left: 25px;
}

.nav-line .nav-link {
  padding: 8px 0;
}

.nav-line .nav-link.active {
  position: relative;
}

.nav-line .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #0168fa;
}

.marker {
  padding: 5px 10px;
  font-size: 10px;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, 'Inter UI', Roboto, sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.marker-ribbon::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  border-bottom: 7px solid #b4bdce;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  transform: rotate(45deg);
}

.marker-yellow {
  color: #000;
}

.marker-yellow.marker-ribbon {
  background-color: #ff4a64;
  color: #fff;
}

.marker-yellow.marker-ribbon::after {
  border-bottom-color: #ff4a64;
}
.btn-danger {
  color: #fff;
  background-color: #ff4a64;
  border-color: #ff4a64;
  max-width: 202px;
  width: 100%;
  margin-bottom: 22px;
}

.marker-ribbon {
  margin-left: -10px;
}

.marker-danger {
  color: #fff;
}

.marker-danger.marker-icon::before,
.marker-danger.marker-ribbon {
  background-color: #ff4a64;
}

.marker-danger.marker-ribbon::after {
  border-bottom-color: #ff4a64;
}

.media {
  display: flex;
  align-items: flex-start;
}

.cons {
  border-left: 1px dashed #e4e4e4;
}
.justify-content-between a {
  color: #ff4a64;
}
@media (max-width: 768px) {
  .hidden-xs {
    display: none;
  }
  .cons {
    border: 0;
  }
}
.product-detail {
  padding: 0 1rem;
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 576px) {
  .navbar-menu-wrapper {
    max-height: 100vh;
    overflow: auto;
  }
}

@media (max-width: 576px) {
  .media.author {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.sharethis-wrapper {
  text-align: right;
}

@media (max-width: 576px) {
  .sharethis-wrapper {
    text-align: center;
  }
}

.advertiser_disclosure {
  position: relative;
}

.advertiser_disclosure .adcontent {
  background: #fff;
  padding: 10px;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 30px;
  width: 500px;
  text-align: left;
  border: 1px solid #7987a163;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-radius: 5px;
  z-index: 99;
  padding: 0.5rem 1rem;
}

.advertiser_disclosure .adcontent.show {
  visibility: visible;
}

.nav-author-with-share {
  display: flex;
  justify-content: space-between;
}

.nav-author-with-share > .left {
  flex: 1 1 auto;
}

@media (max-width: 576px) {
  .advertiser_disclosure .adcontent {
    width: 100%;
  }
  .nav-author-with-share {
    flex-direction: column;
    align-items: center;
  }
  .advertiser_disclosure {
    margin-top: 10px;
  }
  .sharethis-wrapper {
    width: 100%;
  }
}

.title-wrapper {
  border-bottom: 2px solid #ccc;
}

.breadcrumb {
  background-color: #e5e9f2;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}

.breadcrumb-style1 {
  border-radius: 0;
  background-color: transparent;
  padding: 0;
}
.breadcrumb-style1 .breadcrumb-item {
  font-size: 10px;
  font-weight: 600;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #7987a1;
  content: '»';
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-style1 .breadcrumb-item a {
  color: #667a9e;
}
.breadcrumb-style1 .breadcrumb-item a:hover {
  color: #ff4a64;
}
.breadcrumb-style1 .breadcrumb-item.active {
  color: #ff4a64;
}
.breadcrumb-style1 .breadcrumb-item + .breadcrumb-item::before {
  color: #97a3b9;
}
.related-reviews a {
  color: #2d2d2d;
}
.related-reviews a:hover {
  color: #ff4a64;
}
.product-item .center,
.product-item .right {
  padding: 1rem;
  border-left: 1px solid #7987a138;
}

.product-item .right ul {
  margin: 0;
  text-align: center;
}
.product-item .right ul li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}
.product-item .right ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .product-item .right ul {
    display: flex;
  }
  .product-item .right ul li {
    margin-right: 20px;
  }
  .product-item .center,
  .product-item .right {
    border-left: none;
  }
}

.custom-navbar-menu {
  flex-wrap: nowrap;
}
.ai-score {
  font-size: 13px;
  margin-left: 10px;
  color: #999;
  position: relative;
  display: inline-block;
  height: 22px;
}
.ai-score a {
  cursor: pointer;
}
.ai-score svg {
  width: 14px;
  fill: #eee;
  color: #999;
}
.ai-score a:hover {
  color: #666;
}

.ai-score-content {
  visibility: hidden;
  position: absolute;
  top: 20px;
  right: 0;
  width: 200px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 0 15px;
  border-radius: 3px;
  z-index: 99;
  color: #666;
}

@media (max-width: 576px) {
  .ai-score-content {
    left: 0;
    right: auto;
  }
}

.ai-score-content.show {
  visibility: visible;
}
.ai-score {
  font-size: 13px;
  margin-left: 10px;
  color: #999;
  position: relative;
  display: inline-block;
  height: 22px;
}
.ai-score a {
  cursor: pointer;
}
.ai-score svg {
  width: 14px;
  fill: #eee;
  color: #999;
}
.ai-score a:hover {
  color: #666;
}

.ai-score-content {
  visibility: hidden;
  position: absolute;
  top: 20px;
  right: 0;
  width: 200px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 0 15px;
  border-radius: 3px;
  z-index: 99;
  color: #666;
}

@media (max-width: 576px) {
  .ai-score-content {
    left: 0;
    right: auto;
  }
  /* .ai-score{
    display: block;
    margin-left: 0
  } */
}

.ai-score-content.show {
  visibility: visible;
}

.aff_disclaimer {
  background: #eee;
  font-size: 12px;
}
@media (max-width: 576px) {
  .aff_disclaimer .container {
    padding: 10px 20px;
  }
}

@media (max-width: 512px) {
  .product-item.row {
    display: block;
  }
}

.related-reviews .card-body img {
  max-width: 100%;
  height: auto;
}
.product-photo.with_amp {
  display: inherit;
}
.product-photo.with_amp img,
.featured-image img,
.content-block-body amp-img,
.content-block-body img {
  max-width: 100%;
  height: auto;
}

.featured-image img {
  width: 100%;
  border-radius: 5px;
}

.content-block-body iframe {
  max-width: 100%;
  display: inherit;
}
.content-block-body p {
  display: inherit;
}
.carousel,
.carousel-inner {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: '';
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  transform: translateX(100%);
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.nav-pills .nav-link {
  border-radius: 100px;
}

.nav-pills .nav-link.active {
  background: #1b2e4b;
  color: #fff;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0/8%);
}

.p-2 {
  padding: 0.5rem;
}

.table thead th {
  border-bottom: 2px solid #dee2e6;
}

.table td,
.table th {
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
}

.selectproduct_wrapper .selected_product {
  display: none;
}

.selectproduct_wrapper.selected .selected_product {
  display: block;
}

.selectproduct_wrapper.selected .choose_product {
  display: none;
}

.selectproduct_wrapper.selected .selected_product.outofstock .price {
  color: #dc3545;
}

.stock-checking {
  display: none;
  font-size: 13px;
  color: #10b759;
}

.asin {
  font-size: 12px;
  display: inline-block;
  color: #dc3545;
  font-weight: 600;
  background: #f5e1e3;
  padding: 2px 5px;
  border-radius: 3px;
}

.aff_disclaimer {
  background: rgb(72 94 144/8%);
  font-size: 12px;
  padding: 0.5rem 1rem;
}

.sort-handle {
  color: #999;
  cursor: move;
}
.opt-list {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.opt-list li {
  display: inline-block;
}
.opt-list li:first-child:before {
  display: none;
}
.opt-list li:before {
  content: '\2219';
  padding-right: 5px;
  padding-left: 3px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.text-limit-2l {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-limit-1l {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.btn-block {
  display: block;
  width: 100%;
}
@media (max-width: 576px) {
  .deal-main-cta {
    margin-top: 1rem;
  }
}

.tooltip-copy-to-clipboard {
  position: relative;
}

.tooltip-copy-to-clipboard .tooltip-copy-to-clipboard-text {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip-copy-to-clipboard .tooltip-copy-to-clipboard-text::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip-copy-to-clipboard:hover .tooltip-copy-to-clipboard-text {
  visibility: visible;
  opacity: 1;
}

.main-cta .cta {
  width: 100%;
}

@media (max-width: 576px) {
  .main-cta .cta {
    width: 48%;
    display: inline-block;
    margin: 0 1%;
  }
  .main-cta .cta:nth-child(1) {
    float: right;
  }
  .sub-cta > div {
    width: 50%;
  }
  .sub-cta > div .btn {
    width: 100%;
  }
}
.deal-navbar {
  padding: 5px 10px;
  background-color: #ecd7d7;
  margin-bottom: 13px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: sticky;
  top: 57px;
  z-index: 999;
  box-shadow: 0 3px 0 rgb(165 47 47 / 8%);
  border-top: 3px solid #dea4a4;
  top: 57px;
}
.deal-navbar .category-name {
  margin-bottom: -6px;
  display: inline-block;
}
@media (max-width: 576px) {
  .deal-navbar {
    top: 0;
  }
  .deal-navbar .category-name {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .deal-navbar .dropdown-menu {
    max-height: calc(100vh - 100px);
    overflow: auto;
  }
}

/* .featured-image amp-img {
  max-width: 100%;
} */
.review-list .review-title {
  font-weight: 600;
  color: #000;
  font-size: 1.1rem;
  margin-bottom: 5px;
  display: block;
}

.review-list .review-title:hover,
.review-list .review-author a:hover {
  color: #b80000;
}

.review-list .review-author a {
  color: #ff4a64;
  display: inline-block;
}

#sidebar .review-list .review-title,
#sidebar .review-list .review-author {
  font-size: 0.8rem;
}

.review-list .review-author {
  font-size: 0.8rem;
  margin-bottom: 6px;
}
.review-list .review-desc {
  margin-bottom: 0;
  color: #666;
  font-size: 0.9rem;
  margin:0px 5px;
}

.review-list .review-item .left,
.review-list .review-item .center,
.review-list .review-item .right {
  padding: 0.7rem;
}

.review-list .review-item .center,
.review-list .review-item .right {
  border-left: 1px solid #e4e4e4;
}

.review-list .review-item .review-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 150px;
  padding-left: 1rem;
}
.review-list .review-item .review-image img {
  position: absolute;
  width: 150px;
  height: 150px;
  object-fit: contain;
}
.review-list .review-item .right .figure {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 576px) {
  .review-list .review-item .center {
    padding: 1rem 2rem;
  }
  .review-list .review-item .center,
  .review-list .review-item .right {
    border-left: 0;
  }
  #sidebar .review-list .review-item .review-title,
  .review-list .review-item .review-title {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  #sidebar .review-list .review-item .review-author,
  .review-list .review-item .review-author {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.social-widget-ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}
.social-widget-item {
  margin-right: 5px;
}
.pl-4 {
  line-height: 25px;
}
.pb-3,
.py-3 {
  padding-bottom: 0px !important;
}
.main-content {
  width: 100%;
}

.main-content header,
.main-content nav,
.main-content hr,
.main-content {
  width: 100%;
  height: auto;
}
.main-content nav a {
  color: #ff4a64;
}
.scroll-to {
  color: #ff4a64;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #ff4a64;
  border-color: #ff4a64;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #2d2d2d;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.df-logo img {
  height: 50px;
}
.news-article header,
.news-article nav,
.news-article .justify-content-between {
  max-width: 780px;
  margin: 0px auto;
  width: 100%;
}
.justify-content-between {
  margin-top: 1rem !important;
}
.custom-section p,
.custom-section h3,
.custom-section h4,
.custom-section ul,
.custom-section ol,
.custom-section h2 {
  max-width: 780px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.custom-section h3,
.custom-section h4,
.custom-section h2,
.custom-section .section-title {
  border-left: 5px solid #ff4a64;
  padding-left: 12px;
}
.custom-section .section-title {
  text-transform: uppercase;
}
.card-footer ul {
  max-width: 100% !important;
}
.review-detail blockquote {
  padding-left: 20px;
  border-left: 5px solid #ccc;
}
img {
  max-width: 100%;
}
.product-quickview {
}
/* ----- section-2 ---- */
.list-post .img {
  position: relative;
}
.list-post .badge {
  position: absolute;
  top: 0;
  left: 0;
  background: #ff4a64;
  color: #fff;
  padding: 5px 10px;
  border-radius: 0;
  text-transform: uppercase;
}
.list-post .post-item {
  position: relative;
}
.section-2 .col-xl-8 .list-post h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  margin: 0;
  padding: 20px;
  font-size: 24px;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.6);
}
.section-2 .col-xl-8 .list-post h3 a {
  color: #fff;
  font-size: 24px;
}
.section-2 .col-xl-8 .post-item h3 a .small {
  margin-top: 1rem;
  font-size: 1rem;
}
.section-2 .col-xl-4 figure {
  position: relative;
}
.section-2 .col-xl-4 figure h2 {
  color: #fff;
  background: #ff4a64;
  margin: 0;
  text-transform: uppercase;
  padding: 15px;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
}
/* .section-2 .col-xl-4 figure h2:before,
.section-2 .col-xl-4 figure h2:after {
  bottom: -22px;
  z-index: 10;
  opacity: 0;
  left: 50%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  transition: opacity 0.25s;
  opacity: 1;
  pointer-events: none;
  border-width: 11px;
  margin-left: -11px;
  border-top-color: #00ae4d;
} */
.top-content {
  margin-top: 60px;
}
.section-2 .col-xl-4 .list-post .post-item {
  margin-bottom: 20px;
}
.section-2 .col-xl-4 .list-post .post-item h3 a {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  display: block;
}
.section-2 .col-xl-4 .list-post .post-item:nth-child(1) h3 a,
.section-2 .col-xl-4 .list-post .post-item:nth-child(2) h3 a {
  font-size: 20px;
}
.section-2 {
  padding-bottom: 50px;
}
.col-title {
  padding-bottom: 25px;
}
.col-title h2 {
  font-size: 42px;
  color: #000;
  font-weight: 700;
  border-top: 5px solid #c8c8c8;
  padding-top: 10px;
  margin-bottom: 4px;
}
.col-title a {
  text-decoration: underline;
  color: #000;
}
@media (max-width: 567px) {
  .top-content {
    margin-top: 0;
  }
  .section-2 {
    margin-bottom: 0;
  }
}
p img {
  max-width: 100% !important;
  height: auto !important;
}

.custom-section .box { padding: 5px;
  box-shadow: 0 0 16px 3px rgb(76 83 148 / 30%); border: 5px solid #45b1fa; }
.custom-section .box h3 { border-left: none; margin-left: 0px; padding-left: 0px; }