/*--------------------------------------------------------------
# General  Satisfy AS
--------------------------------------------------------------*/
body {
  font-family: 'Roboto', sans-serif;
  color: #444444;
}

a {
  color: #000000;
}

a:hover {
  color: #ff0000;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}
.txt-white {
  color: #fff;
}
.txt-black {
  color: #000;
}
.wpx-100 {
  width: 100px;
}
.wpx-200 {
  width: 200px;
}
.wpx-300 {
  width: 300px;
}
.wpx-400 {
  width: 400px;
}
.m-auto-rl-1 {
  margin: 0 5% auto;
}
.m-auto-rl-2 {
  margin: 0 10% auto;
}
.m-auto-rl-3 {
  margin: 0 15% auto;
}
.m-auto-rl-4 {
  margin: 0 20% auto;
}
.m-auto-rl-5 {
  margin: 0 25% auto;
}

.m-auto-tb-1 {
  margin: 5% 0 auto;
}
.m-auto-tb-2 {
  margin: 10% 0 auto;
}
.m-auto-tb-3 {
  margin: 15% 0 auto;
}
.m-auto-tb-4 {
  margin: 20% 0 auto;
}
.m-auto-tb-5 {
  margin: 25% 0 auto;
}

.rgb-red {
  color: rgb(237 28 36);
}
.rgb-black {
  color: rgb(0 0 0);
}
.rgb-grey {
  color: rgb(200 200 200);
}

.b-rgb-red {
  background-color: rgb(237 28 36);
}
.b-rgb-black {
  background-color: rgb(0 0 0);
}
.b-rgb-grey {
  background-color: rgb(200 200 200);
}

.txt-center {
  text-align: center;
  vertical-align: middle;
}
.m-auto {
  margin: auto;
}


/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.static-section ul li {
  width: calc(100%/4);
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#footer .ftr-logo img {
  height: auto;
  max-width: 100%;
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  padding: 0;
  font-size: 12px;
  /*height: 50px;*/
  height: 35px;
  transition: all 0.5s;
  background: rgba(26, 24, 22, 0.8);
  color: rgb(0 0 0 / 70%);
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}
#topbar .subtitle-subnav {
  float: left;
}
#topbar .subtitle-subnav p {
  vertical-align: middle;
  margin: auto;
  font-family: "Open Sans",sans-serif;
}
#topbar .subtitle-subnav p span {
  color: #ff0000
}
#topbar.topbar-transparent {
  background: #ffffff;
}

#topbar.topbar-scrolled {
  top: -50px;
}

#topbar i {
  color: #ff0000;
  font-size: 14px;
  margin: 0 12px;
}

#topbar i + i {
  margin-left: 15px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /*top: 30px;*/
  height: 90px;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: rgba(26, 24, 22, 0.85);
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}

#header.header-transparent {
  background: #ffffff;
  font-size: 12px;
}

#header.header-scrolled {
  top: 0;
  background: #ffffff;
  position: fixed;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 40%), 0 2px 10px 0 rgba(0,0,0,.12);
  top: 0;
  left: 0;
  animation: smoothScroll 1s forwards;
  height: 65px;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0px);
  }
}

#header .logo h1 {
  font-size: 25px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #ff0000;
  text-decoration: none;
}

#header .logo img {
  /*padding: 0;*/
  /*margin: 0;*/
  /*max-height: 40px;*/
  width: 70%
}

@media (max-width: 992px) {
  #header {
    top: 0;
    background: rgba(26, 24, 22, 0.85);
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
#header .nav-menu, #header .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

#header .nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

#header .nav-menu a {
  display: block;
  position: relative;
  color: #000000;
  padding: 9px 14px;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}

#header .nav-menu a:hover, #header .nav-menu .active > a, #header .nav-menu li:hover > a {
  color: #ff0000;
  text-decoration: none;
}

#header .nav-menu .book-a-table a {
  background: #ffb03b;
  color: #fff;
  border-radius: 50px;
  margin: 0 0 0 20px;
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
}

#header .nav-menu .book-a-table a:hover {
  background: #ffa012;
  color: #fff;
}

#header .nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

#header .nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

#header .nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

#header .nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #433f39;
}

#header .nav-menu .drop-down ul a:hover, #header .nav-menu .drop-down ul .active > a, #header .nav-menu .drop-down ul li:hover > a {
  color: #ff0000;
}

#header .nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

#header .nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

#header .nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

#header .nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

#header .nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  #header .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  #header .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  #header .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 23px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: rgb(237, 28, 36);
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #433f39;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: rgb(237, 28, 36);
  text-decoration: none;
}

.mobile-nav .book-a-table a {
  background: #ffb03b;
  color: #fff;
  border-radius: 50px;
  margin: 0 0 0 20px;
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
  display: inline-block;
}

.mobile-nav .book-a-table a:hover {
  background: #ffa012;
  color: #fff;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(39, 37, 34, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #header {
    height: 55px;
  }
  .mobile-nav-toggle {
    top: 15px;
  }
}

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.banner-slider {
  top: 100px;
}
#hero .carousel-inner a img {
  width: 100%;
}

