@charset "utf-8";

* {
  outline: 0;
}

html {
  overflow-x: hidden;
}

body,
html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
}

::-moz-selection {
  color: #fff;
  background: #ec1b2e;
}

::selection {
  color: #fff;
  background: #ec1b2e;
}

a {
  text-decoration: none;
}

a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.valign {
  position: relative;
  top: 50%;
  -O-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.img-center {
  margin-left: auto;
  margin-right: auto;
  left: auto;
  right: auto;
}

.noscroll {
  overflow: hidden;
}

.static {
  position: static;
}

.nopadding {
  padding-left: 0;
  padding-right: 0;
}

.clear {
  clear: both;
}
.moreSupportLinkSlider-item img{
  width:auto !important;
}
#mainContainer {
  overflow: hidden;
}

.static {
  position: static;
}

.cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-imgage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*transform: scale(1.5);*/
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  transition: all 1.5s ease;
  /*opacity: 0.5;*/
  background-repeat: no-repeat;
  background-size: cover;
}

.owl-item.active .bg-imgage.animation {
  /*transform: scale(1);
  opacity: 1;*/
}

.homeSlider .owl-carousel .owl-slide {
  position: relative;
  height: 100vh;
  background-color: #d3d3d3;
}

.homeSlider .owl-carousel .owl-slide-animated {
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 50ms;
}

.homeSlider .owl-carousel .owl-slide-animated.is-transitioned {
  transform: none;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}

.homeSlider .owl-carousel .owl-slide-title.is-transitioned {
  transition-delay: 0.2s;
}

.homeSlider .owl-carousel .owl-slide-subtitle.is-transitioned {
  transition-delay: 0.35s;
}

.homeSlider .owl-carousel .owl-slide-cta.is-transitioned {
  transition-delay: 0.5s;
}

.homeSlider .owl-item.active .owl-small-title {
  -webkit-animation: 1s 0.3s fadeInUp both;
  -moz-animation: 1s 0.3s fadeInUp both;
  animation: 1s 0.3s fadeInUp both;
}

.homeSlider .owl-item.active .owl-big-title {
  -webkit-animation: 1s 0.3s fadeInUp both;
  -moz-animation: 1s 0.3s fadeInUp both;
  animation: 1s 0.3s fadeInUp both;
}

.homeSlider .owl-item.active .btn-divided-border {
  -webkit-animation: 1s 0.3s fadeInUp both;
  -moz-animation: 1s 0.3s fadeInUp both;
  animation: 1s 0.3s fadeInUp both;
  animation-delay: 0.5s;
}

.homeSlider .owl-item.active {
  z-index: 99;
}

.homeSlider .owl-item {
  overflow: hidden;
}

.owl-carousel .owl-dots {
  position: absolute;
  width: 100%;
  left: 0 !important;
  height: 40px;
}

.owl-carousel .owl-dots .owl-dot {
  outline: 0;
}

.owl-carousel .owl-dots .owl-dot span {
  background: 0 0;
  border: 1px solid var(--main-black-color);
  transition: all 0.2s ease;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background: var(--main-black-color);
}

section {
  display: none;
}

.owl-theme .owl-dots .owl-dot {
  position: relative;
}

.owl-theme .owl-dots .owl-dot span {
  border-radius: 3px;
  background: 0 0;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: rgba(255, 255, 255, 0.35);
}

.owl-dots {
  counter-reset: dots;
  bottom: 40px;
  top: initial !important;
}

.owl-dot:before {
  counter-increment: dots;
  content: counter(dots);
  position: absolute;
  vertical-align: middle;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 0.77em;
  transform: translate(-50%, -50%);
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}

.owl-theme .owl-dots .owl-dot::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 50%;
  background: #e50021;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
}

.owl-theme .owl-dots .owl-dot:last-child::after {
  content: none;
}

.owl-theme .owl-dots .owl-dot span {
  width: 30px !important;
  height: 30px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  background-color: transparent !important;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #fff 0 0 no-repeat padding-box !important;
  opacity: 0.45;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
}

