.customBg, .customBtn {
  background: linear-gradient(to right, #f9236f 0%, #f92346 100%);
}

.img_fluid {
  max-width: 100%;
  height: auto;
}

.mainColor {
  color: #f9236f;
}

.text_center {
  text-align: center;
}

.customBtn {
  text-transform: capitalize;
  color: #FFF;
  padding: 5px 10px;
  border: 0;
  font-weight: 700;
}

.clearfix {
  clear: both;
}

.topicTitle {
  text-align: center;
}
.topicTitle .title {
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0.5em;
}
.topicTitle .desc {
  font-weight: 500;
}

.toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #333;
  color: #FFF;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 5;
}
.toTop:hover {
  background-color: #ffc808;
  color: #333;
}

.img_thumbnail {
  border: 1px solid #CCC;
  border-radius: 2px;
  padding: 3px;
  background-color: #FFF;
}

.container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: 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;
  }
}

.container-fluid {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
}

p {
  font-weight: 500;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: bebasneue-regular;
  src: url("../webfonts/bebasneue-regular.ttf");
}
@font-face {
  font-family: bebasneuebold;
  src: url("../webfonts/bebasneuebold.ttf");
}
body {
  background: url("../images/body_bg.jpg") repeat;
  overflow: hidden;
}
body font {
  family: 'Montserrat', sans-serif;
  size: 16px;
}