/*--------------------------------------------------------------
# PUD RECALL
--------------------------------------------------------------*/
.pud_recall_honda {
  width: 100%;
}
@media (max-width: 425px) {
  .pud_recall_honda {
    margin-top: 30px;
  }
  .pud_recall_honda .card-body {
    padding: 10px;
  }
  .pud_recall_honda .ahs_pud_honda .ths_pud .ahs_text h3 {
    font-size: 20px;
  }
  .pud_recall_honda .ahs_pud_honda .ths_pud .ahs_link a {
    padding: 10px 50px;
  }
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 86vh;
  background-color: #ffffff;
  overflow: hidden;
  padding: 0;
}

#hero .carousel-item {
  width: 100%;
  height: 86vh;
  /*top: 5.3em;*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: '';
  /*background-color: rgba(12, 11, 10, 0.5);*/
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .carousel-content {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#hero h2 span {
  color: #ffb03b;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
  opacity: 1;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 36px;
  line-height: 1;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  padding: 10px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
}

#hero .btn-menu, #hero .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 0 10px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  color: #fff;
  border: 2px solid #ffb03b;
}

#hero .btn-menu:hover, #hero .btn-book:hover {
  background: #ffb03b;
  color: #fff;
}

@media(max-width: 1920px){
  /*#hero .carousel-inner a img {
    height: 90vh;
  }
  #hero .carousel-inner {
    height: 90vh;
  }
  #hero {
    height: 90vh;
  } */
}
@media(max-width: 1440px){
  /*#hero .carousel-inner a img {
    height: 86vh;
  }
  #hero .carousel-inner {
    height: 86vh;
  }*/ 
}
@media (min-width: 1024px) {
  #hero p {
    width: 50%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}
@media (max-width: 991px) {
  #hero {
    height: auto;
  }
  #hero .carousel-item {
    height: auto;
  }
  #hero .carousel-inner a img {
    height: auto;
  }
  #hero .carousel-inner {
    height: auto;
  }

}
@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
  #hero .carousel-inner {
    height: auto;
  }
}
@media (max-width: 425px) {
  .carousel-indicators {
    bottom: 0;
    margin-bottom: 0;
  }
  #hero {
    height: auto !important;
  }

}





/*--------------------------------------------------------------
# Our Access
--------------------------------------------------------------*/
#our-access {
  width: 100%;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
.our-access .box {
  padding: 10px 10px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
}

.our-access .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: rgb(237 28 36);
}

.our-access .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #6c665c;
  font-family: "Roboto", sans-serif;

}

.our-access .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.our-access .box:hover {
  background: rgb(237 28 36);
  padding: 25px 25px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.our-access .box:hover span, .our-access .box:hover h4, .our-access .box:hover p {
  color: #fff;
}

@media (max-width: 425px) {
  #our-access .section-title h2 {
    font-size: 24px;
  }
  #our-access .col-sm-4 {
    margin-top: 1.5rem!important;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.ptb-2 {
  padding: 20px 0 !important;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  color: #5f5950;
}

.section-title h2 span {
  color: rgb(237 28 36);
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# tabs-cars
--------------------------------------------------------------*/
.tabs-cars {
  width: 100%;
}
.tabs-cars .nav-tabs {
  border: 0;
  box-shadow: none;
  background-color: #ffffff; 
}

.tabs-cars .nav-link {
  border: 0;
  padding: 20px;
  transition: 0.3s;
  color: #21413c;
}

.tabs-cars .nav-link:hover {
  color: #1bac91;
}

.tabs-cars .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
}

.tabs-cars .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
}

.tabs-cars .nav-link.active {
  /*box-shadow: 5px 5px 10px rgb(0 0 0 / 48%);*/
  background-color: #ff2b2b;
  border-radius: 0px 55px 55px 0;
}
.tabs-cars .nav-link.active p {
  color: #ffffff;
}

.tabs-cars .nav-link.active h4 {
  color: #1bac91;
}

.tabs-cars .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}
.tabs-cars #dts-return .detail-product {
  width: 100%;
  height: 450px;
  position: relative;
}
.tabs-cars #dts-return .detail-product img {
  width: 100%;
  height: auto;
} 
.tabs-cars .detail-slide {
  height: 430px;
  /*padding: 10px;*/
  /*border: 1px solid red;*/
}
.tabs-cars .view img {
  width: 100%;
}
.tabs-cars #dts-return .detail-product .detail-caption .detail-price {
  float: left;
}
.tabs-cars #dts-return .detail-product .detail-caption .detail-price p:first-child {
  font-weight: 500;
  margin:auto;
}
.tabs-cars #dts-return .detail-product .detail-caption .detail-price p:last-child {
  font-size: 32px;
  font-family: "Roboto", sans-serif;
}
.tabs-cars #dts-return .detail-product .detail-caption .detail-price p:last-child span {
  font-weight: 800;
  color: #ff2b2b;
}
.tabs-cars #dts-return .detail-product .detail-caption .detail-more {
  float: right;
  padding: 20px 0;
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .tabs-cars .nav-tabs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
  }
  .tabs-cars .nav-link.active {
    border-radius: 10px;
  }
}
@media (max-width: 425px) {
  .tabs-cars #dts-return .detail-product .detail-caption .detail-more {
    width: 100%;
    text-align: center;
  }
  .tabs-cars #dts-return .detail-product {
    height: 350px;
  }
  .tabs-cars .nav-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .tabs-cars .nav-link.active {
    border-radius: 10px;
  }
}

















