/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: Gotham A,Gotham B,arial,helvetica,sans-serif;
  color: #1a1a1a;
}

a {
  text-decoration: none;
  color: #3d3d3d;
}
  
a:hover {
  color: #db002b;
  text-decoration: none;
}

h1,
h2,
h3{
font-size: 1.75rem;
letter-spacing: .1875rem;
margin-bottom: 1rem;
line-height: 1.2;
text-transform: uppercase;
font-style: normal;
},
h4,
h5,
h6 {
  font-family: Gotham A,Gotham B,arial,helvetica,sans-serif;
}

#main {
  margin-top: 0px;
}
/*
.bg-pt{
	background-color: #eeeff0;
}
*/

.bg-gray-100 {
background-color: #f8f9fa;
}

.bg-gray-200 {
background-color: #e9ecef;
}

.bg-gray-300 {
background-color: #dee2e6;
}

.bg-gray-400 {
background-color: #ced4da;
}

.bg-red {
background-color: ##dc3545;
}

.bg-red-100 {
background-color: #f8d7da;
}

.bg-red-200 {
background-color: #f1aeb5;
}

.bg-red-300 {
background-color: #ea868f;
}

.bg-red-400 {
background-color: #e35d6a;
}

.bg-red-500 {
background-color: #dc3545;
}

.bg-red-600 {
background-color: #b02a37;
}

.bg-red-700 {
background-color: #842029;
}

.bg-red-800 {
background-color: #58151c;
}

.bg-red-900 {
background-color: #2c0b0e;
}

.inline-margin-bottom-small {
  font-size: 16px;
}

.inline-margin-bottom-small a {
   color:#006ebe;
   font-weight: 500;
}

.inline-margin-bottom-small a:hover, a:active, a:focus {
   text-decoration: underline;	
}

.inline-margin-bottom-large {
  font-size: 18px;
}

.inline-margin-bottom-large a {
   color:#006ebe;
   font-weight: 500;
}

.inline-margin-bottom-large a:hover, a:active, a:focus {
   text-decoration: underline;	
}

discount {
  background: linear-gradient(to top left, #fff calc(50% - 2px), #ff5943, #fff calc(50% + 2px) );
}

remark {
 color:#ff5943;
 font-size: 22px;
}

remark2 {
 color:#ff5943;
 font-size: 16px;
}

.main-model {
  font-weight: bold;
  font-size: 26px;
}

@media (min-width:320px) and (max-width: 768px) {
  .main-model {
  font-weight: bold;
  font-size: 16px;
  }
}

.main-price {
  font-weight: bold;
  font-size: 26px;
}

@media (min-width:320px) and (max-width: 768px) {
  .main-price {
  font-weight: bold;
  font-size: 16px;
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 998;
  background: #db002b;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #86c0da;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 24px 0;
  background: rgba(30, 30, 30, 0.1);
}
*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 6px 0;
  background: rgba(255, 255, 255, 0.1);
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: rgba(255, 255, 255, 0.8);
  padding: 6px;
}

#header .logo h1 {
  font-size: 24px;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

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

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

@media (max-width: 768px) {
  #header.header-scrolled {
    padding: 15px 0;
  }
  #header .logo img {
  max-height: 33px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  position: static;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  margin-left: 10px;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #261e1c;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color:#db002b;
  background: rgba(255, 255, 255, 0.2);
}

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

.navbar .dropdown ul li {
  min-width: 120px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
  color: #261e1c;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #db002b;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .megamenu {
  position: static;
}

.navbar .megamenu ul {
  margin: 0;
  padding: 20px;
  display: block;
  position: absolute;
  top: 130%;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  display: flex;
  text-transform: uppercase;
  transition: 0.3s;
  border-radius: 4px;
  z-index: 99;
}

.navbar .megamenu ul li {
  flex: 1;
  text-transform: uppercase;
  font-size: 18px;
}

.navbar .megamenu ul li strong {
  text-transform: uppercase;
  padding: 10px 0 10px 20px;
  display: block;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: .8125rem;
  margin-bottom: 1.25rem;
  margin-right: 2.25rem;
}

