/******************************************************************
Site Name: CRL Solutions
Stylesheet: Main Stylesheet
******************************************************************/
@import url(../css/bootstrap.min.css);
/******************************************************************
SCSS Variables
******************************************************************/
* {
  /* --primary: #002A74; */
  /* --secondary: #70828E; */
  /* --primary: #CF2030; */
  /* --secondary: #ED1C24; */
  --primary: #D02030;

}

@font-face {
  font-family: "Poppins";
  font-weight: 100;
  font-style: normal;
  src: url("../fonts/Poppins/Poppins-Thin.ttf");
}

@font-face {
  font-family: "Poppins";
  font-weight: 100;
  font-style: italic;
  src: url("../fonts/Poppins/Poppins-ThinItalic.ttf");
}

@font-face {
  font-family: "Poppins";
  font-weight: 200;
  font-style: normal;
  src: url("../fonts/Poppins/Poppins-ExtraLight.ttf");
}

@font-face {
  font-family: "Poppins";
  font-weight: 200;
  font-style: italic;
  src: url("../fonts/Poppins/Poppins-ExtraLightItalic.ttf");
}

@font-face {
  font-family: "Poppins";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Poppins/Poppins-Light.ttf");
}

@font-face {
  font-family: "Poppins";
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/Poppins/Poppins-LightItalic.ttf");
}

@font-face {
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Poppins/Poppins-Regular.ttf");
}

@font-face {
  font-family: "Poppins";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/Poppins/Poppins-Italic.ttf");
}

@font-face {
  font-family: "Poppins";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Poppins/Poppins-Medium.ttf");
}

@font-face {
  font-family: "Poppins";
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/Poppins/Poppins-MediumItalic.ttf");
}

@font-face {
  font-family: "Poppins";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Poppins/Poppins-SemiBold.ttf");
}

@font-face {
  font-family: "Poppins";
  font-weight: 600;
  font-style: italic;
  src: url("../fonts/Poppins/Poppins-SemiBoldItalic.ttf");
}

@font-face {
  font-family: "Poppins";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Poppins/Poppins-Bold.ttf");
}

@font-face {
  font-family: "Poppins";
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/Poppins/Poppins-BoldItalic.ttf");
}

@font-face {
  font-family: "Poppins";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/Poppins/Poppins-ExtraBold.ttf");
}

@font-face {
  font-family: "Poppins";
  font-weight: 800;
  font-style: italic;
  src: url("../fonts/Poppins/Poppins-ExtraBoldItalic.ttf");
}

@font-face {
  font-family: "Poppins";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/Poppins/Poppins-Black.ttf");
}

@font-face {
  font-family: "Poppins";
  font-weight: 900;
  font-style: italic;
  src: url("../fonts/Poppins/Poppins-BlackItalic.ttf");
}


/* CUT FORMS */

/******************************************************************
Base Stylesheet
******************************************************************/
/*****************************************
** Base Styling 
*****************************************/
body {
  /* font-family: Arial, sans-serif; */
  font-family: "Poppins", Arial, sans-serif;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  /* background-color: #f4f4f4; */
  background-color: #000;
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.ipad-pro {
  background-color: #000;
}

h1, h2, h3, h4, h5, h6 {
  /* font-family: Arial, sans-serif; */
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 700;
  color: #333333;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.5vw;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  white-space: nowrap;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #006499;
  border-bottom: solid 1px transparent;
  -webkit-transition: color .24s ease-in-out, border-color .24s ease-in-out;
  transition: color .24s ease-in-out, border-color .24s ease-in-out;
}

h1 a:hover, h1 a:active, h1 a:focus, h1 a:active:hover, h1 a:active:focus, h2 a:hover, h2 a:active, h2 a:focus, h2 a:active:hover, h2 a:active:focus, h3 a:hover, h3 a:active, h3 a:focus, h3 a:active:hover, h3 a:active:focus, h4 a:hover, h4 a:active, h4 a:focus, h4 a:active:hover, h4 a:active:focus, h5 a:hover, h5 a:active, h5 a:focus, h5 a:active:hover, h5 a:active:focus, h6 a:hover, h6 a:active, h6 a:focus, h6 a:active:hover, h6 a:active:focus {
  text-decoration: none;
  color: #002133;
  border-color: #002133;
}

h1 {
  font-size: 3vw;
}

.ipad-pro h1 {
  font-size: 40px;
}

h1 span, h1 .subtitle {
  display: block;
  font-size: 2vw;
}

.ipad-pro h1 span,
.ipad-pro h1 .subtitle {
  font-size: 28px;
}

h1 span sup, h1 .subtitle sup {
  font-size: 55%;
  top: -.75em;
  margin-left: .2em;
}

h2 {
  font-size: 2vw;
}

.ipad-pro h2 {
  font-size: 28px;
}

h3 {
  font-size: 1.75vw;
}

h4 {
  font-size: 18px;
}

.link {
  cursor: pointer;
}

img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  border: none;
}

