:root {
  --amber: #edac42;
  --amber-hover: #de9b2f;
  --red: #fc8e03;
  --red-hover: #ed7d0c;
  --brown: #401e08;
  --pink: #f42463;
  --pink-hover: #d10f4a;
  --beige: #fcf6db;
  --green: #2c7f75;
  --green-hover: #21675f;
}
body{
  font-family: 'Poppins', sans-serif;
}
h2{
  font-size:44px;
  font-family: 'Poppins', sans-serif;
  color:var(--brown);
}
h2 .mdi{
  font-size:38px;
}
h1{
  font-size:46px;
  color:var(--red);
  font-family: 'Poppins', sans-serif;
  font-weight:bold;
}
.head-icon{
  display:inline-block;
  background-color:#eee;
  height:40px;
  padding:0 14px;
  border-radius: 40px;
  color:var(--amber);
}
.head-icon2{
  color: var(--red);
}
.blog-header{

}
.img-fit-80{
  width:auto;
  height:340px;
  margin:0 auto;
}
.border-20{
  border-radius:20px;
}
.img-fit-90{
  width:90%;
  margin:0 auto;
}
.img-drop-shadow-left{
  box-shadow: -18px 18px 0px 0px rgba(30,30,30,0.05);
  margin-bottom:20px;
}
.img-drop-shadow{
  margin-right:10px;
  box-shadow: 18px 18px 0px 0px rgba(30,30,30,0.1);
  margin-bottom:20px;
}
.nav-link{
  color:var(--brown);
}
.nav-link:hover{
  color:var(--red-hover);
}
nav .nav-link{
  margin:0px 10px;
  font-family: 'Poppins', sans-serif;
  font-weight:600;
  color:#555;
}
.jumbotron{
  border-radius:16px;
  background-color:#eee;
}
.hero-bg{
  background-image:url('../imgs/HomeBanner.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  padding:117.3px 0px;
}
.hero-mx{
  background-image:url('../imgs/HomeBanner-MX.jpg');
}
.hero-all{
  background-image:url('../imgs/home-banner-all.jpeg');
}
.top-line{
  background-color:#fff;
  height:1px;
}
.nav-scroller{

}
a{
  position: relative;
  color:#888;
  text-decoration: none;
  transition:all 0.2s ease;
}
a:hover{
  color:#333;
}
a.active{
  color: #333;
}
a.active:after{
  content: '';
  position:absolute;
  width:80%;
  bottom:-4px;
  left: 10%;
  height:3px;
  border-radius:3px;
  background-color:var(--red);
}
h3{
  margin-top:10px;
  color:#333;
  font-size:24px;
  font-family: 'Poppins', sans-serif;
  font-weight:500;
}
p{
  font-size:16px;
  line-height:1.8;
}
.par2{
  font-size:18px;
  line-height:2;
}
.ratings-scroll{
  background-color:#f3f3f3;
  border-radius:14px;
  padding: 10px 20px 20px 20px;
}
@media (max-width: 576px) {
  .ratings-scroll{
    padding:10px 10px 20px 10px;
  }
  .par3{
    padding-left:15px;
    padding-right:15px;
  }
}
@media (max-width: 768px) {
  .hero-bg{
    background-image:none;
    background-color:var(--beige);
    padding:80px 20px;
  }
  .img-drop-shadow-left,
  .img-drop-shadow{
    margin-bottom:50px;
  }
}
.swiper {
  display:inline-block;
  width: calc(100% - 130px);
  height: auto;
  padding-top:30px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  width:220px;
}
.swiper-slide .img{
  height:150px;
  padding: 10px;
}
.swiper-slide img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: cover;
  margin-left:auto;
  margin-right:auto;
}
.beige-bg{
  margin:0px auto;
  max-width:1440px;
  background-color:var(--beige);
}
.top-pick{
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius:12px;
  padding:30px;
  width:100%;
  padding:35%;
  position: relative;
}
.top-pick-1{
  background-color: #f2efeb;
}
.top-pick .img{
  width:150px;
  height:120px;
  margin-left:auto;
  margin-right:auto;
}
.top-pick .img img{
  width:auto;
  height:100%;
}
.top-rating{
  position:absolute;
  right:30px;
  top:0px;
  width:46px;
  height:50px;
  background-color:var(--brown);
  color:#fff;
  font-size:24px;
  text-align: center;
  vertical-align: middle;
  line-height:50px;
  border-bottom-right-radius:6px;
  border-bottom-left-radius: 6px;
  font-weight: bold;
}
.top-rating-1{
  background-color:var(--amber);
}
.top-picks .title{
  font-size:24px;
  margin-top:10px;
  font-weight:bold;
  line-height:30px;
  padding:0px 8px;
}
.top-picks .title span{
  color:#555;
  font-size:18px;
}
.top-picks p{
  padding:0px 8px;
  margin-top:10px;
}
.top-picks a{
  margin:10px 8px 0px 8px;
}
.btn{
  border-radius:40px;
  padding:8px 22px;
  font-size:18px;
}
.btn-primary,
.btn-primary:visited,
.btn-primary:active,
.btn-primary:focus{
  background-color:var(--pink);
  border-color:var(--pink);
  font-family: 'Poppins', sans-serif;
  font-weight:600;
}
.btn-primary:hover{
  background-color:var(--pink-hover);
  border-color:var(--pink-hover);
}
.btn-secondary{
  background-color:#fff;
  border-color:var(--red);
  color:var(--red);
}
.btn-secondary:hover{
  background-color:#f3f3f3;
  border-color:var(--red-hover);
  color:var(--red-hover);
}
.color-green{
  color:var(--green);
}
.btn-green,
.btn-green:visited,
.btn-green:active,
.btn-green:focus{
  color:#fff;
  background-color:var(--green);
  border-color:var(--green);
  font-family: 'Poppins', sans-serif;
  font-weight:600;
}
.btn-green:hover{
  background-color:var(--green-hover);
  border-color:var(--green-hover);
  color:#fff;
}
hr{
  margin:30px 40px 65px 40px;
  background-color:#999;
}
.rat-cats{
  display:inline-block;
  width:125px;
  vertical-align: top;
}
.w-750px{
  max-width:480px;
  margin-left:auto;
  margin-right:auto;
}
.img-break{
  height: 306px;
}
tbody, td, tfoot, th, thead, tr {
  border-color:#ccc;
}
.table-specs{
  font-size:13px;
}
.table-specs tr td{
  padding: 5px 6px;
  font-weight:bold;
  color:#666;
}
.table-specs tr td{
  text-align:right;
  padding: 4px 4px;
}
.swiper-buttons{
  position:absolute;
  top:0px;
  right:0px;
  width:100px;
  height:30px;
  padding:5px;
  background-color:#f3f3f3;
  border-radius: 50px;
}
.swiper-button-next,
.swiper-button-prev{
  width:30px;
  height:30px;
  border-radius:30px;
  background-color:#fff;
  top:0;
  margin-top:0px;
}
.swiper-button-next:after{
  content: "\F0142";
  line-height:30px;
  font-family:'Material Design Icons';
  font-size:26px;
  color:var(--brown);
  text-align: center;
}
.swiper-button-prev:after {
  content: "\F0141";
  line-height:30px;
  font-family:'Material Design Icons';
  font-size:26px;
  color:var(--brown);
  text-align: center;
}
.swiper .item{
  margin-top:6px;
  font-size:22px;
  font-weight: bold;
  line-height:24px;
  height: 120px;
}
.swiper .item span{
  font-size:16px;
  color:#666;
}
.swiper .item a{
  margin-top:16px;
  margin-bottom:16px;
}
.swiper-slide .table-specs tr td {
  text-align: center;
  font-weight:normal;
  color:#222;
}
.table-item{
  background-color:#fafafa;
  padding:4px;
  margin-bottom:4px;
}
.bg-l-g{
  background-color:#fafafa;
}
.table-item2{
  padding:4px;
}
.borders-left{
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.swiper-pagination{
  position:absolute;
  top:1px !important;
  z-index:-1;
}
.swiper-pagination-bullet-active {
  background:var(--red);
}

.monitor-main{
  position: relative;
  background-color:#f3f3f3;
  padding:20px;
  text-align: center;
  border-radius:9px;
  line-height:26px;
}
.monitor-main img{
  width:80%;
  margin-left:auto;
  margin-right:auto;
  height:auto;
}
.monitor-main .title{
  font-size:24px;
  margin-top:10px;
  font-weight:bold;
  line-height:30px;
  padding:0px 8px;
}
.monitor-main .title span{
  color:#555;
  font-size:18px;
}
.monitor-desc{
  margin-top:10px;
}
.text-sm small{
  font-size:12px;
}


.posts .img{
  background-color:#eee;
  padding-bottom:50%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.2s ease;
  border-radius:8px;
}
.posts .img:hover{
  box-shadow: 0px 0px 16px rgba(30,30,30, 0.2);
}
.posts .date{
  font-size:13px;
  font-weight:bold;
  color:#888;
}
.posts .title{
  font-size:22px;
  font-weight:bold;
  color:var(--brown);
}
.posts .excerpt{
  font-size:14px;
  color:#666;
}
.tags a{
  font-size:14px;
  padding:3px 12px 5px 12px;
  border-radius:20px;
  border:1px solid #333;
  color:#333;
  margin-right:6px;
  margin-bottom:6px;
}
.tags a:hover{
  color:var(--red);
  border-color:var(--red);
}

.sidebar{
  top:4.8rem;
}
.sidebar .title{
  font-size:18px;
  font-weight:bold;
  color:#333;
}
.sidebar a{
  width:100%;
  line-height:27px;
  color:#666;
}
.sidebar h3{
  position: relative;
  color:#000;
  margin-bottom:15px;
  padding-bottom:10px;
}
.sidebar h3:after{
  content:'';
  position:absolute;
  width:35px;
  left:0;
  bottom:0;
  height:2px;
  background-color:var(--amber);
}
.sidebar ul{
  margin-bottom:40px;
}
.sidebar .wp-block-categories-list{
  margin-left:0px;
  margin-right:0px;
  padding:0px;
}
.sidebar .wp-block-categories-list .cat-item{
  list-style: none;
  margin-bottom:0px;
}
.sidebar .wp-block-categories-list .cat-item a{
  color:#756861;
}
.sidebar .wp-block-categories-list .cat-item a:hover{
  color:#000;
}
.sidebar .wp-block-latest-posts__post-title{
  color:#666;
  font-size:16px;
  font-weight:bold;
  line-height:1.1;
}
.sidebar .wp-block-latest-posts__post-title:hover{
  color:#111;
}
.sidebar .wp-block-latest-posts__post-date{
  color:#aaa;
  font-size:12px;
}
.sidebar .wp-block-latest-posts__post-excerpt{
  color:#666;
  font-size:12px;
  margin-top:0px;
}
.sidebar .wp-block-search{
  margin-bottom:30px;
}
.sidebar .wp-block-search__input{
  background-color:#f3f3f3;
  padding:6px 14px;
  font-size:14px;
  border-radius:20px;
  border:none;
}
.sidebar .wp-block-search__button{
  border-radius:20px;
  background-color:var(--amber);
  color:#fff;
  border:none;
  transition:all 0.2s ease;
}
.sidebar .wp-block-search__button:hover{
  background-color:var(--amber-hover);
}


.posted .img{
  background-color:#eee;
  padding-bottom:43%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius:8px;
}
.posted .date .the_date{
  font-size:18px;
  font-weight:bold;
  color:#777;
}
.posted .date{
  font-size:16px;
  color:#999;
  line-height:24px;
}
.posted h1{
  font-size:48px;
  font-weight:bold;
  color:#111;
  line-height:1.3;
}
.posted .caption{
  font-size: 15px;
  color: #777;
}
.page-title{
  font-size:48px;
  font-weight:bold;
}

.post-categories{
  margin:0px;
  padding:0px;
}
.post-categories li{
  list-style: none;
  margin-bottom:10px;
  display:inline-block;
}

.break{
  border-top:1px solid #bbb;
  margin-top:50px;
  margin-bottom:50px;
  height:1px;
}

.title a, .title a:visited{
  color:var(--brown);
}
.title a:hover, .title a:focus{
  color:var(--red-hover);
}

.comments-title{
  font-size:26px;
  color:#333;
  font-weight: bold;
  margin-bottom:30px;
}
.comments .comment-author img{
  border-radius:25px;
  margin-right:5px;
}
.comments .comment-author cite{
  font-style: normal;
  font-weight: bold;
}
.comments .comment-author cite a{
  color:var(--red);
}
.comments .comment-author cite a:hover{
  color:var(--brown);
}
.comments .comment-author .says{
  display:none;
}
.comments .comment-meta{
  font-size:13px;
  color:#888;
  margin-left:40px;
  margin-top:-4px;
}
.comments p{
  padding-left:40px;
  padding-top:5px;
  margin-bottom:5px;
}
.comments .reply{
  margin-left:40px;
  margin-bottom:20px;
}
.comments .comment > .comment{
  margin-left:40px;
  border-left:1px solid #bbb;
  padding-left:10px;
}
.comments > .comment{
  margin-bottom:30px;
}
.comment-respond{
  margin-top:40px;
  border-top:1px solid #bbb;
  padding-top:20px;
}
.comment-respond .reply-title{
  color:#666;
}
.comment-respond p{
  padding-left:0px;
}
.comment-respond label{
  display:block;
  margin-top:2px;
  color:#888;
}
.comment-respond .submit{
  border-radius:6px;
  background-color:var(--red);
  border-color:var(--red);
  padding: 6px 10px;
  color:#fff;
  box-shadow:none;
}
.comment-respond textarea{
  width:100%;
  border-radius: 6px;
  height:60px;
  font-size:14px;
  padding:6px 10px;
  background-color:#f3f3f3;
  border:none;
}
.comment-respond input[type='text']{
  width:100%;
  border-radius: 6px;
  height:40px;
  font-size:14px;
  padding:6px 10px;
  background-color:#f3f3f3;
  border:none;
}
.comment-respond .submit:hover{
  background-color:var(--red-hover);
  border-color:var(--red-hover);
}

.the_post_content h2{
  font-family: Arial, sans-serif;
  font-size:32px;
  color:#333;
  font-weight:bold;
  margin-top:50px;
  margin-bottom:15px;
}
.the_post_content h3{
  font-family: Arial, sans-serif;
  font-size:26px;
  color:#333;
  font-weight:bold;
  margin-top:50px;
  margin-bottom:15px;
}
.the_post_content .h4{
  font-family: Arial, sans-serif;
  font-size:26px;
  color:#555;
  font-weight: bold;
  margin-top:50px;
  margin-bottom:20px;
}
.the_post_content ul li{
  font-size:18px;
  margin-bottom:4px;
}
.the_post_content a, .the_post_content a:visited{
  color: var(--brown);
  text-decoration: underline;
}
.the_post_content a:hover{
  color: var(--red);
}
.the_post_content p{
  margin-top:20px;
  margin-bottom:20px;
}
.the_post_content ol li{
  margin-bottom:20px;
}

.wp-block-button__link{
  padding: 6px 14px;
  background-color:var(--red);
  color:#fff !important;
  text-decoration: none !important;
  border-radius:8px;
  border:none;
  font-size:16px;
}
.wp-block-button__link:hover{
  background-color:var(--red-hover);
}
.wp-block-separator{
  margin:50px 0px;
  width:30%;
  border-bottom:2px solid;
}

#navbar-fixed{
  background-color:#f8f8f8;
  padding:1px 0px 5px 0px;
  text-align: justify;
  opacity: 0;
  transition: all 0.2s ease;
}
#navbar-fixed.scrolled{
  opacity:1;
}
#navbar-fixed .nav-link{
  display:inline;
  color:#888;
}
#navbar-fixed .nav-link:hover{
  display:inline;
  color:var(--red-hover);
}
#navbar-fixed .nav-link.active{
  color:#111;
}
@media (max-width: 576px) {
  #navbar-fixed.scrolled .nav-link span{
    display:none;
  }
  .nav-scroller .nav-link span{
    display:none;
  }
  #navbar-fixed.scrolled .nav-link{
    font-size:14px;
  }
}
#top-picks, #how-we-rated,
#spec-compare, #details{
  padding-top:70px;
}

.scrollspy-example {
  position: relative;
  height: 300px;
  overflow: auto;
}