.navbar .megamenu ul li a,
.navbar .megamenu ul li:hover>a {
  text-transform: uppercase;
  color: rgba(var(--color-white-rgb), 0.5);
  background: none;
  /*padding: 8px 10px;*/
  padding: 8px 0px 10px 30px;
  font-size: 16px;
}

.navbar .megamenu ul li a:hover,
.navbar .megamenu ul li .active,
.navbar .megamenu ul li .active:hover {
  text-transform: uppercase;
  color: #db002b;
  font-size: 16px;
}

.navbar .megamenu:hover>ul {
  text-transform: uppercase;
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
  text-transform: uppercase;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
  text-transform: uppercase;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #e60312;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(12, 12, 12, 0.3);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #261e1c;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #db002b;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
  padding: 8px 0px 10px 20px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #db002b;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

.navbar-mobile .megamenu ul li a,
.navbar-mobile .megamenu ul li:hover>a {
  color: rgba(var(--color-white-rgb), 0.5);
  background: none;
}

.navbar-mobile .megamenu ul li a:hover,
.navbar-mobile .megamenu ul li .active,
.navbar-mobile .megamenu ul li .active:hover {
  color: #db002b;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  position: relative;
  height:calc(var(--vh,1vh) * 100);
  overflow:hidden;
  background-image:url("../materials/robam_main_202409.jpg");
  background-repeat:no-repeat;
  background-size:cover;
  background-color:#1c1c1e;
  background-position:center;
}

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

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: -1px 0 2px #2f4d5a;
}

#hero h2 {
  color: #fff;
  margin-bottom: 50px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: -1px 0 2px #2f4d5a;
}

#hero .btn-get-started {
  font-size: 36px;
  display: inline-block;
  padding: 4px 0;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  margin: 10px;
  width: 64px;
  height: 64px;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  padding-top: 8px;
  background: rgba(255, 255, 255, 0.15);
}

@media(min-width:768px) {
 #hero {
  min-height:580px;
 }
}

@media (max-width: 600px) {
 #hero {
  min-height:580px;
  background-image:url("../materials/robam_main_sm_202409.jpg");
 }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# banner Section
--------------------------------------------------------------*/
#banner {
  width: 100%;
  height: 100vh;
  position: relative;
  height:calc(var(--vh,1vh) * 100);
  min-height:720px;
  overflow:hidden;
  background-repeat:no-repeat;
  background-size:cover;
  background-color:#1c1c1e
}

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

#banner h1 {
  margin: 0 0 10px 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: -1px 0 2px #2f4d5a;
}

#banner h2 {
  color: #fff;
  margin-bottom: 50px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: -1px 0 2px #2f4d5a;
}

#banner .btn-get-started {
  font-size: 36px;
  display: inline-block;
  padding: 4px 0;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  margin: 10px;
  width: 64px;
  height: 64px;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
}

#banner .btn-get-started:hover {
  padding-top: 8px;
  background: rgba(255, 255, 255, 0.15);
}

/*************
/* Hero Banner*/
/*************/

/*show 1200 version of image on screens greater than 600*/
@media (min-width: 601px) {
  .hero-massagechair-banner-image{
  background-image:url("../materials/massagechair_banner_1200.jpg");
  background-position:center;
  padding: 0;
  height: 532px;
  }
}
/*show 600 version of image on screens greater than less than 601*/
@media (min-width:320px) and (max-width: 600px) {
  .hero-massagechair-banner-image{
   background-image:url("../materials/massagechair_banner_600.jpg");
   background-position:center;
   padding: 0;
   height: 532px;
   }
}

/*show 1200 version of image on screens greater than 600*/
@media (min-width: 601px) {
  .hero-product-banner-image{
  background-image:url("../materials/product_banner_1200.jpg");
  background-position:center;
  padding: 0;
  height: 532px;
  }
}
/*show 600 version of image on screens greater than less than 601*/
@media (min-width:320px) and (max-width: 600px) {
  .hero-product-banner-image{
   background-image:url("../materials/product_banner_600.jpg");
   background-position:center;
   padding: 0;
   height: 532px;
   }
}