p, li {
  font-size: 1.2vw;
  line-height: 1.5;
}

.ipad-pro p,
.ipad-pro li {
  font-size: 20px;
}

p a, li a {
  color: #006499;
  border-bottom: solid 1px transparent;
  -webkit-transition: color .24s ease-in-out, border-color .24s ease-in-out;
  transition: color .24s ease-in-out, border-color .24s ease-in-out;
}

p a:hover, p a:active, p a:focus, p a:active:hover, p a:active:focus, li a:hover, li a:active, li a:focus, li a:active:hover, li a:active:focus {
  color: #002133;
  text-decoration: none;
  border-color: #002133;
}

p {
  margin-bottom: 1.5em;
}

p.larger {
  margin: 0;
}

.centered {
  text-align: center;
}

/*****************************************
** SVG Container + Functionality
*****************************************/
.svg-wrapper {
  width: 100vw;
  height: 100vh;
}

.svg-container {
  display: block;
  position: relative;
  margin: auto;
  max-width: 1920px;
  max-height: 1080px;
  box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.video-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 89%;
  background: #fff!important;
}

.pdf-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 89%;
  background: #fff!important;
}

.pdf.text-label {
  cursor: pointer;
  color: var(--primary);
  font-weight: bold;
  padding: 1vw;
}

.pdf.text-label i {
  font-size: 2vw;
}

.ipad-pro .svg-container {
  max-width: 2420px;
  max-height: 1600px;
}

/** Loading Screen **/
#cover {
  background: url(../images/loading.svg) no-repeat scroll center center #FFF;
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 100;
}

.overlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.4);
}

.prev-product,
.next-product {
    position: absolute;
    top: 45%;
    background: #fff;
    line-height: 0;
    border-radius: 500px;
    font-size: 3vw;
    color: var(--primary);
}

.prev-product {
  left: .5%;
}

.next-product {
  right: .5%
}

.brand-banner {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 17%; /* was 11 for belvac */
  z-index: 15;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  background-color: var(--primary);
}

.brand-banner .logo {
  height: 85%;
  padding: .7vw;
  width: 18%;
  margin-left: 1vw;
}

.brand-banner .logo img {
  height: 100%;
}

.screen.active .category-textbox {
  display: none;
}

.brand-banner .category-textbox .title {
  margin-bottom: 0;
  font-size: 2.75vw;
  text-transform: none;
  color: #fff;
  font-weight: 500;
}

.brand-banner .category-textbox {
  width: inherit;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5vw;
}

.brand-banner .category-textbox span.text-label {
  cursor: pointer;
  background-color: var(--primary);
}

/* .brand-banner .category-textbox span.text-label.gray {
  background-color: var(--secondary);
} */

.brand-banner .nav-links {
  position: absolute;
  right: 1vw;
  bottom: 0;
}

.brand-banner .nav-links button {
  font-size: 1.05vw;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #006499;
  border: 0;
  padding: .4vw 1vw;
  display: block;
}

.menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
  grid-gap: 1vw;
  margin-right: 1vw;
}

.menu {
  /* color: var(--primary); */
  color: #fff;
  font-size: 1.25vw;
}

#langToggle {
  display: flex;
  align-items: center;
  gap: .5vw;
  text-transform: uppercase;
  font-weight: bold;
  min-width: 7vw;
}

#langToggle span {
  font-size: 1vw;
}

.brand-banner > .menu > span {
  cursor: pointer;
}

