html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  color: #191919;
  position: relative;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 1.42857143;
}

#cart-desktop,
#cart-mobile {
  background-color: transparent;
  display: none;
}

#cart-mobile {
  display: none;
}

.snipcart__icon {
  width: 20px;
  height: 20px;
}


ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a,
a:visited,
a:focus,
a:active,
a:hover {
  text-decoration: none;
  outline: none;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

button {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

a {
  color: #2c3e50;
}

h1 {
  font-size: 58px;
  line-height: 68px;
}

h2 {
  font-size: 36px;
  line-height: 46px;
}

h3 {
  font-size: 24px;
  line-height: 34px;
}

h4 {
  font-size: 22px;
  line-height: 32px;
}

h5 {
  font-size: 18px;
  line-height: 28px;
}

p {
  font-size: 16px;
  line-height: 26px;
  color: #444;
}

img {
  max-width: 100%;
}

.d-table {
  width: 100%;
  height: 100%;
}

.bg-gray {
  background-color: #f6f6f6;
}

#header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  padding: 12px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s
}

#header.sticky {
  position: fixed;
  z-index: 999;
  background-color: rgba(25, 25, 25, 0.97);
  padding: 16px 0;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

#header.sticky-forever {
  position: fixed;
  z-index: 999;
  background-color: rgba(25, 25, 25, 0.97);
  padding: 16px 0;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.navbar-nav .nav-link {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #FFC12C;
}

.navbar-nav .nav-item {
  padding: 0 10px;
}

#hero-area {
  padding: 200px 0 80px;
  background-image: url(../images/banner-1.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}

.caption h1 {
  font-weight: 800;
  margin: 0 0 25px;
}

.hero-btn {
  margin: 50px 0 0;
}

.hero-btn a {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 14px 40px;
  margin: 0 10px 0 0;
  font-weight: 600;
}

.hero-btn a:hover {
  background-color: #fff;
  color: #191919;
}

.hero-btn .buy-btn {
  border-color: #FFC12C;
  background-color: #FFC12C;
  color: #191919;
  font-weight: bold;
  transition: padding 0.5s;
  -webkit-transition: padding 0.5s;
  transition: font-size 0.5s;
  -webkit-transition: font-size 0.5s;
  font-size: 16px;
}

.hero-btn .buy-btn:hover {
  background-color: #FFC12C;
  border-color: #FFC12C;
  color: #191919;
  font-weight: bold;
  font-size: 17px;
}

#hero-area.slider-bg {
  background-image: url(../images/banner-2.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}

.slide-single .caption-img img {
  max-width: 400px;
}

.heading {
  margin: 0 0 60px;
}

.heading h2 {
  font-weight: 800;
  margin-bottom: 20px;
}

.heading h5 {
  font-weight: 600;
  color: #FFC12C
}

#about-area {
  padding: 100px 0;
}

.about-cont {
  padding-right: 50px
}

.about-cont h5 {
  color: #FFC12C;
  font-weight: 600;
}

.about-cont h2 {
  font-weight: 800;
  margin-bottom: 25px;
}

.about-cont ul {
  margin: 24px 0 0;
}

.about-cont li {
  display: block;
  padding: 6px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}

.about-cont li i {
  color: #FFC12C;
}

.about-img {
  border-radius: 10px;
  overflow: hidden;
}

#info-area {
  padding: 100px 0 80px;
}

.info-single span {
  font-size: 16px;
  font-weight: 700;
  width: 35px;
  height: 35px;
  background-color: #FFC12C;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  margin: 0 0 20px;
}

.info-single h4 {
  font-weight: 800;
  margin-bottom: 16px;
}

#video-area {
  padding: 90px 0 100px;
  position: relative
}

.video-cont {
  padding-left: 50px;
}

.video-player {
  background-color: rgba(0, 0, 0, 0.5);
}

.video-cont h5 {
  color: #FFC12C;
  font-weight: 600;
}

.video-cont h2 {
  font-weight: 800;
  margin: 0 0 20px;
}

.video-cont.two {
  border: 2px solid #e6f0fa;
  padding: 50px 50px 30px;
  background-color: #fff;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 10px;
  margin-left: -100px
}

.video-cont.right-cont {
  margin-right: -100px;
  margin-left: 0;
  z-index: 10;
}

.video-player a {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 80px;
  padding: 0 28px;
  background-color: #FFC12C;
  color: #fff;
  position: relative
}

.video-player a:hover {
  background-color: #FFC12C;
  color: #fff;
}

.video-player a:after {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  height: 90px;
  width: 90px;
  border: 3px solid #FFC12C;
  border-radius: 50%;
  -webkit-animation: icon-bubble 1s infinite forwards linear;
  animation: icon-bubble 1s infinite forwards linear;
}

.video-player a:before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  height: 90px;
  width: 90px;
  border: 3px solid #FFC12C;
  border-radius: 50%;
  -webkit-animation: icon-bubble 1s infinite forwards linear 0.5s;
  animation: icon-bubble 1s infinite forwards linear 0.5s;
}

.video-img {
  border-radius: 10px;
  overflow: hidden;
}