/*show 1200 version of image on screens greater than 600*/
@media (min-width: 601px) {
  .hero-brandhistory-banner-image{
  background-image:url("../materials/brand_history_banner_1200.jpg");
  background-position:center;
  padding: 0;
  height: 532px;
  }
}
/*show 600 version of image on screens greater than less than 601*/
@media (min-width:320px) and (max-width: 600px) {
  .hero-brandhistory-banner-image{
   background-image:url("../materials/brand_history_banner_600.jpg");
   background-position:center;
   padding: 0;
   height: 532px;
   }
}

/*show 1200 version of image on screens greater than 600*/
@media (min-width: 601px) {
  .hero-order-banner-image{
  background-image:url("../materials/brand_history_banner_1200.jpg");
  background-position:center;
  padding: 0;
  height: 200px;
  }
}
/*show 600 version of image on screens greater than less than 601*/
@media (min-width:320px) and (max-width: 600px) {
  .hero-order-banner-image{
   background-image:url("../materials/brand_history_banner_600.jpg");
   background-position:center;
   padding: 0;
   height: 200px;
   }
}

@media (min-width: 601px) {
  .hero-brand-banner-image{
  background-image:url("../materials/brand_story_banner_1200.jpg");
  background-position:center;
  padding: 0;
  height: 532px;
  }
}
/*show 600 version of image on screens greater than less than 601*/
@media (min-width:320px) and (max-width: 600px) {
  .hero-brand-banner-image{
   background-image:url("../materials/brand_story_banner_600.jpg");
   background-position:center;
   padding: 0;
   height: 532px;
   }
}


.content-box {
  padding-top: 250px;
  margin-left: 320px;
  color: #fff;
}

.content-box h1 {
  font-size: 42px;
  font-weight: 700;
}

@media (max-width: 768px) {
        .content-box {
        padding-top: 250px;
       margin-left: 12px;
}

  .content-box h1 {
    font-size: 32px
  }
}

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

.section-bg {
  background-color: #f4f9fc;
}


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

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  color: #2f4d5a;
  z-index: 2;
}

.section-title h2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 122px;
  height: 66px;
  background: url(../../img/section-title-bg.png) no-repeat;
  z-index: -1;
}

.section-title p {
  margin-bottom: 0;
}


/* owl-carousel
 * 
 * 
 * */

.owl-item .h6{
 color:#3d3d3d;
}


.owl-item.active:hover {
 background-color:#fff;
}


.intro-model {
 background: center center no-repeat;
 position:relative;
 width:100%;
 height:100vh;
 height:calc(var(--vh,1vh) * 100);
 min-height:560px;
 overflow:hidden;
 background-repeat:no-repeat;
 background-size:cover;
 background-color:#1c1c1e;

}

@media(min-width:768px) {
 .intro-model {
  min-height:720px;
 }
}
.intro-model .overlay {
 z-index:2;
 background-color:#000;
}
.intro-model .content,
.intro-model .overlay {
 width:100%;
 height:100%;
 overflow:hidden;
 position:absolute;
 top:0;
}
.intro-model .content {
 min-height:560px;
 z-index:3;
 color:#fff;
}
@media(min-width:768px) {
 .intro-model .content {
  min-height:720px;
 }
}
.intro-model .content .container {
 position:relative;
 margin: 0px 0px 0px 20px;
 top:60%;
 -webkit-transform:translateY(-50%);
 transform:translateY(-50%)
}
.intro-model .content h2 {
 color:#323232;
}
.intro-model .content p {
 margin-bottom:2rem;
}
.intro-model .content .btn,
.intro-model .content h2,
.intro-model .content p {
 visibility:hidden;
 position:relative;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

#breadcrumbs {
  padding: 70px 0px 0px 0px;
  background-color: #eeeff0;
  margin-bottom: 0px;
}

@media(max-width:768px) {
 #breadcrumbs {
  padding-top: 50px;
}
}


.breadcrumb {
	padding: 12px 0px 0px 0px ;
	margin-left: -5px;
	color: #666;
}

.breadcrumb li {
	padding: .05em .25em;
	float: left;
	font-size: 1em;
  list-style-type: none;
}

.breadcrumb a {
	color: #666;
}
.breadcrumb li:after {
	content: '>';
	display: inline;
	font-size: 1em;
	padding: 0 .0725em 0 .75em;
}