#btnFullscreen {
  /* position: absolute;
  display: block;
  right: .5vw;
  bottom: .75vw;
  background-color: #006499;
  color: #fff;
  padding: 7px 10px 5px;
  border-radius: 100px; */
}

.brand-banner-bglayer {
  position: absolute;
  background: #ffffff;
  bottom: 0px;
  width: 100%;
  height: 11%;
  z-index: 10;
}

.screen {
  position: absolute;
  top: 1vw;
  left: 1vw;
  right: 1vw;
  bottom: 1vw;
  width: calc(100% - 2vw);
  height: calc(100% - 2vw);
  opacity: 0;
  z-index: 0;
  -webkit-transition: .2s all ease;
  transition: .2s all ease;
}

.screen .wrapper {
  width: 100%;
  height: 100%;
}

.screen.hide #index-title.title {
  display: block !important;
}

.screen.hide .callout, .screen.hide .box-modal, .screen.hide .title {
  display: none !important;
}

.screen.in-progress .replay-index-btn, .screen.in-progress .toggle-callout {
  pointer-events: none !important;
  background-color: #627b92 !important;
}

.screen.active {
  opacity: 1;
  z-index: 10;
}

.screen.active.suspend {
  opacity: 0;
  z-index: 0;
}

.screen.active .callout {
  display: block;
}

.screen.active .callout.embedded {
  display: inline-block;
  border-bottom: 2px solid #006499;
  color: #006499;
}

/* .screen .category-textbox {
  position: absolute;
  display: flex;
  top: 92%;
  left: 20%;
  max-width: 80%;
  width: auto;
  color: #333333;
  z-index: 15;
  align-items: center;
  justify-content: flex-start;
} */

/* .screen .category-textbox .title {
  font-size: 1.5vw;
  margin-right: 1vw;
  margin-bottom: 0vw;
  color: #333333;
} */

.screen .category-textbox p {
  font-size: 1.3vw;
  margin-bottom: 0px;
}

.screen .box-modal {
  width: 75%;
}

.screen .product-feature img {
  margin-left: -100vw;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.screen .product-feature .text-area {
  opacity: 0;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.screen.active .product-feature img {
  margin-left: 0vw;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.screen.active .product-feature .text-area {
  opacity: 1;
  transition: opacity .3s ease-in;

  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: var(--primary) transparent;
  flex: 1 1 auto;
}

.box-modal {
  z-index: 10;
  background: #fff;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.8);
  padding: 1.7vw;
}

.box-modal ul {
  margin: 0;
  padding: 0 0 0 2vw;
}

.box-modal ul li {
  margin: 1vw 0;
}

.box-modal .row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.video-container {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.video-container #video-player {
  width: 100%;
  z-index: 0;
}

.ipad-pro .video-container #video-player {
  position: absolute;
  top: 0;
  left: -16.65%;
  height: 100%;
  width: auto;
  z-index: 0;
}

.video-container.play {
  display: block;
}

#replay,
.replay-index {
  position: absolute;
  padding: 1vw;
  z-index: 11;
}

#replay .replay-btn i,
#replay .replay-index-btn i,
.replay-index .replay-btn i,
.replay-index .replay-index-btn i {
  margin-left: 7px;
}

#replay.active,
.replay-index.active {
  display: block;
}

#replay {
  display: none;
  top: 1vw;
  right: 1vw;
}

.replay-index {
  display: block;
  top: 0vw;
  right: 0vw;
}

.replay-index.disable {
  display: none;
}

.toggle-box-modal {
  position: absolute;
  padding: 1vw;
  z-index: 11;
  display: block;
  top: 0vw;
  right: 0vw;
}

.toggle-box-modal .toggle-box-modal-btn i {
  margin-left: 7px;
}

.hide-box-modal .box-modal {
  display: none;
}

.toggle-callout {
  position: absolute;
  top: 10%;
  left: 95%;
  padding: 0.6vw 1vw !important;
}

.toggle-callout.disable {
  display: none;
}

/* .screen.active .pulse.text-label.callout.home-button,
#home-button {
  margin: .75vw;
  padding: .5vw .8vw;
  background: var(--primary);
} */

#back {
  display: none;
  position: absolute;
  top: 1vw;
  left: 1vw;
  z-index: 10;
}