.video-player-wrap-two {
  background-image: url(../images/watch-img-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 500px;
  border-radius: 10px
}

@-webkit-keyframes icon-bubble {
  0% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 1;
  }

  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.8;
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.55;
  }

  75% {
    -webkit-transform: scale(1.32);
    transform: scale(1.32);
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}

@-webkit-keyframes icon-bubble {
  0% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 1;
  }

  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.8;
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.55;
  }

  75% {
    -webkit-transform: scale(1.32);
    transform: scale(1.32);
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}

@keyframes icon-bubble {
  0% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 1;
  }

  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.8;
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.55;
  }

  75% {
    -webkit-transform: scale(1.32);
    transform: scale(1.32);
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}

#product-area {
  padding: 90px 0 40px;
}

.prod-single {
  margin: 0 0 160px;
  position: relative
}

.prod-info {
  position: absolute;
  left: 0;
  right: 0;
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  bottom: -100px;
  padding: 25px 20px 30px;
}

.prod-info h4 {
  font-weight: 700;
  color: #191919;
}

.prod-info h5 {
  color: #565656
}

.prod-info a {
  display: inline-block;
  font-weight: 700;
  margin: 10px 0 0;
}

.prod-info a:hover {
  color: #FFC12C;
}

#newsletter-area.bg {
  background-image: url(../images/banner-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 90px 0 100px
}

.newsletter-form form {
  position: relative;
}

.newsletter-form input {
  height: 45px;
  border-radius: 30px;
  border: 0;
  padding-left: 30px;
}

.newsletter-form .inline-container {
  margin: 0 auto;
}

.emailoctopus-form input {
  height: 45px !important;
}

.newsletter-form button {
  background-color: #FFC12C;
  border: 0;
  height: 50px;
  border-radius: 30px;
  padding: 0 30px;
  color: #191919;
  font-weight: bold;
  position: absolute;
  right: 5px;
  top: 5px;
}

.newsletter-form button:hover {
  background-color: #e6a200;
}

#response {
  color: #2ecc71;
  margin-top: 10px;
}

#faq-area {
  padding: 90px 0 85px;
}

#accordion {
  padding-right: 50px;
}

.card {
  margin: 0 0 16px;
  border: 0;
}

.card-header {
  border: 0;
  background-color: transparent;
  padding: 0;
}

.card-header a {
  display: block;
  padding: 20px 45px;
  border-bottom: 1px solid #e6f0fa;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}

.card-header h5 {
  font-weight: 600;
  color: #162466;
}

.card-body {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #444;
}

.card-header.active a:before {
  content: "\eab9";
}

.card-header a:before {
  content: "\eab2";
  font-family: "IcoFont";
  font-size: 14px;
  position: absolute;
  left: 20px;
  top: 20px;
  color: #FFC12C;
}

.card-header a:hover {
  color: #FFC12C;
}

.card.two .card-header.active,
.card.two .card-header:hover {
  background-color: #FFC12C;
}

.card.two .card-header.active h5 a,
.card.two .card-header:hover h5 a,
.card.two .card-header.active a:before,
.card.two .card-header a:hover:before {
  color: #fff;
}

.card.two .card-header a {
  border-bottom: 0
}

#contact-area {
  padding: 100px 0;
}

.contact-form {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 50px;
  border-radius: 10px;
  background-color: #fff
}

.contact-form input,
.contact-form textarea {
  font-size: 14px;
  border-color: #e6f0fa
}

.contact-form input {
  height: 50px;
}

.contact-form label {
  font-weight: 600;
}

.contact-form h3 {
  text-align: center;
  font-weight: 700;
  margin: 0 0 20px;
}

.contact-form button {
  background-color: #FFC12C;
  border: 0;
  padding: 15px 40px;
  border-radius: 25.5px;
  color: #191919;
  font-weight: bold;
  display: block;
  margin: 0 auto;
}

.contact-form button:hover {
  background-color: #e6a200;
}

.messages {
  margin: 15px 0 0
}

#footer {
  background-color: #272727;
  padding: 100px 0;
  background-image: url(../images/footer.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

.footer-cont h4 {
  font-weight: 700;
  color: #fff;
  margin: 0 0 15px;
}

.footer-cont img {
  margin: 0 0 15px;
}

.footer-cont li {
  display: inline-block;
}

.footer-cont li a {
  display: block;
  color: #fff;
  width: 45px;
  height: 45px;
  background-color: #FFC12C;
  line-height: 45px;
  border-radius: 10px;
  font-size: 20px;
  margin: 0 2px;
}

.footer-cont li a:hover {
  background-color: #e6a200;
}

.footer-cont p {
  color: #ddd;
  margin: 30px 0 0
}

.footer-cont p a {
  color: #fff;
  font-weight: 700
}

.modal {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

.modal h1 {
  font-size: 35px;
}

.modal-window {
  position: relative;
  background-color: #FFFFFF;
  width: 350px;
  margin: 10% auto;
  padding: 20px;
  border-radius: 10px;
}

.modal-window.small {
  width: 350px;
}

.modal-window.large {
  width: 350px;
}

.close {
  position: absolute;
  top: 0;
  right: 0;
  color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 30px;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

.close:hover,
.close:focus {
  color: #000000;
  cursor: pointer;
}

.open {
  display: block;
}

.prod-single .buy-btn:hover {
  cursor: pointer;
}