.breadcrumb li:last-child:after{
	content: '';
}

.breadcrumb ul /* use as midair border */{
  padding: 0;
  margin: .25em 0;
}


/*--------------------------------------------------------------
# card
--------------------------------------------------------------*/

.card-header {
  margin-top: 20px;
  margin-bottom: 10px;
}

.card-header h3{
  color:#1e1e1c;
  font-size: 0.775em;
  line-height: normal;
  letter-spacing: .025rem;
  margin-bottom: 20px;
}

.card-header h5{
  color:#1e1e1c;
  font-size: 1.000em;
  line-height: normal;
  font-weight: bold;
  letter-spacing: .025rem;
  margin-bottom: 20px;
}


.card-header h6{
  color:#1e1e1c;
  line-height: normal;
  letter-spacing: .025rem;
  margin-bottom: 20px;
}

.card-body {
  margin-top: 10px;
  text-align:left;
}

.card-price {
  color:#1e1e1c;
  line-height: normal;
  letter-spacing: .045rem;
  font-size: 1.125rem;
  margin-bottom: 20px;
}



/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  background: url("../img/about-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}

.about::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 9;
}

.about .container {
  position: relative;
  z-index: 10;
}

.about .content {
  padding: 30px 30px 30px 0;
}

.about .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #2f4d5a;
  margin-bottom: 30px;
}

.about .content p {
  margin-bottom: 30px;
}

.about .content .about-btn {
  display: inline-block;
  background: #db002b;
  padding: 6px 44px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
}

.about .content .about-btn i {
  font-size: 18px;
  position: absolute;
  right: 18px;
  top: 9px;
}

.about .content .about-btn:hover {
  background: #7bbad7;
}

.about .icon-boxes .icon-box {
  margin-top: 30px;
}

.about .icon-boxes .icon-box i {
  font-size: 40px;
  color: #db002b;
  margin-bottom: 10px;
}

.about .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.about .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .about {
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(103, 176, 209, 0.8), rgba(103, 176, 209, 0.8)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

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

/**************************************
# swiper
***************************************/

.swiper {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
}

.mySwiper2 {
      height: 500px;
      width: 525px;
      padding-top: 60px;
}

.mySwiper {
	  width: 525px;
      height: 80px;
      box-sizing: border-box;
      padding: 10px 0;
}

.mySwiper .swiper-slide {
      width: 100%;
      height: 100%;
      opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
      opacity: 1;
}

.swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex; 
      justify-content: center; 
      align-items: center;
      background-size: cover;
      background-position: center;
}
    
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.swiper-slide-hide img {
  display: none;
}
  

@media (max-width: 768px) {
  .mySwiper2 {
    height: 400px;
    width: 420px;
    padding-top: 0px;
  }

  .mySwiper {
	  width: 420px;
     height: 80px;
     box-sizing: border-box;
     padding: 10px 0;
  }
}
  
  
/****************************
# stickynav
****************************/

.sticky {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}

.myStickyheader {
  color: #4f4f49;
  font-size:14px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #eeeff0;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 0px 0 0px;
  text-align: center;
  text-transform: uppercase;
}

.myStickyheader a {
  padding: 22px 22px;
  font-weight: bold;
  text-decoration: none;
}

.myStickyheader a:hover {
  background-color: #fff;
  color: #4f4f49;
}

.myStickyheader a.active {
  background-color: #eeeff0;
  color: #4f4f49;
}

@media (min-width:320px) and (max-width: 768px) {
        .myStickyheader {
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
        }
	.sticky {
   left: 0;
   bottom: 0;
   }
  .myStickyheader a {
   padding: 12px 4px 12px 4px;
   }
}


/*--------------------------------------------------------------
# product
--------------------------------------------------------------*/
#productSpecifications {
	margin-bottom: 0px;
}

.pt_product {
  padding: 0px;
  border-block-style: none;
  margin: 0px;
  background-color: #eeeff0;
}

.pt_product .product-overview {
  margin: 10px auto;
  padding: 10px 0 0 30px;
}

.pt_product .product-overview .badges-model {
	margin: 10px 0 0 10px;
	color: #666;
}