#back .back-btn {
  padding: 0.5vw 1vw;
  font-size: 1.5vw;
}

#back.active {
  display: block;
}

.pulse {
  width: 48px;
  height: 48px;
  text-indent: -9999px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
  transition: background-color .24s ease-in-out, color .24s ease-in-out, border-color .24s ease-in-out, transform .24s ease-in-out;
  z-index: 25;
}

.pulse:not(.disabled) {
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

.pulse:not(.disabled):hover, .pulse:not(.disabled):active, .pulse:not(.disabled):focus, .pulse:not(.disabled):active:hover, .pulse:not(.disabled):active:focus {
  /* background-color: #006499; */
  background-color: var(--primary);
  color: #fff;
  border-color: #fff;
  transform: scale(1.25);
}

.pulse.pulse-close {
  background: #006499 url("../images/icon_close.svg") no-repeat center center;
  background-size: 16px;
}

.pulse:hover, .pulse:active, .pulse:focus, .pulse:active:hover, .pulse:active:focus {
  background-color: #004366;
  -webkit-animation: none;
          animation: none;
}

/* WIP CHANGED TO MATCH VSG size */
.pulse.text-label,
.link.text-label {
  text-indent: 0px;
  width: auto !important;
  height: auto !important;
  border-radius: .75vw;
  /* font-size: 1.2vw; */
  font-size: .7vw;
  /* padding: 0.5vw 1.5vw; */
  padding: 0.15vw .9vw;
  color: #fff;
  font-weight: bold;
}

.pulse.text-label {
  background: rgba(7, 52, 113, 0.7);
  background: #fff;
  color: #000;
  border: 2px solid var(--primary);
}

.link.text-label {
  background-color: var(--primary);
  font-size: 0.8vw;
  padding: 0.75vw 1vw;
  border-radius: 2vw;
  text-transform: uppercase;
  margin-right: 0.5em;
  text-align: center;
}

.pulse.text-label.reversed {
  border: 0.2vw solid #006499;
  color: #006499;
  background-color: transparent;
  padding: .4vw 1.5vw;
}

.pulse.product-button:hover, .pulse.product-button:active, .pulse.product-button:focus, .pulse.product-button:active:hover, .pulse.product-button:active:focus {
  background-color: #006499;
  text-decoration: none;
}

.pulse:not(.text-label) {
  background: #006499 url("../images/icon_plus.svg") no-repeat center center;
  background-size: 16px;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/*****************************************
** SVG Styling + Touchpoints/Modals
*****************************************/
svg {
  max-width: 1920px;
  max-height: 1080px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
}

svg.contained {
  height: 100%;
}

svg.intro {
  /* background-image: url("../images/intro-TEMP.jpg"); */
  /* background-image: url("../images/intro-v1.jpg"); */
  background-image: url("../images/intro.jpg");
}

svg.modal-r501p {
  background-image: url("../images/zoom-R501.jpg");
}
svg.modal-r1250 {
  background-image: url("../images/zoom-R1250.jpg");
}
svg.modal-r155 {
  background-image: url("../images/zoom-R155.jpg");
}
svg.modal-mig-525 {
  background-image: url("../images/zoom-MultiMIG.jpg");
}
svg.modal-mi300t {
  background-image: url("../images/zoom-Mi300.jpg");
}
svg.modal-r544 {
  background-image: url("../images/zoom-R544.jpg");
}
svg.modal-lt35a {
  background-image: url("../images/zoom-LT35A.jpg");
}
svg.modal-rt30 {
  background-image: url("../images/zoom-RT30.jpg");
}
svg.modal-meridian {
  background-image: url("../images/zoom-Meridian.jpg");
}
svg.modal-r1090 {
  background-image: url("../images/zoom-R1090.jpg");
}
svg.modal-ac80 {
  background-image: url("../images/zoom-AC80.jpg");
}
svg.modal-mchflex {
  background-image: url("../images/zoom-MCH-Flex.jpg");
}
svg.modal-spo16 {
  background-image: url("../images/zoom-SPO16.jpg");
}
svg.modal-aro16 {
  background-image: url("../images/zoom-ARO16.jpg");
}
svg.modal-slw210 {
  background-image: url("../images/zoom-SLW210.jpg");
}
svg.modal-spoa10 {
  background-image: url("../images/zoom-SPOA10.jpg");
}
svg.modal-phoenix {
  background-image: url("../images/zoom-Phoenix.jpg");
}

.callout {
  display: none;
  cursor: pointer;
  opacity: 1;
  /* -webkit-transition: opacity .5s ease-in 3s;
  transition: opacity .5s ease-in 3s; */
  transition: opacity .5s ease-in 3s, background-color .24s ease-in-out, color .24s ease-in-out, border-color .24s ease-in-out, transform .24s ease-in-out;
}

.callout.hide {
  opacity: 0;
  -webkit-transition: opacity .5s ease-in;
  transition: opacity .5s ease-in;
}

.callout img {
  margin: auto;
}

#intro-callout {
  position: absolute;
  top: calc(50% - 2vw);
  left: calc(50% - 4.25vw);
  padding: 1vw 1.5vw 1vw 1.75vw;
  font-size: 2vw;
}

#index-screen #index-title {
  max-width: 36%;
}

