html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.pwd-toggle {
    cursor: pointer
}

/* Slider Video */

.slider-video {
    width: 100%;
    height: 100%;
}

/* Before After Img */

div#comparison {
    width: 100%;
    height: 350px;
    max-width: 600px;
    max-height: 600px;
    overflow: hidden;
}

div#comparison figure {
    /*background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/photoshop-face-before.jpg);*/
    background-size: cover;
    position: relative;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

div#comparison figure > img {
    position: relative;
    width: 100%;
}

div#comparison figure div {
    /*background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/photoshop-face-after.jpg);*/
    background-size: cover;
    position: absolute;
    width: 50%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    bottom: 0;
    height: 100%;
}

.divisor {
    border-right: 2px solid white;
}

.cont-shopping-btn {
    border-radius: 4px;
    margin-top: 35px;
    width: 100%;
    background-color: #ff6000;
}