.pt_product .product-overview .product-name {
	margin: 10px 0 0 10px;
   color: #000;
}

.pt_product .product-overview .short-description {
	margin: 10px;
	line-height: 2em;
   text-transform:none;
}

.asset-padding-upper {
 padding-top: 30px;
}

.asset-padding-bottom {
 padding-bottom: 30px;
}

.product-specifications .specifications-title {
 margin-bottom: 30px;
}

.product-specifications .specifications-title .h3 {
font-size: 1.75rem;
}


.product-specifications .image-dimensions  .attribute {
 border-bottom: 1px solid  #d8d8d8;
}

.product-specifications .image-dimensions .dimensions-dimensions {
 padding: 30px 5px 30px 5px;
}

.product-specifications .image-dimensions .dimensions-dimensions .attribute {
 font-size:22px;
 font-weight:500;
 margin-top: 20px;
 margin-bottom: 30px;
}

.product-specifications .image-dimensions .dimensions-dimensions .attribute .value {
 font-size:40px;
 font-weight:700;
}

.product-specifications .image-dimensions .dimensions-dimensions.attribute dl {
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  margin-bottom: 5px;
  margin-bottom: .3125rem;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
}

.product-specifications .image-dimensions .dimensions-image img {
  width: 100%;
}

.info-dimensions {
 padding: 30px 0px 20px 20px;

}

.info-dimensions a {
 text-decoration: none;
}

.info-dimensions .extra-info .key-features ul li{
 padding: 10px 0px 10px 10px;
}

.dimension-content {
 background-color: #eeeff0; 
}

.dimensions-wrapper {
 padding: 30px 20px 30px 20px;
}


.dimensions-wrapper .dimensions .dimension-content {
 text-align: center;
 padding: 0px;
 margin-bottom: 16px;
}

.dimensions-wrapper .dimensions .dimension-content .content {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: .25rem;
  display: block;
}

.dimensions-wrapper .dimensions .dimension-content .value {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 2.125rem;
  display: block;
}

@media (max-width: 768px)  {

.dimensions-wrapper {
 padding: 30px 0px 0px 0px;
 margin-left: -20px;
 }

.dimensions-wrapper .dimensions .dimension-content {
 margin-bottom: 5px; 
}

.dimensions-wrapper .dimensions .dimension-content .content {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: .25rem;
  display: block;
}

.dimensions-wrapper .dimensions .dimension-content .value {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 1.525rem;
  display: block;
}

.product-specifications .image-dimensions .dimensions-dimensions .attribute {
 font-size:16px;
 font-weight:500;
 margin-top: 10px;
 margin-bottom: 20px;
}

.product-specifications .image-dimensions .dimensions-dimensions .attribute .value {
 font-size:22px;
 font-weight:700;
}

}

.extra-info-title {
 margin: 20px 0px 10px 20px;
 font-size: 30px;
}

.pt_product .pt_product-item {
  margin-bottom: 30px;
}

.features-benefits-title {
 margin-top:4rem;
 margin-bottom:4rem;
 font-weight:400
}

@media(min-width:768px) {
 .features-benefits-title {
  margin-top:6rem;
  font-weight:300
 }
}

@media(min-width:1024px) {
 .features-benefits-title {
  margin-top:8rem
 }
}

.content {
  margin: 30px 0px 30px 10px;
}

.product-specifications {
	padding-top: 30px;
	margin-top: 30px;
}

.pt_product #pt_product-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  background: #ecf5f9;
  border-radius: 50px;
  padding: 2px 15px;
}

.pt_product #pt_product-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #2f4d5a;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.pt_product #pt_product-flters li:hover,
.pt_product #pt_product-flters li.filter-active {
  color: #db002b;
}

.pt_product #pt_product-flters li:last-child {
  margin-right: 0;
}

.pt_product .pt_product-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.pt_product .pt_product-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.pt_product .pt_product-wrap .pt_product-links {
  opacity: 1;
  left: 0;
  right: 0;
  bottom: -60px;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
  display: flex;
  justify-content: center;
}

.pt_product .pt_product-wrap .pt_product-links a {
  color: #fff;
  font-size: 28px;
  text-align: center;
  background: rgba(103, 176, 209, 0.75);
  transition: 0.3s;
  width: 50%;
}