/* .home-button {
  position: absolute;
  top: 0%;
  left: 0%;
} */

.back-ag-products,
.back-hf-products,
.back-bg-products {
  position: absolute;
  top: 0%;
  left: 18%;
}

.back-hf-sump, .back-hf-pipingandsump {
  position: absolute;
  top: 0%;
  left: 16%;
}

.back-bg-insidesump {
  position: absolute;
  top: 0%;
  left: 19%;
}

.hide-bg {
  position: absolute;
  top: 0;
  right: 0;
}

.hide-bg .fa-check-square {
  display: initial;
}

.hide-bg .fa-square {
  display: none;
}

.toggle-show.screen.active .wrapper {
  display: none;
}

.toggle-show .hide-bg .fa-square {
  display: initial;
  opacity: .6;
}

.toggle-show .hide-bg .fa-check-square {
  display: none;
}

.row.products {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 90%;
  margin: 0vw 1vw;
}

.row.products .product {
  /* display: inline-block;
  background-color: rgba(0, 90, 142, 0.8);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  padding: 2vw;
  font-weight: bold; */
  display: inline-block;
  background-color: rgba(0, 42, 116, .9);
  border-radius: .75vw;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  padding: 1vw;
  font-weight: bold;
}

.row.products img {
  width: 100%;
}

.disabled {
  cursor: default;
}

.disabled.pulse.text-label {
  background: #004366 !important;
}

.row.product-feature {
  /* -webkit-box-align: center;
          align-items: center; */
  -webkit-box-pack: center;
  justify-content: center;
  /* height: 100%; */
  position: relative;
  top: 4%;
  left: 2%;
  height: 75%;
  /* width: 90%; */
  width: 38%;
  margin: 0;
  background: rgba(255, 255, 255, .85);
  border-radius: 10px;

  /* overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: var(--primary) transparent; */
  overflow: hidden;
}

.row.product-feature [class^=col-] {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  /* justify-content: space-between; */

  /* align-items: flex-start; */
  padding: 1.5vw;
  height: 100%;
  
}

.row.product-feature .col-12 h1,
.row.product-feature .col-12 h2 {
  margin-bottom: 0;
  text-transform: none;
}

.row.product-feature .col-12 h1 {
  color: #333;
  /* min-width: max-content; */
  margin-bottom: .25em;
}

.row.product-feature .col-12 p,
.row.product-feature .col-12 li {
  color: #333;
  font-size: 1.1vw;
}

/* .row.product-feature .col-12 h2 {
  color: var(--secondary);
} */


/* .close-toggle:before {
  content: "\f057";
  position: absolute;
  top: 5%;
  right: 7%;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  font-size: 3vw;
  color: var(--primary);
  z-index: 9;
  cursor: pointer;
} */

.back-bar {
  background-color: var(--primary);
  color: #fff;
  width: calc(100% + 3vw);
  margin: -1.5vw -1.5vw 0.75vw;
  height: 3.5vw;
  font-size: 0.9vw;
  line-height: 3.5vw;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.home-button {
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding-left: 4.5vw;
  background-image: url('../images/back-arrow.svg');
  background-repeat: no-repeat;
  background-position: 1.5vw center;
  background-size: auto 60%;
}
.home-button:hover,.home-button:focus {
  text-decoration: underline;
}

.product-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1vw;
}