/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #ed4c52;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #ff0000;
  color: #fff;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------AS Del
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ff0000;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}


@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

-------------------------------------------------------------- AS Del*/

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/* Footer Styling Website CMP */
#footer h1, #footer h2, 
#footer h3, #footer h4, 
#footer h5, #footer h6 {
  font-family: 'Montserrat', sans-serif;
  margin: 0px;
  padding: 0px;
  font-weight: 700;
  color: #242424;
  text-transform: uppercase;
}
#footer {
  width: 100%;
  position: relative;
}
#footer .yellow-background {
  background: #f2ae2b;
}
#footer .solution-available {
  padding: 20px 0px 21px;
}
#footer .solution-available h5 {
  font-size: 30px;
  color: #000;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  margin: 10px 20px;
  display: inline-block;
}
#footer .solution-available h5 span {
  font-weight: 700;
}
#footer {
  color: #37423b;
  font-size: 14px;
  background: #eef0ef;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #f9faf9;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

/*#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}*/

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #000000;
  font-weight: 400;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ff3547;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #000000;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #000000;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #ff0000;
  font-weight: 600;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-newsletter img {
  width: 100%;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #e0e5e2;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 12px;
  padding: 0 20px 2px 20px;
  background: #ff0000;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #ed7479;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
}

#footer .credits a {
  color: #ed1c24c4;
  transition: 0.3s;
}

#footer .credits a:hover {
  color: #ff0000;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #ed1c24c4;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #ff0000;
  color: #fff;
  text-decoration: none;
}

#footer a.header-requestbtn {
  font-size: 14px;
  color: #000;
  background: #f2ae2b;
  display: block;
  float: right;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  padding: 14px 20px;
  font-family: 'Montserrat', sans-serif;
  margin: 3px 0px;
  text-align: center;
}
#footer a.header-requestbtn.contactus-btn {
  background: #fff;
  color: #000;
  width: 200px;
  float: none;
  display: inline-block;
  font-size: 16px;
  margin: -15px 0px 0px;
  text-align: center;
}
#footer a.header-requestbtn.contactus-btn {
  background: #fff;
  color: #000;
  width: 200px;
  float: none;
  display: inline-block;
  font-size: 16px;
  margin: -15px 0px 0px;
  text-align: center;
}
@media (max-width: 1024px){
  #footer a.header-requestbtn.contactus-btn {
    clear: both;
    margin-top: 1rem;
  }
}
#footer a.header-requestbtn:before {
  background: #333;
  color: #fff;
}
#footer a.header-requestbtn:before {
  background: #333;
  color: #fff;
}
#footer a:hover {
  text-decoration: none;
}
#footer a.header-requestbtn.contactus-btn:hover {
  color: #fff;
}
#footer .ftr-section {
  background: #eceff1;
  width: 100%;
  float: left;
  padding: 80px 0px 0px;
  background-size: cover;
}
#footer ul.footer-info {
  width: 100%;
  float: left;
  margin: 0px 0px 70px;
  padding: 0px;
  border-bottom: 1px solid #ff0000;
}
#footer ul.footer-info li {
  list-style: none;
  float: left;
  width: auto;
  font-size: 18px;
  color: #2c2c2d;
  padding: 8px 40px 23px 35px;
  border-right: 1px solid #ff0000;
  margin-right: 49px;
  position: relative;
}
#footer ul.footer-info li.ftr-loc {
  font-size: 16px;
  padding: 0px 40px 10px 35px;
}
#footer ul.footer-info li:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 3px;
  left: 0px;
  font-size: 20px !important;
  color: #ff0000;
}
#footer ul.footer-info li.ftr-loc:before {
  content: "\f041";
  top: 9px;
}
#footer ul.footer-info li.ftr-phn:before {
  content: "\f095";
  top: 8px;
}
#footer ul.footer-info li.ftr-msg:before {
  content: "\f0e0";
  font-size: 15px!important;
  top: 10px;
}
#footer ul.footer-info li.ftr-support:before {
  content: "\f017";
  top: 7px;
}
#footer ul.footer-info li:last-child {
  border-right: 0px;
  margin: 0px;
}
#footer .ftr-about-text {
  padding-right: 70px;
  float: left;
}
#footer .ftr-section h6 {
  font-size: 18px;
  color: #000000;
  text-transform: none;
  font-weight: 600;
  margin-bottom: 25px;
}
#footer p {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #000000;
  margin: 0px;
  padding: 0px;
  line-height: 30px;
  font-weight: 400;
}
#footer .marbtm20 {
  margin-bottom: 20px;
}
#footer p.line-height26 {
  line-height: 26px;
}
#footer .ftr-section p {
  color: #615f5f;
}
#footer a.ftr-read-more {
  font-size: 14px;
  color: #000000;
  font-weight: 700;
  font-family: Roboto,sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  border: 1px solid #676868;
  padding: 8px 20px;
  display: block;
  float: left;
  text-decoration: none;
}
#footer a.ftr-read-more:hover {
  color: #ff0000;
  border: 1px solid #ff0000;
}
#footer ul.footer-link {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
}
#footer ul.footer-link li {
  list-style: none;
  float: left;
  font-size: 15px;
  margin-bottom: 10px;
  width: 100%;
}
#footer ul.footer-link li a {
  color: #615f5f;
  text-decoration: none;
}
#footer ul.footer-link li a:hover {
  color: #ff0000;
  font-weight: 600;
}
#footer .ftr-link-column {
  margin-left: -40px;
}
#footer .header-socials.footer-socials {
  margin: 0px 0px 30px;
  width: 100%;
  float: left;
}
#footer .header-socials i {
  color: #fff;
  font-size: 16px;
  margin: 0px 8px;
  width: 30px;
  line-height: 64px;
  text-align: center;
}
#footer .header-socials.footer-socials i {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 2px solid #000000;
  border-radius: 30px;
  margin: 0px 3px 0px 0px;
  color: #000;
  text-align: center;
}
#footer .header-socials.footer-socials i:hover {
  border: 2px solid #ff0000;
  color: #ff0000;
}
#footer .ftr-logo {
  width: auto;
  float: left;
}
/*#footer .img img {
  width: 100%;
  float: left;
  height: auto;
}*/
#footer .footer-btm {
  width: 100%;
  float: left;
  border-top: 1px solid #ff0000;
  padding: 22px 0px 26px;
  margin: 60px 0px 0px;
}
#footer .pad-right_zero {
  padding-right: 0px;
}
#footer .ftr-section p {
  color: #615f5f;
}
#footer .pad-left_zero {
  padding-left: 0px;
}
#footer .ftr-section p a {
  color: #615f5f;
  text-decoration: none;
}