.pt_product .pt_product-wrap .pt_product-links a:hover {
  background: rgba(103, 176, 209, 0.95);
}

.pt_product .pt_product-wrap .pt_product-links a+a {
  border-left: 1px solid #3d3d3d;
}

.pt_product .pt_product-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.pt_product .pt_product-wrap:hover .pt_product-links {
  opacity: 1;
  bottom: 0;
}

@media (max-width: 575px) {
  .pt_product .product-overview  {
    padding: 0px;
    margin-top: 10px;
  }
}
  
/*--------------------------------------------------------------
# pt_product Details
--------------------------------------------------------------*/
.pt_product-details {
  padding-top: 40px;
}

.pt_product-details .pt_product-details-slider img {
  width: 100%;
}

.pt_product-details .pt_product-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.pt_product-details .pt_product-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #db002b;
}

.pt_product-details .pt_product-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #db002b;
}

.pt_product-details .pt_product-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(47, 77, 90, 0.08);
}

.pt_product-details .pt_product-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.pt_product-details .pt_product-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.pt_product-details .pt_product-info ul li+li {
  margin-top: 10px;
}

.pt_product-details .pt_product-description {
  padding-top: 30px;
}

.pt_product-details .pt_product-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.pt_product-details .pt_product-description p {
  padding: 0;
}


.product-specifications .products-info {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.help-message {
  padding-top: 30px;
  color: #666;
}

.error-message, .help-message, .invalid-feedback {
  display: block;
  color: #3e3e3e;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  font-size: 12px;
  font-size: .75rem;
  margin-top: 8px;
  margin-top: .5rem;
}

#product-resources {
 padding-top: 0px;
 margin-top: -10px;
}

.product-resources .product-resource-head { 
  padding-bottom: 50px;

}

.product-resources .product-resource-head .h3 {
  text-align: center;
  margin-bottom: 30px;
}

.product-resources .product-resource-head .h4 {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
  color: #006ebe;
}

.product-resources .product-resource-head .h4 a:hover {
  color: #006ebe;
}

.product-resources .product-resource-head .h4 a {
  color: #006ebe;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding-bottom: 80px;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
  background-color: #db002b;
}

.contact .php-email-form input {
  padding: 10px 15px;
  margin: 15px 0px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
  margin: 15px 0px;
}

.contact .php-email-form button[type=submit] {
  background: #0d6efd;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  color: #fff;
  background: #0a58ca;
}


@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Warranty Registration
--------------------------------------------------------------*/
.warranty {
 padding-top: 30px;
 padding-bottom: 30px;
 line-height: 2.5;
}

.warranty .row {
 padding-bottom: 10px;
}

@media (max-width: 575px) {
  .warranty {
    padding-top: 15px;
    padding-bottom: 15px;
  } 
}

/*---------------------------------------------------------------
# Order 
---------------------------------------------------------------*/
.order {
 padding-top: 20px;
 padding-bottom: 20px;
 line-height: 1.225;
}
.order .section-title {
 margin-bottom: -30px;
}

.order .break {
 margin-top: 20px;
}

.order .row {
 padding-bottom: 5px;
}

.order .col {

}

.order ul li {
 padding-bottom: 10px;
}

.order .bg-gray {
 background-color: #e9ecef;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.support a:hover {
background: #fff;
  text-decoration: none;
  transition: all .3s ease-out;
}

.support a {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  color: #1e1e1c;
  padding: 2rem;
  line-height: normal;
  font-weight: 600;
}

.support {
  padding: 0px 0px 0px 0px;
}

#footer {
  background-color: #6e1a22;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

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

#footer .footer-top .footer-info {
  margin-top: -90px;
  margin-bottom: 15px;
  background: white;
  color: #2f4d5a;
  border-top: 4px solid #db002b;
  text-align: center;
  padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2f4d5a;
  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 .footer-top .social-links a:hover {
  background: #db002b;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  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: #b5d9e9;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

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

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

#footer .footer-top .footer-links ul a:hover {
  color: #a2cfe3;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

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

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #db002b;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #409cc5;
}

#footer .copyright {
  border-top: 1px solid #385b6b;
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}