.product-footer-right img {
  height: 3vw;
  width: auto !important;
}
.product-footer-left {
  height: 100%;
  display: flex;
  align-items: center;
}
.product-footer-right {
  height: 100%;
  display: flex;
  align-items: center;
}


.close-toggle-btn {
  position: absolute;
  top: 5%;
  right: 7%;
  font-size: 3vw;
  color: var(--primary);
  z-index: 9;
  cursor: pointer;
}

@media only screen and (min-width: 1920px) {
  .close-toggle-btn {
    top: 75px;
    right: 200px;
    font-size: 70px;
  }
}

.close-toggle-btn i {
  position: absolute;
  top: -2vw;
  right: -6.5vw;
  background: #fff;
  border-radius: 100px;
}

.row.product-feature .text-area {
  /* background: rgba(255, 255, 255, 0.85); */
  /* padding: 2vw 2vw 1vw 2vw; */


}

.row.product-feature .text-area h1 {
  font-size: 2.5vw;
  text-transform: none;
  margin-bottom: 1vw;
}

.row.product-feature .text-area h2 {
  text-transform: none;
}

.row.product-feature img {
  width: 100%;
}


@media only screen and (min-width: 576px) {
  /******************************************************************
Mobile Landscape Stylesheet
******************************************************************/
}

@media only screen and (min-width: 768px) {
  /******************************************************************
Tablet Stylesheet
******************************************************************/
}

@media only screen and (min-width: 992px) {
  /******************************************************************
Bootstrap Medium Stylesheet
******************************************************************/
}

@media only screen and (min-width: 1200px) {
  /******************************************************************
Bootstrap Large Stylesheet
******************************************************************/
}

@media only screen and (min-width: 1575px) {
  /******************************************************************
Bootstrap Large Stylesheet
******************************************************************/
}

@media only screen and (min-width: 1920px) {
  /******************************************************************
Bootstrap Large Stylesheet
******************************************************************/
  h1 {
    font-size: 60px;
  }
  /* h1 span, h1 .subtitle {
    font-size: 35px;
  } */
  p, li {
    font-size: 20px;
  }
  .pulse.text-label {
    font-size: 14px;
    padding: 3px 16px;
  }
  .brand-banner .category-textbox .title {
    font-size: 50px;
  }
/* 
  .pulse.text-label.reversed {
    border-width: 3px;
    padding: 7px 30px;
  }
  #toggle-callout,
  #back .back-btn {
    padding: 10px 20px;
    font-size: 30px;
  }
  .box-modal ul {
    padding: 0 0 0 40px;
  }
  .box-modal ul li {
    margin: 20px 0;
  }
  .row.products {
    margin: 0 15px;
  }
  .row.products .product {
    padding: 30px;
  }
  .row.product-feature {
    margin: 0 15px;
  } */
  /* .row.product-feature .text-area {
    padding: 30px;
  } */
  /* .row.product-feature .text-area h1 {
    font-size: 46px;
    margin-bottom: 15px;
    padding: 0px;
  }
  .row.product-feature .text-area h2 {
    font-size: 36px;
    margin-bottom: 18px;
  } */
  .row.product-feature .text-area p, .row.product-feature .text-area li {
    font-size: 20px;
  }
  .back-bar {
    height: 70px;
    font-size: 18px;
    line-height: 70px;;
  }
  .product-footer {
    padding-top: 25px;
  }
  .link.text-label {
    font-size: 16px;
    padding: 14px 28px;
    border-radius: 40px;
  }
  .row.product-feature [class^=col-] {
    padding: 30px;
  }

} 


/* SWIPER **************************************************** */
.swiper {
  width: 100%;
  /* height: 100%; */
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  /* height: 100%;
  object-fit: cover; */
}

.swiper {
  width: 100%;
  /* height: 300px; */
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.swiper-main {
  /* height: 80%; */
  width: 100%;
}

.swiper-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.swiper-thumbs .swiper-slide {
  width: 25%;
  /* height: 100%; */
  opacity: 0.4;
}

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

.swiper-slide img {
  display: block;
  width: 100%;
  /* height: 100%;
  object-fit: cover; */
}
