/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
	
 @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:900");

 h1 {
  text-shadow: 1px 1px 1px #66644d,  2px 2px 1px #000,  3px 3px 1px #000, 4px 4px 1px #000, 5px 5px 1px #000, 6px 6px 1px #000, 7px 7px 1px #000, 8px 8px 1px #000; 
 
  -webkit-transform: skewY(0deg);
  -moz-transform: skewY(0deg);
  transform: skewY(0deg);
  -webkit-backface-visibility: hidden;
}


 header {
  padding: 63px 0 0px;
}

section {
  padding: 35px 0;
}


.details-wrap {
  font-size: 13px;
}

.counter {
  color: #00a900;
}

.reviews {
  margin-left: auto;
  margin-inline-start: auto;
  -webkit-margin-start: auto;
  -moz-margin-start: auto;
  text-align: end;
  line-height: 1;
  color: #0066c0;
}

.review-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.table-wrap .price span {
  font-size: 35px;
  color: #d21800;
}

.table-wrap td {
  width: 120px;
  vertical-align: top;
  font-size:18px;
  font-weight: bold;
}

 .save {
  color: #00a900;
}

.stock {
  margin: 10px 0;
  font-size: 24px;
  color: #d21800;
}

.table-wrap {
  display: flex;
}

.countdown_text {
  font-size: 30px;
}

.bg-black {
  background-color: #000!important;
}
.carousel-inner {
  margin-bottom: -35px;
}

.form-style {
  background-color: #fff;
  padding: 20px 20px 20px 20px;
  border: solid 1px #000;
}

.form-title {
  padding: 13px 10px;
  color: #fff;
  font-weight: 700;
}

.form-title1 {
  text-align: center;
  background: #222e3e;
}

.form-title2 {
  background: #f69e00;
}
.secure-icons {
  width: 120px;
    margin: 0 auto 20px;
}





.snow1 {
	background: url(https://designshack.net/tutorialexamples/letitsnow/snow.png);
	background-repeat: repeat;
	width: 100%;
	height: 188px;
	position: absolute;
	top: 0;
	left: 0;
	animation: snowOne 10s infinite linear;
}
.snow2 {
	background: url(https://designshack.net/tutorialexamples/letitsnow/snow.png);
	background-repeat: repeat;
	width: 100%;
	height: 188px;
	position: absolute;
	top: 0;
	left: 0;
	animation: snowTwo 10s infinite linear;
	background-size: 300px;
	filter: blur(1px);
}
.snow3 {
	background: url(https://designshack.net/tutorialexamples/letitsnow/snow.png);
	background-repeat: repeat;
	width: 100%;
	height: 188px;
	position: absolute;
	top: 0;
	left: 0;
	animation: snowThree 10s infinite linear;
	background-size: 800px;
	filter: blur(2px);
}

@keyframes snowOne{
	0%
	{
		background-position: 0px 0px;
	}
	100%
	{
		background-position: 100px 750px;
	}
}
@keyframes snowTwo{
	0%
	{
		background-position: 0px -100px;
	}
	100%
	{
		background-position: 0px 750px;
	}
}
@keyframes snowThree{
	0%
	{
		background-position: 0px 100px;
	}
	100%
	{
		background-position: 300px 750px;
	}
}