@media(max-width: 1024px){
  #footer ul.footer-info li {
    padding: 8px 25px 23px 25px;
    margin-right: 10px;
  }
}
@media (max-width: 991px) and (min-width: 768px){
  #footer ul.footer-info li {
      width: 45%;
  }
}
@media (max-width: 991px) and (min-width: 768px){
  #footer ul.footer-info li {
    width: 48%;
    margin-right: 10px;
  }
  #footer ul.footer-info li:nth-child(2) {
    border-right: 0px;
  }
  #footer .ftr-about-text {
    padding-right: 30px;
    max-width: 50%;
    flex: auto;
  }
  #footer .ftr-sol-column {
    min-height: 310px;
    max-width: 50%;
    flex: auto;
  }
  #footer .ftr-link-column {
    max-width: 50%;
    flex: auto;
  }
  #footer .ftr-follow-column {
    max-width: 50%;
    flex: auto;
  }
  #footer .pad-left_zero:first-child {
    max-width: 60%;
  }
}
@media (max-width: 991px){
  #footer .ftr-link-column {
    margin-left: 0;
  }
}
@media(max-width: 991px) and (min-width: 260px){
  #footer .container {
    width: 100%;
    padding: 0px 45px;
    max-width: 100%;
  }
}
@media(max-width: 767px){
  #footer ul.footer-info li.ftr-loc{
    font-size: 18px;
  }
  #footer ul.footer-info li.ftr-loc br {
    display: none;
  }
  #footer .ftr-section {
    padding: 40px 0px 0px;
  }
  #footer ul.footer-info {
    text-align: center;
    margin: 0px 0px 40px;
    padding: 0 0 15px 0;
  }
  #footer ul.footer-info li {
    width: 100%;
    border: none;
    margin: 0;
    padding: 5px 0;
  }
  #footer ul.footer-info li:before {
    display: none;
  }
  #footer .footer-btm {
    text-align: center;
  }
  #footer .ftr-section p.text-right {
    text-align: center!important;
  }
  #footer .footer-btm {
    padding: 15px 0px 15px;
    margin: 40px 0px 0px;
  }
}
@media(max-width: 575px){
  #footer .clear-both {
    text-align: center;
  }
  #footer .ftr-about-text {
    padding: 15px;
  }
  #footer a.ftr-read-more {
    float: none;
  }
  #footer .container {
    padding: 0px 30px;
  }
  #footer .ftr-logo {
    float: none;
  }
}








/*--------------------------------------------------------------
# Body And Paint
--------------------------------------------------------------*/
.site-wrap.bp {
  width: 100%;
}
.site-wrap.bp .site-blocks-cover {
  background-position: center;
  background-attachment: fixed;
}
.site-wrap.bp .site-blocks-cover .wrap-info {
  position: relative;
  bottom: 6em; 
}
.site-wrap.bp .site-blocks-cover, .site-blocks-cover .row {
    height: calc(50vh);
    min-height: 540px;
}
.accordion button {
    background-color: #ec1c23;
    color: #ffff !important;
    font-family: 'Roboto';
    font-size: 14px;
}
#accordionExample .btn:not(:disabled):not(.disabled) {
    width: 180px;
    text-align: left;
}