/*Start Footer*/
.footer {
  padding: 50px 0;
  background: url("../images/footer_bg.jpg") repeat-y;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: rgba(255, 255, 255, 0.9);
  font-size: .9em;
}
.footer .top {
  overflow: hidden;
}
.footer .top .info {
  margin-bottom: 1.5em;
}
@media (max-width: 575px) {
  .footer .top .info:first-child, .footer .top .info:last-child {
    width: 100%;
  }
  .footer .top .info:nth-child(2), .footer .top .info:nth-child(3) {
    float: left;
    width: 49%;
  }
  .footer .top .info:nth-child(2) {
    margin-right: 2%;
  }
  .footer .top .info:last-child {
    clear: both;
  }
}
@media (min-width: 576px) {
  .footer .top .info {
    float: left;
    width: 49%;
  }
  .footer .top .info:nth-child(odd) {
    margin-right: 2%;
  }
}
@media (min-width: 992px) {
  .footer .top .info {
    margin-bottom: 0;
  }
  .footer .top .info:nth-child(odd) {
    margin-right: auto;
  }
  .footer .top .info:first-child, .footer .top .info:last-child {
    width: 30%;
  }
  .footer .top .info:nth-child(2), .footer .top .info:nth-child(3) {
    width: 15.5%;
  }
  .footer .top .info:not(:last-child) {
    margin-right: 3%;
  }
}
.footer .top .info .title {
  color: white;
  margin-bottom: 1.5em;
}
.footer .top .info .title:nth-of-type(2) {
  margin-top: 1.5em;
}
.footer .top .info .desc {
  margin-bottom: 1.5em;
  line-height: 1.6;
}
.footer .top .info .address_list {
  line-height: 1.8;
}
.footer .top .info .address_list li i {
  color: white;
}
.footer .top .info .address_list li i.fa-phone {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.footer .top .info .address_list li span,
.footer .top .info .address_list li a {
  margin-left: 1em;
  color: rgba(255, 255, 255, 0.9);
}
.footer .top .info .details_list {
  line-height: 2;
}
@media (min-width: 576px) and (max-width: 991px) {
  .footer .top .info .details_list {
    display: flex;
    flex-wrap: wrap;
  }
  .footer .top .info .details_list li {
    width: 50%;
  }
}
.footer .top .info .slinksContainer {
  display: flex;
}
@media (min-width: 576px) {
  .footer .top .info .slinksContainer {
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .footer .top .info .slinksContainer .sLinks:first-of-type {
    margin-right: 20%;
  }
}
.footer .top .info .payment_list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .footer .top .info .payment_list {
    justify-content: center;
  }
  .footer .top .info .payment_list li:not(:last-child) {
    margin-right: 5px;
  }
}
.footer .bottom {
  text-align: center;
  margin-top: 25px;
}
.footer .bottom .menu {
  margin-bottom: 1.5em;
}
.footer .bottom .menu li {
  display: inline-block;
}
.footer .bottom .menu li:not(:last-child) {
  margin-right: 1em;
}

/*End Footer*/
/*Start Loading Page*/
.loading {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #333;
  color: #FFF;
}
.loading .spinner {
  margin: 45vh auto;
  width: 100px;
  height: 100px;
  position: relative;
}
.loading .spinner .circle {
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 50%;
  border-right: 3px solid #f9236f;
  -webkit-animation: roundedCircle 0.5s linear infinite;
  -moz-animation: roundedCircle 0.5s linear infinite;
  -o-animation: roundedCircle 0.5s linear infinite;
  animation: roundedCircle 0.5s linear infinite;
}
.loading .spinner .circle:first-child {
  width: 90%;
  height: 90%;
  margin-left: -45%;
  margin-top: 5%;
  animation-delay: 0s;
}
.loading .spinner .circle:nth-child(2) {
  width: 70%;
  height: 70%;
  margin-left: -35%;
  margin-top: 15%;
  animation-delay: .2s;
}
.loading .spinner .circle:last-child {
  width: 50%;
  height: 50%;
  margin-left: -25%;
  margin-top: 25%;
  animation-delay: .4s;
}

@-webkit-keyframes roundedCircle {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes roundedCircle {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*End Loading Page*/
/*Start Top Banner*/
.topBanner {
  background: url("../images/top_banner_bg.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: .8;
}
.topBanner .details {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.topBanner .details .title {
  color: rgba(255, 255, 255, 0.95);
}
@media (max-width: 575px) {
  .topBanner .details .title {
    font-size: .7em;
  }
}
.topBanner .details .fa-times {
  border: 1px solid #FFF;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.95);
  cursor: pointer;
}

/*End Top Banner*/
/*Start Main Banner*/
.mainBanner {
  background: url("../images/main_banner_bg.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.mainBanner .content {
  position: absolute;
  width: 80%;
  left: 10%;
  right: 10%;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .mainBanner .content {
    width: 50%;
    left: auto;
    right: auto;
  }
}
.mainBanner .content .title {
  text-transform: uppercase;
  font-size: 3em;
  line-height: .75;
}
@media (max-width: 575px) {
  .mainBanner .content .title {
    font-size: 2em;
  }
}
@media (min-width: 1200px) {
  .mainBanner .content .title {
    font-size: 3em;
  }
}
.mainBanner .content .title span {
  display: block;
}
.mainBanner .content .num {
  font-size: 1.2em;
  letter-spacing: .5em;
  text-indent: .5em;
}
@media (min-width: 768px) {
  .mainBanner .content .num {
    letter-spacing: 1.5em;
    text-indent: 1.5em;
  }
}
@media (min-width: 1200px) {
  .mainBanner .content .num {
    font-size: 2.2em;
  }
}
.mainBanner .content p {
  color: rgba(0, 0, 0, 0.7);
  font-size: .95em;
  margin: 1.5em 0;
  display: none;
}
@media (min-width: 768px) {
  .mainBanner .content p {
    display: block;
  }
}
.mainBanner .content .customBtn {
  margin-top: 1.5em;
}
@media (min-width: 768px) {
  .mainBanner .content .customBtn {
    margin-top: 0;
  }
}
.mainBanner .ads {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 1;
}
@media (min-width: 768px) {
  .mainBanner .ads {
    display: block;
  }
}
.mainBanner .ads img {
  max-width: 50%;
  float: right;
}
.mainBanner .topNavigationBar {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 15px 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 3;
}
.mainBanner .topNavigationBar .navigationText {
  display: flex;
  justify-content: space-between;
  font-size: .8em;
}
@media (max-width: 575px) {
  .mainBanner .topNavigationBar .navigationText {
    display: block;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .mainBanner .topNavigationBar .navigationText span {
    display: block;
    text-align: center;
    margin-left: 0 !important;
  }
}
.mainBanner .topNavigationBar .navigationText span:last-child {
  margin-left: 4em;
}
.mainBanner .topNavigationBar .navigationText span a {
  font-weight: 900;
  color: rgba(0, 0, 0, 0.8);
}
.mainBanner .topNavigationBar .navigationText strong {
  font-weight: 900;
  color: rgba(0, 0, 0, 0.8);
}
.mainBanner .topNavigationBar .navigationText strong:last-child {
  margin-left: 1em;
}
@media (min-width: 992px) {
  .mainBanner .topNavigationBar .navigationMenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.mainBanner .topNavigationBar .navigationMenu > div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (min-width: 992px) {
  .mainBanner .topNavigationBar .navigationMenu > div:first-child {
    width: auto;
  }
}
.mainBanner .topNavigationBar .navigationMenu > div .fa-bars {
  border: 1px solid #000;
  padding: 5px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .mainBanner .topNavigationBar .navigationMenu > div .fa-bars {
    display: none;
  }
}
.mainBanner .topNavigationBar .navigationMenu .menu {
  display: none;
}
@media (min-width: 992px) {
  .mainBanner .topNavigationBar .navigationMenu .menu {
    display: block;
  }
}
.mainBanner .topNavigationBar .navigationMenu .menu li {
  font-weight: 700;
  font-size: .85em;
  padding-top: .5em;
  padding-bottom: .5em;
}
@media (min-width: 992px) {
  .mainBanner .topNavigationBar .navigationMenu .menu li {
    display: inline-block;
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.mainBanner .topNavigationBar .navigationMenu .menu li a {
  color: rgba(0, 0, 0, 0.8);
}
.mainBanner .topNavigationBar .navigationMenu .menu li i.fa-search {
  cursor: pointer;
}
.mainBanner .topNavigationBar .navigationForm {
  display: none;
  max-width: 100%;
}
.mainBanner .topNavigationBar .navigationForm input[type="search"] {
  width: 100%;
  padding: 5px;
}
.mainBanner .topNavigationBar .navigationForm input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
  cursor: pointer;
}

/*End Main Banner*/
/*Start banners and featured Products*/
.banners_featuredProducts {
  width: 100%;
  position: absolute;
  top: 95vh;
  z-index: 2;
}
.banners_featuredProducts .container {
  height: 100%;
  background-color: #FFF;
}
.banners_featuredProducts .services {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 575px) {
  .banners_featuredProducts .services {
    flex-direction: column;
  }
  .banners_featuredProducts .services .serv:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .banners_featuredProducts .services .serv:not(:first-child) i {
    border: 1px solid #CCC !important;
  }
}
.banners_featuredProducts .services .serv {
  text-align: center;
  position: relative;
  padding: 50px 0 0 0;
}
.banners_featuredProducts .services .serv i {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -25px;
  left: 50%;
  margin-left: -25px;
  border-radius: 50%;
  background-color: #FFF;
  color: rgba(0, 0, 0, 0.9);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-right: 0;
  border-bottom: 0;
}
@media (min-width: 992px) {
  .banners_featuredProducts .services .serv i {
    width: 76px;
    height: 76px;
    top: -38px;
    margin-left: -38px;
    font-size: 1.5em;
  }
}
.banners_featuredProducts .services .serv i.fa-plane {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.banners_featuredProducts .services .serv h4 {
  font-size: 1.1em;
  font-weight: 900;
}
.banners_featuredProducts .productBanner {
  padding: 70px 0;
  overflow: hidden;
}
@media (max-width: 575px) {
  .banners_featuredProducts .productBanner {
    padding: 50px 0;
  }
}
.banners_featuredProducts .productBanner .banner {
  width: 100%;
  margin-right: 0;
  margin-bottom: 25px;
  float: none;
  position: relative;
}
.banners_featuredProducts .productBanner .banner:first-child {
  margin-right: 2%;
}
@media (min-width: 768px) {
  .banners_featuredProducts .productBanner .banner {
    width: 49%;
    margin-bottom: 0;
    float: left;
  }
}
.banners_featuredProducts .productBanner .banner img {
  width: 100%;
}
.banners_featuredProducts .productBanner .banner .bannerContent {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banners_featuredProducts .productBanner .banner .bannerContent .title {
  letter-spacing: -2px;
  line-height: .75;
  font-size: 2em;
}
@media (max-width: 575px) {
  .banners_featuredProducts .productBanner .banner .bannerContent .title {
    font-size: 1.4em;
  }
}
.banners_featuredProducts .productBanner .banner .bannerContent .title span {
  display: block;
}
.banners_featuredProducts .productBanner .banner .bannerContent .desc {
  width: 50%;
  margin: 20px 0;
  font-size: .8em;
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 575px) {
  .banners_featuredProducts .productBanner .banner .bannerContent .desc {
    font-size: .7em;
  }
}
@media (max-width: 575px) {
  .banners_featuredProducts .productBanner .banner .bannerContent button {
    font-size: .75em;
  }
}
.banners_featuredProducts .responsiveSlider {
  /*padding: 25px 0;*/
  padding: 25px 0 50px;
  /*margin-bottom: 75px;*/
  margin-bottom: 0;
}
.banners_featuredProducts .responsiveSlider .item {
  text-align: center;
  padding: 5px 0;
}
.banners_featuredProducts .responsiveSlider .item:nth-child(even) {
  background-color: rgba(249, 35, 111, 0.2);
}
.banners_featuredProducts .responsiveSlider .item:nth-child(odd) {
  background-color: rgba(249, 35, 111, 0.5);
}
.banners_featuredProducts .responsiveSlider .item img {
  margin: auto;
}
.banners_featuredProducts .responsiveSlider .item .details {
  padding-top: 1em;
}
.banners_featuredProducts .responsiveSlider .item .details .stars_list {
  padding: 10px 0 5px;
}
.banners_featuredProducts .responsiveSlider .item .details .stars_list li {
  display: inline-block;
  color: #ffc808;
}
.banners_featuredProducts .responsiveSlider .item .details .price span:first-child {
  text-decoration: line-through;
  margin-right: 1em;
}
.banners_featuredProducts .responsiveSlider .slick-dots {
  bottom: 15px;
}

/*End banners and featured Products*/
/*Start Latest News*/
.latest_news {
  background: url("../images/news/latest_news_bg.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 150px 0 100px;
  position: relative;
}
@media (min-width: 576px) {
  .latest_news .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.latest_news .news {
  overflow: hidden;
  padding: 25px 0;
}
@media (min-width: 992px) {
  .latest_news .news {
    display: flex;
    justify-content: space-between;
  }
}
.latest_news .news .item {
  background-color: #FFF;
  width: 100%;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .latest_news .news .item {
    width: 49%;
    float: left;
  }
  .latest_news .news .item:first-child {
    margin-left: 25.5%;
    margin-right: 25.5%;
  }
  .latest_news .news .item:last-child {
    margin-left: 2%;
  }
}
@media (min-width: 992px) {
  .latest_news .news .item {
    width: 31%;
    margin-bottom: 0;
  }
  .latest_news .news .item:first-child {
    margin-left: 0;
    margin-right: 0;
  }
  .latest_news .news .item:last-child {
    margin-left: 0;
  }
}
.latest_news .news .item img {
  width: 100%;
}
.latest_news .news .item .details {
  padding: 15px 25px;
}
.latest_news .news .item .details h4 {
  color: rgba(0, 0, 0, 0.7);
}
.latest_news .news .item .details > span {
  color: rgba(0, 0, 0, 0.4);
  font-size: .8em;
}
.latest_news .news .item .details > p {
  margin: 1.2em 0;
  font-size: .9em;
  color: rgba(0, 0, 0, 0.7);
}
.latest_news .news .item .details > div {
  display: flex;
  justify-content: space-between;
}
.latest_news .news .item .details > div button {
  font-size: .9em;
  font-weight: 500;
}
.latest_news .news .item .details > div p {
  color: rgba(0, 0, 0, 0.4);
}

/*End Latest News*/
/*Start Products*/
.products {
  margin-top: -50px;
  position: relative;
}
.products .container {
  background: #FFF;
  padding-top: 30px;
  padding-bottom: 30px;
}
.products .latest_products {
  overflow: hidden;
}
@media (min-width: 768px) {
  .products .latest_products {
    display: flex;
    justify-content: space-between;
  }
}
.products .latest_products .sideProducts {
  width: 50%;
  margin: auto;
}
.products .latest_products .sideProducts:nth-child(2) {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .products .latest_products .sideProducts {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .products .latest_products .sideProducts {
    width: 31%;
  }
  .products .latest_products .sideProducts:nth-child(2) {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.products .latest_products .sideProducts > .title {
  font-weight: 900;
}
.products .latest_products .sideProducts .product {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  justify-content: center;
}
.products .latest_products .sideProducts .product:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.products .latest_products .sideProducts .product .details {
  margin-left: 20px;
}
.products .latest_products .sideProducts .product .details > .title {
  font-size: .9em;
  font-weight: 600;
}
.products .latest_products .sideProducts .product .details > span {
  font-style: italic;
  font-size: .85em;
  color: rgba(0, 0, 0, 0.7);
}
.products .latest_products .sideProducts .product .details .stars_list {
  padding: 0 0 10px;
}
.products .latest_products .sideProducts .product .details .stars_list li {
  display: inline-block;
  color: #ffc808;
}
.products .latest_products .sideProducts .product .details .stars_list li i {
  font-size: .65em;
}
.products .latest_products .sideProducts .product .details .price span {
  font-size: .85em;
}
.products .latest_products .sideProducts .product .details .price span:first-child {
  text-decoration: line-through;
  margin-right: 1em;
  color: rgba(0, 0, 0, 0.7);
}
.products .latest_products .sideProducts .product .details .price span strong {
  color: #f9236f;
  font-weight: 700;
}
.products .latest_products .sideProducts.center {
  position: relative;
  margin-left: 25%;
  margin-right: 25%;
}
@media (max-width: 575px) {
  .products .latest_products .sideProducts.center {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .products .latest_products .sideProducts.center {
    margin-left: auto;
    margin-right: auto;
  }
}
.products .latest_products .sideProducts.center img {
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .products .latest_products .sideProducts.center img {
    width: 60%;
  }
}
.products .latest_products .sideProducts.center .info {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.products .latest_products .sideProducts.center .info p {
  text-align: center;
  color: #FFF;
  line-height: .75;
}
.products .latest_products .sideProducts.center .info p:first-child {
  font-family: bebasneuebold;
}
.products .latest_products .sideProducts.center .info p:last-child {
  font-family: bebasneue-regular;
  font-size: 5em;
}
@media (max-width: 575px) {
  .products .latest_products .sideProducts.center .info p:last-child {
    font-size: 3em;
  }
}
.products .latest_products .sideProducts.center .info p span {
  display: block;
  font-size: 3em;
}
@media (max-width: 575px) {
  .products .latest_products .sideProducts.center .info p span {
    font-size: 2em;
  }
}
.products .latest_products .sideProducts.center .info p span:nth-child(even) {
  letter-spacing: 2px;
  font-size: 4.5em;
}
@media (max-width: 575px) {
  .products .latest_products .sideProducts.center .info p span:nth-child(even) {
    font-size: 3em;
  }
}
.products .latest_products .sideProducts.center .info > hr {
  border: 1.5px solid #FFF;
  margin: 1em 0;
}
.products hr {
  margin: 30px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.products .newsletter {
  text-align: center;
}
.products .newsletter .topicTitle .title {
  text-transform: none;
}
.products .newsletter form {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .products .newsletter form {
    display: flex;
    flex-direction: column;
  }
}
.products .newsletter form input {
  height: 32px;
}
.products .newsletter form input[type="text"] {
  padding: 5px;
  border: 1px solid #CCC;
}
@media (max-width: 575px) {
  .products .newsletter form input[type="text"] {
    margin-bottom: 10px;
  }
}
@media (min-width: 576px) {
  .products .newsletter form input[type="text"] {
    width: 50%;
    padding: 1px 5px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    margin-right: -6px;
  }
}

/*End Products*/
/*Start Brands Logo*/
.brands_logo {
  background-color: #EEE;
  padding: 100px 0 50px;
  margin-top: -50px;
}
.brands_logo .brands {
  overflow: hidden;
}
@media (min-width: 992px) {
  .brands_logo .brands {
    display: flex;
    justify-content: space-between;
  }
}
.brands_logo .brands > div {
  text-align: center;
  margin-bottom: 1em;
}
@media (min-width: 576px) {
  .brands_logo .brands > div {
    float: left;
    width: 48%;
  }
}
@media (min-width: 768px) {
  .brands_logo .brands > div {
    width: 30%;
  }
  .brands_logo .brands > div:nth-child(2), .brands_logo .brands > div:nth-child(5) {
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media (min-width: 992px) {
  .brands_logo .brands > div {
    float: none;
    width: auto;
    text-align: justify;
    margin-bottom: 0;
  }
  .brands_logo .brands > div:nth-child(2), .brands_logo .brands > div:nth-child(5) {
    margin-left: 0%;
    margin-right: 0%;
  }
}

/*End Brands Logo*/

/*# sourceMappingURL=home_page.css.map */
