/* Demo 7 Homepage 7 */
/* Fonts */
@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800");
/* font-family: 'Poppins', sans-serif; */
/*.container,
.container-fluid {
  width: 1800px;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem; }*/

.title {
  font-weight: 400;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: .1em; }

blockquote {
  color: #666666;
  font-style: normal; }
  blockquote p {
    max-width: 840px;
    font-size: 1.4rem;
    letter-spacing: 0;
    font-weight: 300;
    line-height: 2em;
    color: #666;
    margin-bottom: 3rem; }
  blockquote .lead {
    color: #333333;
    margin: 0;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 1rem; }
  blockquote cite {
    text-transform: uppercase; }
    blockquote cite span {
      text-transform: capitalize; }

.testimonials .owl-simple .owl-nav .owl-next {
  right: 15%; }
.testimonials .owl-simple .owl-nav .owl-prev {
  left: 15%; }

.testimonial-icon:before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  border: .7rem solid #f9f9f9;
  background-color: #cc6666;
  box-shadow: 0 0 0 0.1rem #cc6666;
  margin-bottom: 2.6rem; }

.brands-border {
  background-color: #333; }

.banner-subtitle {
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: .1em;
  margin-bottom: 1.2rem;
  text-transform: uppercase; }

.btn.underline {
  background-color: transparent;
  border: none;
  border-bottom: .1rem solid #fff;
  letter-spacing: .1em;
  color: #fff;
  text-transform: uppercase;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  .btn.underline:hover, .btn.underline:focus {
    border-color: #cc6666;
    background-color: #cc6666; }

.btn.banner-link {
  text-transform: uppercase; }

.banner-title {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2em;
  margin-bottom: 1rem;
  letter-spacing: .1em; }
  .banner-title strong {
    font-weight: 700; }

.banner .banner-link.btn {
  padding-left: 0;
  padding-right: 0; }
  .banner .banner-link.btn:hover, .banner .banner-link.btn:focus, .banner .banner-link.btn:active {
    color: #cc6666;
    border-color: #cc6666;
    background-color: transparent; }

.color-grey.banner .banner-link.btn {
  color: #777;
  border-color: #777; }
  .color-grey.banner .banner-link.btn:hover, .color-grey.banner .banner-link.btn:focus, .color-grey.banner .banner-link.btn:active {
    color: #cc6666;
    border-color: #cc6666;
    background-color: transparent; }

.banner.text-white .banner-subtitle, .banner.text-white .banner-title {
  color: #fff; }

.banner-content {
  padding-top: 0;
  left: 50px; }
  .banner-content.banner-content-right {
    right: 30px; }

.banner-content.banner-content-right.mr {
  right: 60px; }

.banner-big {
  color: #666666;
  font-size: 1.5rem;
  line-height: 1.6; }
  .banner-big .banner-content {
    max-width: 446px;
    left: 7rem; }
  .banner-big .banner-subtitle {
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: .1em; }
  .banner-big .banner-title {
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: .1em;
    margin-bottom: 2.2rem; }
    .banner-big .banner-title + .btn {
      margin-top: 0; }
  .banner-big .btn {
    min-width: 150px;
    margin-top: 0; }
    .banner-big .btn:hover, .banner-big .btn:focus {
      text-decoration: none; }

.icon-boxes-container {
  padding-top: .5rem;
  padding-bottom: 2.8rem; }

.icon-boxes {
  display: flex;
  flex-wrap: wrap; }

.icon-box-side {
  font-size: 1.4rem; }
  .icon-box-side .icon-box-icon {
    color: #333;
    font-size: 3.4rem; }
  .icon-box-side .icon-box-title {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: .1em;
    color: #333; }

.nav.nav-pills .nav-link {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: .1em; }
.nav.nav-pills .nav-item.show .nav-link,
.nav.nav-pills .nav-item .nav-link.active {
  color: #333;
  border-bottom-color: #333; }

.nav.nav-pills .nav-item + .nav-item {
  margin-left: 3.5rem; }

/* Product 7 */
.product.product-7 {
  margin-bottom: 2rem;
  background-color: #fff;
  overflow: hidden; }
  .product.product-7 .product-media {
    background-color: #fff;
    position: relative; }
  .product.product-7 .product-body {
    padding-bottom: .5rem; }
  /*.product.product-7 .product-title {
    margin-bottom: .3rem;
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: 0; }
  .product.product-7 .product-price {
    color: #333;
    font-size: 1.4rem;
    letter-spacing: 0;
    margin-bottom: 2.5rem; }
  .product.product-7 .product-action {
    padding-top: 0;
    padding-bottom: 0; }
  .product.product-7 .btn-product {
    text-transform: uppercase;
    color: #fff;
    background-color: #333; }
    .product.product-7 .btn-product span {
      color: #fff; }
    .product.product-7 .btn-product:hover, .product.product-7 .btn-product:focus {
      background-color: #cc6666; }
  .product.product-7 .btn-product-icon {
    color: #fff;
    background-color: #333; }
    .product.product-7 .btn-product-icon:hover, .product.product-7 .btn-product-icon:focus {
      background-color: #cc6666; }
  .product.product-7 .product-nav-dots {
    margin-bottom: 1.5rem; }*/

.featured .owl-simple .owl-nav [class*='owl-'] {
  top: 36%; }
.featured .owl-simple .owl-nav .owl-next {
  right: 10px; }
.featured .owl-simple .owl-nav .owl-prev {
  left: 10px; }

.btn-compare:before {
  content: '\e81b'; }

.owl-simple .owl-nav .owl-prev {
  left: 0; }
.owl-simple .owl-nav .owl-next {
  right: 0; }

.deal-countdown {
  margin-bottom: 0;
  max-width: 270px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  bottom: 2rem; }
  .deal-countdown .countdown-show3 .countdown-section {
    width: calc(33.33% - 16px); }
  .deal-countdown .countdown-show4 .countdown-section {
    width: calc(25% - 16px); }
  .deal-countdown .countdown-section {
    position: relative;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
    padding: 1.2rem 0 2.5rem;
    margin-left: .8rem;
    margin-right: .8rem;
    background-color: rgba(204, 102, 102, 0.85);
    border-radius: .3rem;
    border: none; }
    .deal-countdown .countdown-section:not(:last-child):after {
      color: #333333;
      content: ':';
      display: inline-block;
      font-weight: 400;
      font-size: 20px;
      line-height: 1;
      position: absolute;
      left: 100%;
      margin-left: 6px;
      margin-top: -1px;
      top: 50%;
      transform: translateY(-50%);
      -ms-transform: translateY(-50%); }
  .deal-countdown .countdown-period {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 1.5rem;
    display: block;
    font-weight: 400;
    color: #fff;
    text-transform: lowercase;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .deal-countdown .countdown-amount {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: -.03em;
    margin-bottom: .4rem; }

.btn-more {
  min-width: 170px;
  text-transform: capitalize; }

.blog-posts {
  padding-bottom: .5rem; }
  .blog-posts .entry-media {
    margin-bottom: 1.5rem; }
  .blog-posts .entry-meta {
    letter-spacing: 0;
    margin-bottom: .3rem; }
  .blog-posts .entry-title {
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: .9rem; }
  .blog-posts .read-more {
    text-transform: uppercase; }

.entry-media > a {
  position: relative; }
  .entry-media > a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(51, 51, 51, 0.4);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease; }
  .entry-media > a:hover:after, .entry-media > a:focus:after {
    visibility: visible;
    opacity: 1; }

.brands-border .brand {
  height: 100px;
  border: .1rem solid #444;
  border-left-width: 0; }

.brands-carousel-full {
  border-top: .1rem solid #ebebeb; }
  .brands-carousel-full.brands-border .brand {
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0; }
  .brands-carousel-full.brands-border .owl-item:first-child .brand {
    border-left-width: 0; }

.cta .input-group {
  margin-bottom: 0; }
.cta .form-control {
  height: 46px;
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
  background-color: #fff; }
  .cta .form-control:not(:focus):not(.form-control-white) {
    border-color: #dadada; }
.cta .btn {
  padding-top: 1.15rem;
  padding-bottom: 1.15rem; }
.cta .btn:not(.btn-block) {
  min-width: 170px; }
.cta.bg-image {
  background-color: #f5f5f5; }

.cta-title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: -.03em;
  margin-bottom: 0; }

.cta-desc {
  margin-bottom: 1.5rem; }

.cta-horizontal .form-control {
  flex-grow: 1;
  margin-right: 2rem; }
.cta-horizontal .form-control,
.cta-horizontal .cta-desc {
  margin-bottom: 0; }

.cta-horizontal-box {
  padding-top: 5.2rem;
  padding-bottom: 4.8rem; }

.cta-heading {
  padding-top: .7rem;
  margin-bottom: 2.7rem; }
  .cta-heading .cta-title {
    margin-bottom: .5rem; }

.cta-text {
  padding-top: .5rem; }
  .cta-text .cta-title {
    margin-bottom: 2.1rem; }
  .cta-text .cta-desc {
    margin-bottom: 2.3rem; }

.cta-separator {
  position: relative; }
  .cta-separator [class*="col-"] + [class*="col-"]:before {
    content: '';
    width: .1rem;
    display: block;
    height: 80%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-color: #ebebeb; }
  .cta-separator.bg-image [class*="col-"] + [class*="col-"]:before {
    background-color: #dadada; }

.cta-wrapper {
  padding-top: 5.6rem;
  padding-bottom: 5.6rem;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto; }
  .cta-wrapper .cta-title {
    margin-bottom: .6rem; }
  .cta-wrapper .cta-desc {
    margin-bottom: 2rem; }
  .cta-wrapper.cta-text {
    max-width: 330px; }
    .cta-wrapper.cta-text .cta-title {
      margin-bottom: 1.6rem; }
    .cta-wrapper.cta-text .cta-desc {
      margin-bottom: 2.6rem; }

.cta-border {
  padding: 3.9rem 2rem;
  border: 1rem solid #f5f5f5;
  text-align: center; }
  .cta-border .cta-content {
    display: flex;
    align-items: center;
    flex-direction: column; }
  .cta-border .cta-heading {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    padding-top: 0;
    padding-right: 0; }
  .cta-border .cta-title {
    margin: 0 0 2rem; }
  .cta-border .cta-text {
    position: relative;
    padding: 0;
    flex-grow: 1;
    margin-bottom: 2rem; }
    .cta-border .cta-text::before {
      content: '';
      background-color: #f5f5f5;
      width: .5rem;
      height: 9rem;
      position: absolute;
      left: -3px;
      top: 50%;
      margin-top: -4.5rem;
      display: none; }
  .cta-border p {
    max-width: 460px;
    margin-bottom: 0; }

@media screen and (min-width: 992px) {
  .cta-border {
    text-align: left;
    padding-left: 0;
    padding-right: 0; }
    .cta-border .cta-content {
      flex-direction: row;
      padding-left: 1.5rem; }
    .cta-border .cta-heading {
      flex: 0 0 24.7%;
      max-width: 24.7%;
      padding-right: 3rem; }
    .cta-border .cta-title {
      margin-bottom: 0; }
    .cta-border .cta-text {
      margin-right: 2rem;
      padding-left: 3rem;
      margin-bottom: 0; }
      .cta-border .cta-text::before {
        display: block; } }
@media screen and (max-width: 1199px) {
  .cta-horizontal-box {
    padding-left: 3rem;
    padding-right: 3rem; } }
@media screen and (max-width: 991px) {
  .cta-horizontal .cta-desc {
    margin-bottom: 1.5rem; }

  .cta-separator [class*="col-"] + [class*="col-"]:before {
    height: .1rem;
    width: 80%;
    left: 10%;
    top: 0;
    bottom: auto; }

  .cta-border .cta-title,
  .cta-border .cta-title.text-right {
    text-align: center !important; } }
@media screen and (max-width: 767px) {
  .cta-horizontal .form-control {
    margin-right: 1rem; }

  .cta .btn:not(.btn-block) {
    min-width: 0; }

  .cta-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }
@media screen and (max-width: 575px) {
  .cta .input-group {
    flex-direction: column; }
    .cta .input-group .form-control {
      width: 100%;
      margin-right: 0; }
    .cta .input-group .btn {
      margin-left: 0;
      margin-top: 1rem; }
    .cta .input-group .input-group-append,
    .cta .input-group .input-group-prepend {
      justify-content: center; }
  .cta .input-group-round .form-control,
  .cta .input-group-round .btn {
    border-radius: 30px; }
  .cta .input-group-round .input-group-append {
    justify-content: center; } }

.footer {
  background-color: #f1f1f1; }
  .footer .footer-middle {
    border-top-width: 0; }
  .footer .widget-title {
    font-weight: 400;
    letter-spacing: .1em;
    color: #28acd8;
    text-transform: uppercase; }
  .footer .widget-about p {
    max-width: 540px; }
  .footer .widget-about-info a {
    color: #cc6666; }
  .footer .widget-about-title {
    color: #28acd8; }
  .footer .widget {
    margin-bottom: 5rem; }
  .footer .footer-middle {
    padding-top: 7rem;
    padding-bottom: 1rem; }
ul.widget-list {
    font-weight: bold;
}
.widget-newsletter form {
  padding-top: 2.5rem; }
  .widget-newsletter form .btn {
    background-color: #fff;
    color: #333;
    border: none; }
    .widget-newsletter form .btn:hover, .widget-newsletter form .btn:focus {
      background-color: #cc6666;
      color: #fff; }
  .widget-newsletter form .form-control:not(:focus) {
    border-color: #fff;
    background-clip: border-box; }

.footer-bottom .container,
.footer-bottom .container-fluid {
  padding-top: 2.1rem;
  padding-bottom: 2.1rem; }
  .footer-bottom .container::before,
  .footer-bottom .container-fluid::before {
    left: 1rem;
    right: 1rem;
    background-color: #444; }

@media screen and (min-width: 768px) {
  .title {
    font-size: 2rem; }

  .banner-big .btn {
    min-width: 170px; } }
@media screen and (max-width: 575px) {
  .cta-horizontal-box {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }
@media screen and (max-width: 1300px) {
  .owl-simple .owl-nav [class*='owl-'] {
    display: none; } }

/*# sourceMappingURL=demo-7.css.map */