/*--------------------------------------------------------------
# Spare Parts
--------------------------------------------------------------*/
.site-wrap.parts {
  width: 100%;
}
.btn.btn-more:hover, 
.btn.btn-more:focus, 
.btn.btn-more:active {
    background-color: transparent !important;
    color: #ec1c23 !important;
    font-weight: 400;

}
.btn-more:not(:disabled):not(.disabled):active, 
.btn-more:not(:disabled):not(.disabled).active, 
.show > .btn-more.dropdown-toggle {
    border-color: #ec1c23;
    color: #fff !important;
    font-weight: 500;
}




/*--------------------------------------------------------------
# CHAT WITH US
--------------------------------------------------------------*/
/*
@import "https://fonts.googleapis.com/css?family=Noto+Sans";
* {
  box-sizing: border-box;
}
*/

#nta-wa-gdpr{
    vertical-align: text-top !important;
    padding: 0 !important;
    margin: 0 !important;
}

.nta-wa-gdpr{
    font-size: 11px;
    padding: 5px;
    margin-left: -5px;
    margin-right: -5px;
    border-radius: 4px;
}

.nta-wa-gdpr a{
    text-decoration: underline;
    color: inherit;
}

.pointer-disable{
    pointer-events: none;
}

.nta-woo-products-button:before, .nta-woo-products-button:after{
    content: '';
    display: block;
    clear: both;
}

.wa__button{
    border-bottom: none !important;
}

.wa__btn_w_img:hover{
  text-decoration: none;
}

.wa__button,
.wa__btn_popup,
.wa__button *,
.wa__btn_popup *,
.wa__btn_popup :before,
.wa__button :before,
.wa__button :after,
.wa__btn_popup :after,
.wa__popup_chat_box,
.wa__popup_chat_box *,
.wa__popup_chat_box :before,
.wa__popup_chat_box :after{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* VVV--button--VVV */
.wa__button{
    position: relative;
    width: 300px;
    min-height: 64px;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: none;
    color: #fff;
    box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);
    -webkit-box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);
    -moz-box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);
}
.wa__btn_txt{
    display: inline-block;
    font-size: 12px;
    line-height: 1.33em;
}

.wa__btn_w_icon .wa__btn_txt{
    padding: 16px 20px 15px 71px;
}

.wa__button_text_only .wa__btn_txt,
.wa__r_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt,
.wa__sq_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt{
    padding-top: 25px;
    padding-bottom: 24px;
}



.wa__btn_w_icon .wa__btn_txt .wa__btn_title{
    font-weight: 600;
    padding-left: 2px;
    font-size: 14px;
}

.wa__cs_info{
    margin-bottom: 2px
}

.wa__btn_status{
    color: #F5A623;
    font-size: 9px;
    padding: 2px 0 0;
    font-weight: 700;
}

.wa__cs_info .wa__cs_name,
.wa__cs_info .wa__cs_status{
    display: inline-block;
}

.wa__cs_info .wa__cs_name{
    font-weight: 400;
    font-size: 12px;
    line-height: 1.36em;
}

.wa__stt_online .wa__cs_info .wa__cs_name{
    color: #d5f0d9
}

.wa__stt_offline .wa__cs_info .wa__cs_name{
    color: #76787d;
}

.wa__cs_info .wa__cs_status{
    width: 36px;
    height: 14px;
    margin-left: 3px;
    padding: 1px;
    font-size: 9px;
    line-height: 1.34em;
    border-radius: 5px;
    color: rgba(255,255,255,0.98);
    position: relative;
    top: -1px;
    left: 0px;
    text-align: center;
}

.wa__stt_online .wa__cs_info .wa__cs_status{
    background: #62c971;
}

.wa__stt_offline .wa__cs_info .wa__cs_status{
    background: #b9bbbe;
}


.wa__stt_online{
    background: #2DB742;
    cursor: pointer;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    backface-visibility: hidden;
    will-change: transform;
}
.wa__stt_online .wa__btn_txt{
    position: relative;
    z-index: 4;
}
.wa__r_button.wa__stt_online:before{
    border-radius: 50vh;
}
.wa__sq_button.wa__stt_online:before{
    border-radius: 5px;
}
.wa__stt_online:before{
    content: '';
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    background: rgba(0,0,0,0.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    will-change: opacity;
}
.wa__button.wa__stt_online:focus,
.wa__button.wa__stt_online:active,
.wa__button.wa__stt_online:hover{
    box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.19);
    transform: translate(0,-3px);
    -webkit-transform: translate(0,-3px);
    -moz-transform: translate(0,-3px);
    -ms-transform: translate(0,-3px);
}
.wa__button.wa__stt_online:focus:before,
.wa__button.wa__stt_online:active:before,
.wa__button.wa__stt_online:hover:before{
    opacity: 1;
}
.wa__stt_online.wa__btn_w_icon .wa__btn_icon img{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
}