.captionBox {
  position: absolute;
  z-index: 1;
  top: 45%;
  left: 7.5%;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.homeSlider .owl-small-title,
.owl-small-title {
  font-family: "Frutiger LT Pro";
  color: #fff;
  letter-spacing: 0.48px;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 15px;
}

.homeSlider .owl-big-title,
.owl-big-title {
  font-family: "Frutiger LT Pro";
  line-height: 1.2;
  text-align: left;
  color: #fff;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 22px;
}

a.btn-divided-border,
button.btn-divided-border {
  display: inline-block;
  padding: 0 0;
  width: 180px;
  text-align: center;
  position: relative;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.729vw;
  margin: 15px 0 0;
  cursor: pointer;
  letter-spacing: 3px;
  font-family: Roboto, sans-serif;
  width: 222px;
  height: 57px;
  line-height: 57px;
  border: none;
  background-color: transparent;
}

a.btn-divided-border i.b-bottom,
button.btn-divided-border i.b-bottom {
  position: absolute;
  height: 40%;
  width: 100%;
  bottom: 0;
  left: 0;
  border: 1.5px solid #e50021;
  border-top: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

a.btn-divided-border i.b-bottom::after,
button.btn-divided-border i.b-bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: bottom center;
  background: #e50021;
  transition: transform 0.3s;
}

a.btn-divided-border i.b-top,
button.btn-divided-border i.b-top {
  position: absolute;
  height: 40%;
  width: 100%;
  top: 0;
  left: 0;
  border: 1.5px solid #e50021;
  border-bottom: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

a.btn-divided-border i.b-top::after,
button.btn-divided-border i.b-top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: top center;
  background: #e50021;
  transition: transform 0.3s;
}

a.btn-divided-border:hover i.b-bottom,
a.btn-divided-border:hover i.b-top,
button.btn-divided-border:hover i.b-bottom,
button.btn-divided-border:hover i.b-top {
  height: 51%;
}

a.btn-divided-border:hover i.b-bottom::after,
a.btn-divided-border:hover i.b-top::after,
button.btn-divided-border:hover i.b-bottom::after,
button.btn-divided-border:hover i.b-top::after {
  transform: scaleY(1);
}

.btn-divided-border span {
  position: relative;
  z-index: 1;
  color: #000;
}

.btn-divided-border:hover span {
  color: #fff;
}

.featured_products {
  background-color: #fafafa;
  padding-top: 100px;
  padding-bottom: 100px;
}

.featured_products_slides {
  margin-top: 40px;
}

.featured_products_slides .item {
  transition: ease 0.5s;
  padding-top: 20px;
}

.featured_products_slides .owl-next {
  float: right;
  margin-right: 20px;
}

.featured_products_inner {
  float: none;
  margin: 0 auto;
}

.sectionHeadings p.redLine {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
  color: #ec1b2e;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.sectionHeadings h2 {
  font-family: "Frutiger LT Pro";
  font-size: 40px;
  letter-spacing: 0;
  color: #333;
  text-align: center;
  line-height: 1.2;
}

.featured_products_slides .owl-item {
  text-align: center;
}

.fe-prod-details h3 {
  font-family: "Frutiger LT Pro";
  font-size: 22px;
  letter-spacing: 0.44px;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
  margin-top: 20px;
}

.fe-prod-details h4.description,
.fe-prod-details p.description {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  text-align: center;
  color: #606060;
  margin-bottom: 20px;
  display: table;
  width: 72%;
  margin: 0 auto 20px;
}

.fe-prod-details p.pricing {
  font-family: "Frutiger LT Pro Bold";
  font-size: 20px;
  letter-spacing: 1px;
  color: #000;
  margin-bottom: 30px;
  font-weight: 700;
}

.onhover_btn {
  background-color: #000;
  display: table;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 5px;
  position: relative;
}

.featured_products_slides .onhover_btn.hovered {
  top: 0;
}

.onhover_btn li {
  float: left;
  padding: 8px 0;
}

.onhover_btn li a {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2.8px;
  color: #fff;
  line-height: 1.2;
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.onhover_btn li a:focus,
.onhover_btn li a:hover {
  color: #ec1b2e;
}

.featured_products_slides .owl-stage-outer {
  padding: 0 30px;
  z-index: 10;
}

.featured_products_slides .owl-nav button {
  width: 50px !important;
  height: 50px !important;
  background-color: #fff !important;
  box-shadow: 0 20px 30px #0000001c !important;
}

.featured_products_slides .owl-nav button span {
  opacity: 0 !important;
}

.featured_products_slides .owl-nav button.owl-prev {
  background-image: url(../images/Arrow-left.png) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.featured_products_slides .owl-nav button.owl-next {
  background-image: url(../images/Arrow-right.png) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.featured_products_slides .owl-nav {
  z-index: 0;
}

.scroll-to-explore {
  display: table;
  height: 100px;
  position: absolute;
  bottom: 0;
  z-index: 11;
  left: 8.5%;
}

.chooseyourgeyser {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #333;
}

.choose-your-geyser_inner {
  float: none;
  margin: 0 auto;
}

.chooseyourgeyser .sectionHeadings p {
  text-align: left;
}

.chooseyourgeyser .sectionHeadings h2 {
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
}

.chooseyourgeyser .sectionHeadings p.extraInfo {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  color: #f4f4f4;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 30px;
}

.other {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.other_inner {
  float: none;
  margin: 0 auto;
}

.other_1_img {
  margin-bottom: 25px;
}

.other_1_img img {
  max-width: 150px;
}

.other_inner .item {
  padding-top: 0px;
  padding-bottom: 50px;
}

.other_inner .item:hover {
  box-shadow: 0 25px 40px #1f1f1f1a;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}

.other_inner .item h3 {
  font-family: "Frutiger LT Pro Bold";
  font-weight: 700;
  font-size: 25px;
  color: #000;
  margin-bottom: 25px;
}

.other_inner .item p {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  color: #535353;
  line-height: 1.5;
}

.fetured_blogs_inner {
  float: none;
  margin: 0 auto;
}

.feturedBlogs {
  background-color: #f7f2ef;
  padding-top: 100px;
  padding-bottom: 100px;
}

.feturedBlogs .media-box-content {
  background-color: transparent !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: 20px;
}

.feturedBlogs .btn-divided-border span {
  color: #000;
}

.feturedBlogs .btn-divided-border:focus span,
.feturedBlogs .btn-divided-border:hover span {
  color: #fff;
}

.aboutus {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.aboutus_inner {
  float: none;
  margin: 0 auto;
  display: table;
}

.aboutus .sectionHeadings .redLine {
  text-align: left;
}

.aboutus .sectionHeadings h2 {
  text-align: left;
  margin-bottom: 25px;
}

.aboutus .sectionHeadings p.extraInfo {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  color: #535353;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 25px;
}

.aboutus .sectionHeadings p.extraInfo a {
  color: #ec1b2e !important;
  font-weight: 700;
}

.aboutus .btn-divided-border span {
  color: #000;
}

.aboutus .btn-divided-border:hover span {
  color: #fff;
}

.aboutSocialLinks ul li a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.aboutSocialLinks ul li a:focus,
.aboutSocialLinks ul li a:hover {
  color: #ec1b2e;
}

.aboutus_inner-right img {
  box-shadow: 10px 20px 45px #00000026;
}

.aboutus_inner-right_inner {
  background-image: url(../images/ariston-thermo-group.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.product {
  float: left;
  margin: 10px;
}

.product .product-form,
.product .product-images {
  display: none;
}

.fancybox-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  max-width: 800px;
  max-height: 600px;
}

.fancybox-stage {
  width: 52%;
  background: #fff;
}

.fancybox-form-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 48%;
  background: #fff;
}

.fancybox-form-wrap::after,
.fancybox-form-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.fancybox-form-wrap::before {
  width: 8px;
  background: #f4f4f4;
}

.fancybox-form-wrap::after {
  width: 1px;
  background: #e9e9e9;
}

.fancybox-button--close {
  position: absolute;
  top: 0;
  right: 0;
  background: #f0f0f0;
  color: #222;
  padding: 7px;
}

.fancybox-button:hover {
  color: #111;
  background: #e4e4e4;
}

.fancybox-button svg path {
  stroke-width: 1;
}

.fancybox-inner .product-form {
  overflow: auto;
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 50px;
  left: 0;
  padding: 0 50px;
  text-align: center;
}

.fancybox-inner {
  opacity: 0;
  transition: opacity 0.3s;
}

.fancybox-is-open .fancybox-inner {
  opacity: 1;
}

.fancybox-is-closing .fancybox-fx-fade {
  opacity: 1 !important;
}

.product-bullets {
  list-style: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  z-index: 99999;
  -webkit-tap-highlight-color: transparent;
}

.product-bullets li {
  display: inline-block;
  vertical-align: top;
}

.product-bullets li a {
  display: block;
  height: 30px;
  width: 20px;
  position: relative;
}

.product-bullets li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 99px;
  text-indent: -99999px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.product-bullets li.active a span {
  background: #f66;
}

.cd-quick-view {
  display: block;
  position: fixed;
  max-width: 900px;
  visibility: hidden;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: left, top, width;
  z-index: 1;
}

.quickView {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 999999;
}

.quickView_inner {
  background-color: #fff;
  display: table;
  margin: 0 auto;
  float: none;
  display: flex;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.7);
  -moz-transform: translateY(-50%) scale(0.7);
  transform: translateY(-50%) scale(0.7);
  max-width: 900px;
}

.quickView_inner-left {
  background-color: #f7f7f7;
}

.quickView_inner-right {
  padding: 50px 25px;
}

.quickView_inner-right h2 {
  font-family: "Frutiger LT Pro";
  font-weight: 400;
  font-size: 30px;
  color: #000;
  margin-bottom: 25px;
}

.quickView_inner-right p {
  line-height: 1.5;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #535353;
  padding-bottom: 15px;
  border-bottom: 0.5px solid #707070;
  margin-bottom: 15px;
}

.quickView_inner-right ul.quick-items {
  padding-bottom: 15px;
  border-bottom: 0.5px solid #707070;
}

.quickView_inner-right ul.quick-items li {
  margin-bottom: 15px;
  width: 100%;
  padding: 0;
}

.quickView_inner-right ul.quick-items li:last-child {
  margin-bottom: 0;
}

.quickView_inner-right ul.quick-items li span {
  display: inline-block;
}

.quickView_inner-right ul.quick-items li span.qv-spanLeft {
  width: 100px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #535353;
}

.quickView_inner-right ul.quick-items li span.qv-spanRight {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  color: #535353;
}

.pricecolor {
  color: #ec1b2e !important;
}

.ecom-ico {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  top: 20px;
  box-shadow: 1px 1px 5px #00000052;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.ecom-ico:hover {
  box-shadow: 0 5px 9px #00000052;
}

.amazonIco {
  background-image: url(../images/amazon.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.flipkartIco {
  background-image: url(../images/flipkart.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.icotxt {
  display: inline-block;
}

.buynowon {
  display: block !important;
  padding-bottom: 40px;
  border-bottom: 0.5px solid #707070;
}

.buynowon li {
  display: inline-block;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  margin-bottom: 0 !important;
  width: auto !important;
  padding: 5px !important;
  float: none !important;
}

.buynowon li:nth-child(1) {
  font-weight: 700;
  color: #ec1b2e;
}

.buynowon li a {
  color: #000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.buynowon li a:focus,
.buynowon li a:hover {
  color: #ec1b2e;
}

.quickView_inner-right .btn-divided-border {
  color: #000;
}

.quickView_inner-right .btn-divided-border:focus,
.quickView_inner-right .btn-divided-border:hover {
  color: #fff;
}

.num {
  background: 0 0;
  color: #fff;
  padding: 10px;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #000;
  letter-spacing: 0;
  text-align: center;
}

.num span {
  display: inline-block;
  margin: 0 5px;
}

.num span:nth-child(1) {
  font-weight: 700;
}

.num span:nth-child(2) {
  color: #ec1b2e;
  font-weight: 700;
}

.num span:nth-child(3) {
  font-weight: 400;
}

.carousel-control {
  background-image: none !important;
}

.closeQuickView {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #ec1b2e;
  color: #fff;
  line-height: 50px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: -27px auto;
}

.closeQuickView img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.carousel-inner img {
  max-width: 300px !important;
}

.carousel {
  height: 100%;
}

.right.carousel-control {
  position: absolute;
  top: initial !important;
  right: 28% !important;
  bottom: 25px;
  color: #ec1b2e !important;
}

.left.carousel-control {
  position: absolute;
  top: initial !important;
  left: 28% !important;
  bottom: 25px;
  color: #ec1b2e !important;
}

.quickView .carousel-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.whyracold {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #242424;
}

.whyracold_inner {
  float: none;
  display: table;
  margin: 0 auto;
}

.whyracold p.redLine {
  text-align: left;
}

.whyracold h2 {
  color: #fff;
  text-align: left;
}

.whyracold_inner .carousel p {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #d3d3d3;
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
}

.whyracold_inner .carousel p a {
  color: #ec1b2e !important;
  font-weight: 700;
}

.whyracold_inner .left.carousel-control {
  bottom: -30px;
  left: 0 !important;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1 !important;
}

.whyracold_inner .right.carousel-control {
  bottom: -30px;
  left: 55px !important;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1 !important;
}

.whyracold_inner .right.carousel-control svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0);
}

.whyracold_inner .left.carousel-control svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}

.whyracold_inner .left.carousel-control:focus svg .wr-cls-2,
.whyracold_inner .left.carousel-control:hover svg .wr-cls-2,
.whyracold_inner .right.carousel-control:focus svg .wr-cls-2,
.whyracold_inner .right.carousel-control:hover svg .wr-cls-2,
.wr-cls-1 {
  fill: #ec1b2e;
}

.whyracold_inner .right.carousel-control {
  margin-left: 20px;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.active.right,
  .carousel-fade .carousel-inner > .item.next {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner > .item.active.left,
  .carousel-fade .carousel-inner > .item.prev {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner > .item.active,
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.transition-timer-carousel-progress-bar {
  height: 3px;
  background-color: #5cb85c;
  width: 0;
  margin: 0;
  border: none;
  z-index: 11;
  position: relative;
}

.whyracold .carousel-inner img {
  max-width: 350px !important;
}

.HowItWorks--how__progress--1iom8 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 22.22222%;
  width: 320px;
  margin: 50px auto;
}

.HowItWorks--how__index--3IKZ2 {
  font-size: 14px;
  font-size: calc(14px * var(--scale-font));
  font-family: Roboto Mono, monospace;
  font-weight: 700;
  display: inline-flex;
  width: 40px;
  font-size: 15px;
  color: #fff;
}

@media (min-width: 420px) {
  .HowItWorks--how__index--3IKZ2 {
    font-size: 14px;
    font-size: calc((0.089vw + 13.625px) * var(--scale-font));
  }
}

@media (min-width: 1540px) {
  .HowItWorks--how__index--3IKZ2 {
    font-size: 15px;
    font-size: calc(15px * var(--scale-font));
  }
}

.HowItWorks--how__timer--2RpNQ {
  position: relative;
  margin: 0 10px;
  width: 100%;
  height: 2px;
  background-color: #6b6b6b;
}

.HowItWorks--how__count--1uTX0 {
  font-size: 14px;
  font-size: calc(14px * var(--scale-font));
  font-family: Roboto Mono, monospace;
  font-weight: 700;
  display: inline-block;
  width: 40px;
  text-align: right;
  font-size: 15px;
  color: #6b6b6b;
}

@media (min-width: 420px) {
  .HowItWorks--how__count--1uTX0 {
    font-size: 14px;
    font-size: calc((0.089vw + 13.625px) * var(--scale-font));
  }
}

@media (min-width: 1540px) {
  .HowItWorks--how__count--1uTX0 {
    font-size: 15px;
    font-size: calc(15px * var(--scale-font));
  }
}

.HowItWorks--how__fill--3dk_8 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-bottom: 30px;
  height: 2px;
  background-color: #fff;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  width: 0%;
}

.HowItWorks--transitioning--23E1n .HowItWorks--how__fill--3dk_8 {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.allBlogsWrapper {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f7f2ef;
}

.allBlogsWrapper__inner {
  float: none;
  margin: 0 auto;
  display: table;
}

.media-box-image div[data-width][data-height] img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.media-box-image div[data-width][data-height]:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}

.mfp-iframe-holder .mfp-close {
  text-indent: 9999px !important;
}

.mfp-bg {
  -webkit-backdrop-filter: blur(15px);
  -moz-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

#counterHome {
  font-family: Roboto, sans-serif;
  color: #000;
  font-weight: 700;
  font-size: 18px;
}

#counterHome span {
  color: #ec1b2e;
}

.multiselect-container > li > a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: #ec1b2e;
  color: #ec1b2e;
}

.dropdown-ourproducts .dropdown-menu > li > a {
  text-align: center;
}

.dropdown-ourproducts .dropdown-menu > li > a:focus,
.dropdown-ourproducts .dropdown-menu > li > a:hover {
  color: #fff;
}

.about-dropdown > li > a:focus,
.about-dropdown > li > a:hover {
  color: #ec1b2e;
}

.plusRotate {
  display: block;
  width: 36px;
  height: 36px;
  border: none;
  background-color: #ec1b2e;
  box-shadow: 0 10px 15px #00000029;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  padding: 0;
  text-align: center;
  z-index: 9;
  pointer-events: none;
}

.plusRotate span {
  background-image: url(../images/plus-ico);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 19px;
  height: 19px;
  margin: 0;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.plusRotate span.rotates {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.multiselect-native-select button {
  height: 55px !important;
}

.multiselect-selected-text {
  width: 85%;
  display: block;
  overflow: hidden;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  z-index: 99999;
}

.masonry--divided {
  overflow: hidden;
}

.masonry__item-content {
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.masonry__item-content__img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}

.masonry__item-content__img img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.masonry__item:focus img,
.masonry__item:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}

.readMoreBlog {
  color: #ec1b2e;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  bottom: 0;
  font-weight: 700;
  letter-spacing: 4px;
}

.masonry__item:focus .readMoreBlog,
.masonry__item:hover .readMoreBlog {
  display: block !important;
}

.mobNavlinks {
  display: table;
  position: absolute;
  top: 15px;
  right: 50px;
}

.mobNavlinks li {
  width: 30px;
  height: 30px;
  float: left;
  line-height: 30px;
  text-align: center;
  font-size: 22px;
  margin-right: 15px;
}

.mobNavlinks li:nth-child(1) {
  line-height: 35px;
}

.mobNavlinks li a {
  color: #ec1b2e;
}

.mobileSearchBox {
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 63px;
  left: 0;
  box-shadow: 0 15px 30px #0000001d;
}

.mobileSearchBox input {
  height: 34px;
  height: 50px;
  border: none;
  border-radius: 0;
  line-height: 50px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.mobileSearchBtn {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  right: 5px;
  border: none;
  background-color: transparent;
  font-size: 22px;
  color: #ec1b2e;
  outline: 0;
}

.prev-next-inner {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.prev-next-inner-content {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.prev-next-inner-content a {
  color: #000;
}

.prev-next-inner-content.prev-next-inner-mid {
  text-align: center;
}

.prev-next-inner-content.prev-next-inner-right {
  text-align: right;
}

.prev-next-inner-content.prev-next-inner-mid ul li {
  display: inline-block;
  margin: 0 10px;
}

.prev-next-inner-content.prev-next-inner-mid ul li:nth-child(2) {
  color: #ec1b2e;
  font-weight: 700;
}

.prev-next-inner-content.prev-next-inner-mid ul li:nth-child(1) {
  font-weight: 700;
}

.prev-next-inner-content.prev-next-inner-mid ul li:nth-child(3) {
  color: #8b8b8b;
}

.ag-compare {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  background-color: #232323;
  padding: 15px;
  width: 100%;
  left: 0;
}

.ag-compare ul.ag-compare-products li {
  float: left;
  width: 33.33%;
  position: relative;
}

.ag-compare ul.ag-compare-products li::after {
  content: "";
  width: 2px;
  display: block;
  position: absolute;
  height: 100%;
  border-right: 2px dashed grey;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.compareImg {
  width: 100%;
  float: left;
  text-align: center;
}

.compareImg h3 {
  font-family: "Frutiger LT Pro Bold";
  font-size: 12px;
  color: #fff;
  margin-bottom: 5px;
}

.compareImg h4 {
  font-family: Roboto, sans-serif;
  font-size: 10px;
  color: #b4b4b4;
}

.product-notadded h3,
.product-notadded h4 {
  color: #acacac;
}

.compareDetails {
  width: calc(100% - 85px);
  color: #fff;
}

.compareDetails h4 {
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 12px;
}

.compareDetails h5 {
  margin-top: 7px;
  font-family: Roboto, sans-serif;
  color: #b4b4b4;
  font-size: 10px;
}

.compareDetails h3 {
  font-family: "Frutiger LT Pro Bold";
  font-size: 12px;
}

.compareDetails-info {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.removeProduct {
  font-family: Roboto, sans-serif;
  color: #ec1b2e;
  position: absolute;
  right: 15px;
  top: -15px;
}

.compareBtn-group a {
  display: block;
  width: 122px;
  height: 35px;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
  line-height: 35px;
  font-family: Roboto, sans-serif;
  font-weight: 14px;
}

.compareBtn-group a:nth-child(1) {
  background-color: #ec1b2e;
  color: #fff;
}

.compareBtn-group a:nth-child(2) {
  background-color: #707070;
  color: #fff;
}

.compareBtn-group span {
  display: inline-block;
  padding: 0 5px;
  background-color: #b7001b;
  height: 20px;
  width: 20px;
  line-height: 21px;
}

.close-ag-compare {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #ec1b2e;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 35px;
  text-align: center;
  font-family: Roboto, sans-serif;
  z-index: 9;
}

.close-ag-compare:focus,
.close-ag-compare:hover {
  color: #fff;
}

.compareDetails a {
  position: absolute;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: red;
  right: 10px;
}

.remove-compare-product,
.remove-compare-product:focus,
.remove-compare-product:hover {
  color: #ec1b2e;
}

.whyRacold-internal_inner .owl-carousel .owl-item {
  box-shadow: none !important;
}

.button,
.image-button {
  margin-right: 0;
  margin-left: 0;
}

h1 .field--name-title {
  display: none;
}

#myCarousel1 .sectionHeadings h2 {
  margin-bottom: 20px;
}

.mfp-bg {
  z-index: 999999 !important;
}

.mfp-wrap {
  z-index: 999999 !important;
}

.mfp-iframe-holder .mfp-close {
  text-indent: 0 !important;
}

.has-content.effect ~ label {
  opacity: 0;
  font-size: 0;
  color: #ec1b2e;
}

input,
textarea {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

input::-webkit-input-placeholder {
  color: #000;
}

input::-moz-placeholder {
  color: #000;
}

input:-ms-input-placeholder {
  color: #000;
}

input:-moz-placeholder {
  color: #000;
}

.showSweetAlert {
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.datepicker-container {
  font-family: Roboto, sans-serif;
}

.supportico {
  width: 50px;
  position: fixed;
  z-index: 999999;
  bottom: 15px;
  right: 15px;
}

.input-field select,
.input-field textarea {
  width: 100%;
  height: 44px;
  line-height: 44px;
  border: none;
  border-bottom: 2px solid #000;
}

.dropdown-toggle.btn-default {
  background-color: transparent !important;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: #000;
}

.bootstrap-select .btn.dropdown-toggle.btn-default,
.btn-default:active {
  outline: 0 !important;
  padding-left: 0;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100% !important;
}

.dropdown.bootstrap-select.bs3 {
  border-bottom: 2px solid #000;
}

textarea {
  height: 100px;
}

.bootstrap-select .dropdown-menu {
  min-width: 100% !important;
}

.input-field select,
.input-field textarea {
  font-family: Roboto, sans-serif;
  outline: 0;
}

.bootstrap-select .dropdown-menu.inner {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: #000;
}

.input-field input:active + label,
.input-field input:focus + label {
  opacity: 0;
  pointer-events: none;
}

.input-field textarea:active + label,
.input-field textarea:focus + label {
  opacity: 0;
  pointer-events: none;
}

sup {
  position: relative;
  top: -4px;
  color: #000;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #ec1b2e;
  color:#ec1b2e;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #000 !important;
}

.starGroup {
  display: none;
}

.tabs-animated .nav-item.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: red;
  position: relative;
  top: 2px;
}

.slider {
  display: none;
}

.btn-primary {
  background-color: #ec1b2e !important;
  border-color: #ec1b2e !important;
}

.playVideo {
  display: block;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 99;
}

.playVideo .play-triangel {
  display: block;
  text-align: center;
  line-height: 80px;
  font-family: "Frutiger LT Pro Bold";
  font-size: 16px;
  letter-spacing: 4.2px;
  color: #000;
  text-align: center;
  padding-left: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.playVideo::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 1;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  left: -5px;
  top: -5px;
  border: 2px solid #fff;
}

.story-body p a {
  font-weight: 700;
  color: #ec1b2e;
}

.playVideo:focus,
.playVideo:hover {
  background-color: #ec1b2e;
}

.playVideo:focus .play-triangel,
.playVideo:hover .play-triangel {
  color: #fff;
}

.latest-campaign-slider .owl-dot.active span {
  color: #e50021 !important;
}

.aboutImg-text-left p {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: #f4f3f0;
  line-height: 36px;
}

.featured_products_slider {
  margin-bottom: 25px;
}

.homeblog.masonry--divided .owl-item {
  display: inline-block !important;
}

.homeblog.masonry--divided .owl-nav,
.masonry--divided .owl-dots {
  display: none;
}

.activepagelink {
  color: #e50021 !important;
}

.addressist-li-left p a {
  color: #000;
}

.banner {
  position: relative !important;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #ec1b2e !important;
}
