body {
  font-size: 18px;
}
img,
iframe {
  max-width: 100%;
}
iframe {
  width: 100%;
}
a {
  color: white;
}
h1 {
  font-size: 50px;
  line-height: 70px;
  margin-bottom: 15px;
}
h2 {
  font-size: 40px;
  margin-bottom: 15px;
}
mark {
  background-color: #E01D24;
  color: white;
  border-radius: 6px;
  padding: 5px 15px;
}
.form-group label {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  margin-bottom: 10px;
}
.form-group input.form-control,
.form-group textarea.form-control {
  height: 42px;
  border-radius: 6px;
  background: white;
  color: #111112;
  font-family: "Poppins";
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  padding: 0 16px;
  border: none;
  width: 100%;
  margin-bottom: 10px;
}
.form-group input.form-control.bordered,
.form-group textarea.form-control.bordered {
  border: 1px solid #eee;
}
.form-group textarea.form-control {
  height: auto;
  min-height: 42px;
  padding-top: 5px;
}
.form-group.has-error label {
  color: #E01D24;
}
.form-group.has-error .help-block {
  color: #E01D24;
}
.top-bar .header-link {
  font-size: 14px;
  font-weight: 500;
}
header .header-link.with-border {
  min-width: 130px;
  font-size: 14px;
  font-weight: 500;
}
.alert_message {
  padding: 10px;
  margin: 10px 0;
}
.alert_message p:last-child {
  margin-bottom: 0;
}
.alert_message.white {
  background-color: #fff;
}
.alert_message.grey {
  background-color: #f9f9f9;
}
.alert_message.red {
  background-color: #ffe6e3;
  color: #bf210e;
}
.alert_message.red .alert-link {
  color: #bf210e;
  text-decoration: underline;
}
.alert_message.red .alert-link:hover {
  color: #bf210e;
  text-decoration: underline;
}
.alert_message.red .alert-link:focus {
  color: #bf210e;
  text-decoration: underline;
}
.alert_message.yellow {
  background-color: #fff7d6;
  color: #956433;
}
.alert_message.green {
  background-color: #edfdd3;
  color: #657e3c;
}
aside article {
  margin: 0 0 24px 0;
}
aside article.small a h3 {
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
}
aside article.only-title h3 {
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
}
.news-slider-nav h3 {
  font-weight: 500;
  font-size: 12px;
}
article.list time {
  margin-left: 16px;
}
article.detail h1 {
  font-size: 36px;
  line-height: 42px;
  font-weight: bold;
}
@media (min-width: 991px) {
  article.detail h1 {
    font-size: 48px;
    line-height: 54px;
  }
}
article.detail .content {
  line-height: 33px;
}
article.detail .content img {
  max-width: 100%;
  height: auto !important;
  cursor: pointer;
}
.article-listing .section-title {
  font-size: 25px;
}
@media (max-width: 991px) {
  .article-listing .first-row {
    display: grid;
  }
  .article-listing .first-row article:nth-child(1) {
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .article-listing .first-row {
    display: block;
    padding: 0;
  }
}
.article-listing article a:visited {
  color: #bbb;
}
.article-listing article a:visited h2 {
  color: #bbb;
}
.article-listing article.main:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.article-listing article:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.article-listing article h2 {
  line-height: 20px;
  font-size: 15px;
  font-weight: bold;
}
.article-listing article .locked {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article-listing article .locked img {
  filter: blur(8px);
}
.article-listing article .locked:after {
  content: "\f023";
  color: white;
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 3em;
  top: 50%;
  font-family: "Font Awesome 5 Free";
  left: 50%;
  margin-left: -25px;
  margin-top: -30px;
}
.article-listing article .text {
  padding: 15px;
}
.article-listing article .text .badge {
  background-color: #F1F1F1;
  color: #030303;
}
.article-listing article .text .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.article-listing article .text .top .meta {
  margin-bottom: 0;
}
.article-listing article .text .top .meta .comments {
  margin-left: 10px;
}
.article-listing article.small .locked:after {
  font-size: 1.5em;
  width: 22px;
  height: 22px;
  margin-top: -15px;
  margin-left: -11px;
}
.article-listing article.small .text .badge {
  background-color: #F1F1F1;
  color: #030303;
}
.article-listing article.list .text .meta {
  opacity: 1;
}
.article-listing article.list .text .meta time,
.article-listing article.list .text .meta .comments {
  opacity: 0.6;
}
.article-listing article.list .text .badge {
  background-color: #F1F1F1;
  color: #030303;
}
.author .name {
  font-size: 12px;
}
.comments-area h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
}
.comments-area .comment-form {
  padding-top: 30px;
}
.comments-area .comment-form h3 {
  margin-bottom: 10px;
}
.comments-area .comment-form .input-wrap {
  padding: 12px 0;
}
.comments-area .comment-form input.button.secondary {
  background-color: #E01D24;
  color: white;
  width: auto;
  border-radius: 21px;
  padding-left: 30px;
  padding-right: 30px;
}
.comments-area .comment-form input.button.secondary:hover {
  background-color: white;
  color: #E01D24;
}
.page-numbers {
  padding: 0;
  display: inline-block;
  list-style: none;
  margin-bottom: 20px;
}
.page-numbers > li {
  display: inline-block;
  margin-right: 10px;
}
.page-numbers > li > a {
  display: inline-block;
  padding: 10px;
  color: white;
  background: #1B1A21;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 3px;
}
.page-numbers > li:hover a {
  background-color: #32303e;
}
.page-numbers > li.current a {
  background-color: #E01D24;
  color: white;
}
.box.links a {
  color: #FFFFFF;
}
.nav.nav-tabs {
  display: flex;
  flex-direction: row;
  padding: 0;
  list-style: none;
  justify-content: center;
}
.nav.nav-tabs > .nav-item {
  padding: 0 5px;
}
.nav.nav-tabs > .nav-item > a.nav-link {
  background-color: #1B1A21;
  color: #FFFFFF;
  display: inline-block;
  padding: 3px 8px;
  font-size: 12px;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.2s;
}
.nav.nav-tabs > .nav-item > a.nav-link.active {
  background-color: #E01D24;
  color: white;
}
.nav.nav-tabs > .nav-item > a.nav-link:hover {
  background-color: #32303e;
}
.tab-content .tab-pane {
  display: none;
}
.tab-content .tab-pane.active {
  display: block;
}
.comments-reaction {
  margin-top: 25px;
  padding: 15px;
  background-color: #F1F1F1;
}
.comments-reaction h4 {
  margin-bottom: 15px;
  color: rgba(3, 3, 3, 0.5);
}
.comments-reaction h4 a {
  color: rgba(3, 3, 3, 0.5);
}
.comments-reaction .comment-form {
  padding: 0;
}
@media (max-width: 575px) {
  .article-slider-responsive .slick-dots {
    height: 10px;
    border-radius: 5px;
  }
  .article-slider-responsive .slick-dots li {
    height: 8px;
    border-radius: 4px;
  }
}
@media (max-width: 1199px) {
  .news-slider {
    position: relative;
  }
  .news-slider .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .news-slider .slick-dots > li {
    padding: 5px;
    display: inline-block;
  }
  .news-slider .slick-dots > li button {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    border: none;
    box-shadow: none;
    background-color: #E01D24;
    color: #E01D24;
    transition: width 0.3s;
  }
  .news-slider .slick-dots > li.slick-active button {
    width: 45px;
  }
}
@media (min-width: 1200px) {
  .news-slider .slick-dots {
    display: none !important;
  }
}
.login-container {
  margin-bottom: 50px;
}
.order-confirm ul {
  list-style: none;
  padding: 0;
}
.order-confirm ul li {
  margin-bottom: 10px;
  padding: 5px 10px;
}
.order-confirm .other-products li {
  background-color: #fff;
  border-radius: 3px;
  color: black;
}
.order-confirm .other-products li .price {
  float: right;
  font-weight: bold;
}
.order-confirm .other-products li .name {
  margin-left: 5px;
}
.order-confirm .other-products li.active {
  background-color: #E01D24;
  color: #fff;
}
.order-confirm .logos .logo-wrapper {
  background-color: white;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  height: 70px;
  padding-left: 5px;
  border-radius: 6px;
}
.order-confirm .logos .logo-wrapper input {
  width: 15px;
}
.order-confirm .logos .logo-wrapper label {
  margin-left: 5px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.cart-summary-table-wrapper .cart-summary-table {
  width: 100%;
}
.cart-summary-table-wrapper .cart-summary-table tr td {
  padding: 10px;
}
.cart-summary-table-wrapper .cart-summary-table tr td.quantity-cell .quantity-controls {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-summary-table-wrapper .cart-summary-table tr td.quantity-cell .quantity-controls input {
  width: 30px;
}
.cart-summary-table-wrapper .cart-summary-table tr td.quantity-cell .quantity-controls a {
  margin: 0 5px;
}
.cart-summary-table-wrapper .cart-summary-table tr td.price-cell {
  text-align: right;
}
.cart-summary-table-wrapper .cart-summary-box-table {
  width: 100%;
}
.cart-summary-table-wrapper .cart-summary-box-table tr td {
  padding: 10px;
}
.cart-summary-table-wrapper .cart-summary-box-table tr td.price {
  text-align: right;
}
.breadcrumbs ul li {
  color: rgba(255, 255, 255, 0.7);
}
article.detail .content p,
article.detail .content ul {
  color: rgba(255, 255, 255, 0.7);
}