.wa__stt_offline{
    background: #EBEDF0;
    color: #595B60;
    box-shadow: none;
    cursor: initial;
}

.wa__stt_offline.wa__btn_w_icon .wa__btn_txt {
    padding: 8px 20px 6px 71px;
}

.wa__stt_offline.wa__r_button.wa__btn_w_img .wa__btn_txt{
    padding: 8px 20px 8px 100px
}

.wa__stt_offline.wa__sq_button.wa__btn_w_img .wa__btn_txt {
    padding: 8px 20px 8px 70px;
}

.wa__btn_w_icon .wa__btn_icon{
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}

.wa__btn_w_icon .wa__btn_icon img{
    width: 41px;
    height: 69px;
}

.wa__btn_w_img{
    position: relative;
    width: 300px;
    margin: 20px 0 20px;
}

.wa__btn_w_img .wa__cs_img{
    position: absolute;
    top: 50%;
    left: 0px;
    text-align: center;
    transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
}
.wa__btn_w_img .wa__cs_img_wrap{
    width: 79px;
    height: 79px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 3px solid #ffffff;
    position: relative;
    overflow: hidden;
}
.wa__popup_avatar .wa__cs_img_wrap {
    width: 48px;
    height: 48px;
}
.wa__btn_w_img .wa__cs_img img{
    max-width: 100%;
    height: auto;
    transition: 0.2s ease transform;
    -webkit-transition: 0.2s ease transform;
    -moz-transition: 0.2s ease transform;
}
.wa__btn_w_img .wa__cs_img:after{
    content: '';
    background: #ffffff url('images/social-media/chats/whatsapp_logo.svg') center center no-repeat;
    background-size: 21px;
    display: block;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 20px;
    right: -14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
    -webkit-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
    -moz-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
}

.wa__stt_offline.wa__btn_w_img .wa__cs_img:after{
    content: '';
    background: #ffffff url('../img/whatsapp_logo_gray.svg') center center no-repeat;
    background-size: 21px;
    display: block;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 20px;
    right: -14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
    -webkit-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
    -moz-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
}


.wa__btn_w_img .wa__btn_txt{
    padding:14px 20px 12px 103px;
}

.wa__r_button{
    border-radius: 50vh;
}

.wa__sq_button{
    border-radius: 5px;
}

.wa__sq_button.wa__btn_w_img{
    width: 270px;
    margin-left: 30px;
}

.wa__r_button.wa__btn_w_img .wa__cs_img{
    left: -5px;
}

.wa__sq_button.wa__btn_w_img .wa__cs_img{
    left: -35px;
}

.wa__sq_button.wa__btn_w_img .wa__btn_txt{
    padding: 10px 20px 10px 70px;
    display: table-cell;
  vertical-align: middle;
  height: 66px;
}

.wa__btn_txt .wa__btn_title{
    font-weight: 600;
}

.wa__r_button.wa__btn_w_img .wa__btn_txt{
    padding: 8px 20px 8px 100px;
  display: table-cell;
  vertical-align: middle;
  height: 66px;
}

.wa__r_button.wa__btn_w_img .wa__cs_info .wa__cs_status{
    margin-left: 3px;
}
/* ^^^--button--^^^ */

/* VVV--popup--VVV */

.wa__popup_chat_box{
    font-family: Arial,Helvetica,sans-serif;
    width: 351px;
    border-radius: 5px 5px 8px 8px;
    -webkit-border-radius: 5px 5px 8px 8px;
    -moz-border-radius: 5px 5px 8px 8px;
    position: fixed;
    overflow: hidden;
    box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
    -webkit-box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
    bottom: 102px;
    right: 25px;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate(0,50px);
    transform: translate(0,50px);
    -webkit-transform: translate(0,50px);
    -moz-transform: translate(0,50px);
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    will-change: transform,visibility,opacity;
    max-width: calc(100% - 50px);
}
.wa__popup_chat_box:hover,
.wa__popup_chat_box:focus,
.wa__popup_chat_box:active{
    box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);
    -webkit-box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);
    -moz-box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);
}
.wa__popup_chat_box.wa__active{
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    visibility: visible;
    opacity: 1;
}
.wa__popup_chat_box .wa__popup_heading{
    position: relative;
    padding: 15px 43px 17px 74px;
    color: #d9ebc6;
    background: #ec1c23;
}
.wa__popup_chat_box .wa__popup_heading_sm{
    padding: 12px 15px 17px 74px;
}
.wa__popup_chat_box .wa__popup_heading:before{
    content: '';
    background: url('/images/social-media/chats/whatsapp_logo.svg') center top no-repeat;
    background-size: 33px;
    display: block;
    width: 55px;
    height: 33px;
    position: absolute;
    top: 20px;
    left: 12px;
}
.wa__popup_chat_box .wa__popup_heading_sm:before{
    top: 19px;
    left: 11px;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_title{
    padding-top: 2px;
    padding-bottom: 3;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro{
    padding-top: 4px;
    font-size: 12px;
    line-height: 20px;
}
.wa__popup_chat_box .wa__popup_heading_sm .wa__popup_intro{
    padding-top: 0px;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a{
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
}
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:hover,
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:focus,
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:active{
    text-decoration: underline;
}

.wa__popup_chat_box  .wa__popup_notice{
    font-size: 11px;
    color: #a5abb7;
    font-weight: 500;
    padding: 0 3px;
}
.wa__popup_chat_box .wa__popup_content{
    background: #ffffff;
    padding: 13px 20px 21px 19px;
    text-align: center;
}
.wa__popup_chat_box .wa__popup_content_left{
    text-align: left;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 315px;
}
.wa__popup_chat_box .wa__popup_avatar{
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    left: 12px;
    top: 12px;
}

.wa__popup_chat_box .wa__popup_avatar.nta-default-avt{
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
}

.wa__popup_chat_box .wa__stt{
    padding: 13px 40px 12px 74px;
    position: relative;
    text-decoration: none;
    display: table;
    width: 100%;
    border-left: 2px solid #2db742;
    background: #f5f7f9;
    border-radius: 2px 4px 2px 4px;
    -webkit-border-radius: 2px 4px 2px 4px;
    -moz-border-radius: 2px 4px 2px 4px;
}
.wa__popup_chat_box .wa__stt:after{
    content: '';
    background: url('/images/social-media/chats/whatsapp_logo_green.svg') 0 0 no-repeat;
    position: absolute;
    right: 14px;
    top: 26px;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}
.wa__popup_chat_box .wa__stt.wa__stt_offline:after{
    background-image: url('/images/social-media/chats/whatsapp_logo_green.svg');
}
.wa__popup_chat_box .wa__stt.wa__stt_online{
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
}
.wa__popup_chat_box .wa__stt.wa__stt_online:hover,
.wa__popup_chat_box .wa__stt.wa__stt_online:active,
.wa__popup_chat_box .wa__stt.wa__stt_online:focus{
    background: #ffffff;
    box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);
    -webkit-box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);
    -moz-box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);
}
.wa__popup_content_list .wa__popup_content_item{
    margin: 14px 0 0;
    transform: translate(0,20px);
    -webkit-transform: translate(0,20px);
    -moz-transform: translate(0,20px);
    will-change: opacity,transform;
    opacity: 0;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item{
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition-delay: 2.1s;
    -webkit-transition-delay: 2.1s;
    -moz-transition-delay: 2.1s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(1){
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(2){
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(3){
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(4){
    transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(5){
    transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(6){
    transition-delay: 1.3s;
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(7){
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(8){
    transition-delay: 1.7s;
    -webkit-transition-delay: 1.7s;
    -moz-transition-delay: 1.7s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(9){
    transition-delay: 1.9s;
    -webkit-transition-delay: 1.9s;
    -moz-transition-delay: 1.9s;
}
.wa__popup_chat_box.wa__lauch .wa__popup_content_list .wa__popup_content_item{
    opacity: 1;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
}
.wa__popup_content_list .wa__popup_content_item .wa__member_name{
    font-size: 14px;
    color: #363c47;
    line-height: 1.188em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_duty{
    font-size: 11px;
    color: #989b9f;
    padding: 2px 0 0;
    line-height: 1.125em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_status{
    color: #F5A623;
    font-size: 10px;
    padding: 5px 0 0;
    line-height: 1.125em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__popup_txt{
    display: table-cell;
    vertical-align: middle;
    min-height: 48px;
    height: 48px;
}
.wa__popup_content_list .wa__popup_content_item .wa__stt_offline{
    border-left-color: #c0c5ca;
}
.wa__popup_avt_list{
    font-size: 0;
    margin: 7px 0 24px;
}
.wa__popup_avt_list .wa__popup_avt_item{
    display: inline-block;
    position: relative;
    width: 46px;
}
.wa__popup_avt_list .wa__popup_avt_img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 2px solid #ffffff;
    left: -7px;
}
.wa__popup_call_btn{
    background: #2db742;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    width: 275px;
    max-width: 100%;
    font-size: 16px;
    padding: 14px 10px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    margin: 25px 0 15px;
    box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);
    -webkit-box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);
    -moz-box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);
}
.wa__popup_call_btn.wa__popup_call_btn_lg:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    background: url('/images/social-media/chats/whatsapp_logo.svg') 0 0 no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    vertical-align: top;
    top: 0px;
    margin-right: -19px;
    left: -31px;
    transition: 0.2s ease background-image;
    -webkit-transition: 0.2s ease background-image;
    -moz-transition: 0.2s ease background-image;
}
.wa__popup_call_btn.wa__popup_call_btn_lg:hover:before,
.wa__popup_call_btn.wa__popup_call_btn_lg:focus:before,
.wa__popup_call_btn.wa__popup_call_btn_lg:active:before{
    background-image: url('/images/social-media/chats/whatsapp_logo.svg')
}

.wa__popup_chat_box_gray{
    border-radius: 2px 2px 8px 8px;
}

.wa__popup_chat_box_gray .wa__popup_heading_gray{
    background: #f8f8f8;
    border-top: 3px solid #2db742;
    color: #868c9a;
    font-weight: 500;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_title{
    color: #595b60;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray:before{
    content: ''; 
    background: url('/images/social-media/chats/whatsapp_logo.svg') center top no-repeat;
    background-size: 33px;
    display: block;
    width: 55px;
    height: 33px;
    position: absolute;
    top: 20px;
    left: 12px;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_intro a{
    color: #595b60;
}

.wa__popup_chat_box_ct{
    width: 384px;
    text-align: center;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct{
    text-align: center;
    padding: 18px 0 18px;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct:before {
    content: '';
    background: url('/images/social-media/chats/whatsapp_logo.svg') center top no-repeat;
    background-size: 30px;
    display: block;
    width: 30px;
    height: 31px;
    position: absolute;
    top: 15px;
    left: 72px;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_title{
    padding-left: 22px;
    padding-bottom: 14px;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_intro{
    margin-top: -5px;
    line-height: 12px;
}

.wa__popup_chat_box_ct .wa__popup_ct_avt_list:after{
    content: '';
    clear: both;
    display: block;
}

.wa__popup_chat_box_ct .wa__popup_ct_content{
    background: #ffffff;
    padding: 0 0 14px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content .wa__popup_notice{
    padding-top: 18px;
    padding-bottom: 15px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item{
    width: 33%;
    float: left;
    font-size: 10px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item a{
    text-decoration: none;
    color: #989b9f;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__popup_ct_txt{
    padding-top: 8px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_name{
    color: #363c47;
    font-size: 13px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_duty{
    color: #989b9f;
    padding: 3px 0 0;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_online{
    color: #2db742;
    font-size: 9px;
    line-height: 12px;
    display: inline-block;
    padding: 3px 0 0 16px;
    background: url('/images/social-media/chats/whatsapp_logo.svg') 0 3px no-repeat;
    background-size: 12px auto;
    -webkit-background-size: 12px auto;
    -moz-background-size: 12px auto;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_offline{
    color: #f5a623;
    font-size: 9px;
    line-height: 12px;
    padding: 2px 0 0;
}


.wa__popup_chat_box_ct .wa__popup_ct_avatar img{
    border-radius: 50%
}

.wa__popup_chat_box_ct .wa__popup_ct_call_btn{
    width: 97px;
    font-size: 11px;
    padding: 9px 10px 11px;
    margin: 15px 0 15px;
}

/* ^^^--popup--^^^ */

/* VVV--popup button--VVV */
.wa__btn_popup{
    position: fixed;
    right: 60px;
    bottom: 15px;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    z-index: 999;
}
.wa__btn_popup .wa__btn_popup_icon{
    display: none; 
    width: 56px;
    height: 56px;
    background: #ffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    -webkit-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    background: transparent url('/images/social-media/chats/chats-icons.png') center center no-repeat;


}
/*.wa__btn_popup .wa__btn_popup_icon:before{
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url('/images/social-media/chats/chats-icons.png') center center no-repeat;
    background-size: 30px auto;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}*/
.wa__btn_popup .wa__btn_popup_icon:after{
    content: '';
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url('/images/social-media/chats/x_icon.svg') center center no-repeat;
    background-size: 14px auto;
    -webkit-background-size: 14px auto;
    -moz-background-size: 14px auto;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -ms-transform: scale(0) rotate(-360deg);
    transform: scale(0) rotate(-360deg);
    -webkit-transform: scale(0) rotate(-360deg);
    -moz-transform: scale(0) rotate(-360deg);
}
.wa__btn_popup.wa__active .wa__btn_popup_icon:before{
    opacity: 0;
    -ms-transform: scale(0) rotate(360deg);
    transform: scale(0) rotate(360deg);
    -webkit-transform: scale(0) rotate(360deg);
    -moz-transform: scale(0) rotate(360deg);
}
.wa__btn_popup.wa__active .wa__btn_popup_icon:after{
    opacity: 1;
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
}
.wa__btn_popup .wa__btn_popup_txt{
    position: absolute;
    width: 156px;
    right: 100%;
    background-color: #f5f7f9ab;
    font-size: 12px;
    color: #43474e;
    /*top: 15px;*/
    top: 30px;
    /* top: 50%;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%); */
    padding: 7px 0 7px 12px;
    margin-right: 7px;
    letter-spacing: -0.03em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}
.wa__btn_popup .wa__btn_popup_txt {
    -webkit-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
}
.wa__btn_popup.wa__active .wa__btn_popup_txt{
    -ms-transform: translate(0,15px);
    transform: translate(0,15px);
    -webkit-transform: translate(0,15px);
    -moz-transform: translate(0,15px);
    opacity: 0;
    visibility: hidden;
}
/* ^^^--popup button--^^^ */