@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
body {
  font-family: 'Questrial', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #222;
  float: left;
  width: 100%;
  overflow-x: hidden;
  letter-spacing: 0.5px;
}
ul {
  padding: 0px;
  margin: 0px;
}
ul, li {
  display: block;
}
a, img, ul, li, i, span, b, button {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  text-decoration: none;
}
input, select {
  padding: 7px 11px 7px 22px;
  background: #fff;
  border: 1px #ddd solid;
}
textarea {
  padding: 7px 11px 7px 22px;
  background: #fff;
  border: 1px #ececec solid;
}
input:focus, textarea:focus {
  border-color: #aeaeae !important;
  outline: none;
  color: #444 !important;
}
button:hover, a:hover {
  text-decoration: none;
  cursor: pointer;
}
select {
  background: url(../img/select-arrow.png) no-repeat right #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position-x: 89%;
}
a:focus {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  font-weight: normal;
  float: left;
  width: 100%;
  letter-spacing: 0px;
}
p {
  float: left;
  width: 100%;
  line-height: 21px;
}
strong, b {
  font-weight: 700;
}
header, section, footer {
  float: left;
  width: 100%;
}
.main-btn {
  float: left;
  background: #afa090;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  padding: 10px 25px;
  border: none;
}
.main-btn:hover {
  background: #bbac9c;
  color: #fff;
}
.main-btn:focus {
  background: #afa090;
  color: #fff;
}
.main-btn-2 {
  float: left;
  background: #333;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  padding: 10px 25px;
  border: none;
}
.main-btn-2:hover {
  background: #444;
  color: #fff;
}
.main-btn-2:focus {
  background: #333;
  color: #fff;
}
.show-x {
  display: none;
}
/*header*/
.h-top {
	background: #222;
	text-align: center;
	color: #fff;
	font-size: 13px;
	padding: 7px 0px;
}
.h-top p {
  margin: 0px;
}
header {
	position: relative;
	/* top: 0; */
	z-index: 2;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
	background: #fff;
}
.header {
  padding: 11px 0px;
}
.logo {
  padding: 6px 0px;
  display: table;
  margin: 0 auto;
}
.logo img {}
.l-link {
  display: flex;
  flex-grow: 1;
  align-items: center;
  height: 100%;
  float: left;
}
.l-link li {
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0.5px;
}
.l-link li i {
  margin-right: 6px;
  font-size: 16px;
}
.l-link li a {
  color: #222;
}
.l-link li a:hover {
  color: #222;
  text-decoration: underline;
}
.r-link {
  display: flex;
  flex-grow: 1;
  align-items: center;
  height: 100%;
  float: right;
}
.r-link li {
  padding: 0rem 0.8rem;
  text-align: center;
  position: relative;
}
.r-link li:last-child {
  padding-right: 0rem;
}
.r-link li a {
  font-size: 24px;
  color: #222;
  line-height: 21px;
}
.r-link li a:hover span {
	color: #a0907f;
	text-decoration: underline;
}
.r-link li a:hover i {
  color: #222;
}
.r-link li a i {
  font-size: 24px;
}
.r-link li a span {
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.5px;
}
.r-link li a b {
  position: absolute;
  top: 3px;
  right: 2px;
  font-size: 10px;
  color: #fff;
  background: #afa090;
  border-radius: 50px;
  width: 12px;
  height: 12px;
  text-align: center;
  font-weight: normal;
  line-height: 13px;
}
.menu {}
.menu .navbar {
  border-top: 1px #ececec solid;
  padding: 14px 0px;
}
.navbar-light .navbar-nav .nav-link {
	color: #222;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0rem 1.3rem;
	letter-spacing: 1px;
}
.menus-wrap {
  width: 350px;
}
.m-type {
  float: left;
  width: 100%;
  border-bottom: 1px #e1e1e1 solid;
  padding: 7px 0px 7px 6px;
}
.m-type a {
  float: left;
  width: 100%;
  color: #222;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.m-type a:hover {
  color: #222;
}
.m-type a i {
  float: right;
  margin: 3px 5px 3px 0px;
}
.menu-drop {
  float: left;
  width: 100%;
  margin: 10px 0px;
}
.menu-drop li {
  float: left;
  width: 100%;
  padding-left: 20px;
  margin: 2px 0px;
}
.menu-drop li a {
  float: left;
  width: 100%;
  font-size: 13px;
  color: #888;
}
.search-box {
  height: 18vh;
}
.search-box form {
  display: table;
  margin: 10px auto 0 auto;
  width: 60%;
  position: relative;
}
.search-box input {
  border: none;
  border-bottom: 1px #dbdbdb solid;
  font-size: 22px;
  color: #999;
  float: left;
  width: 100%;
}
.search-box button {
  border: none;
  background-color: #fff;
  font-size: 26px;
  position: absolute;
  right: 0;
  color: #222;
}
.search-box .text-reset {
  color: #000 !important;
  font-size: 14px;
  margin-right: 10px;
  margin-top: 10px;
}
.cart-box h5 {
  font-size: 22px;
}
.cart-box ul {
  float: left;
  width: 100%;
}
.cart-box li {
  float: left;
  width: 100%;
  margin-left: 0px !important;
  margin-top: 25px;
  position: relative;
}
.cart-box li:first-child {
  margin-top: 5px;
  padding-left: 0px;
}
.cart-box li span {
  float: left;
  width: 75%;
  padding-right: 9px;
  font-size: 13px;
}
.cart-box li span:first-child {
  width: 22%;
  margin-right: 2%;
}
.cart-box li span a {
  float: left;
  width: 100%;
  color: #222;
}
.cart-box li span b {
  font-weight: normal;
}
.cart-box li span a img {
  float: left;
  width: 100%;
}
.cart-box li span strong {
  font-size: 17px;
  margin-top: 4px;
  float: left;
  width: 100%;
  color: #222;
  font-weight: 600;
}
.c-b-remove {
  position: absolute;
  right: 0;
  bottom: 5px;
  font-size: 12px;
  color: #d93d3d;
}
.c-b-remove:hover {
  color: #ce1818;
}
.c-b-submit {
  float: left;
  width: 100%;
  background: #afa090;
  color: #fff;
  text-align: center;
  padding: 11px 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  margin-top: 40px;
  border: none;
}
.c-b-submit:hover {
  background: #afa090;
  color: #fff;
}
/*end*/
/*banner*/
.banner {
  /* margin-top: 155px;*/
}
.v-banner {
	background: #000;
	position: relative;
}
.v-banner video {
	float: left;
	width: 100%;
	object-fit: cover;
	opacity: 0.70;
}
#b-txt {
	position: absolute;
	z-index: 1;
	top: 48%;
	left: 0;
	transform: translate(118%, -50%);
	text-align: center;
	color: #fff;
	width: 30%;
}
#b-txt h1 {
	font-size: 34px;
	margin-bottom: 10px;
	line-height: 40px;
}
#b-txt p {
	margin: 0px 0px 20px 0px;
	opacity: 0.6;
	font-size: 16px;
}
#b-txt a {
	border: 1px #fff solid;
	color: #fff;
	padding: 7px 16px;
	font-size: 14px;
}
#b-txt a:hover {
    color: #fff;
}
.b-slider {
  float: left;
  width: 100%;
}
.b-type {
  float: left;
  width: 100%;
  position: relative;
}
.b-type img {
  float: left;
  width: 100%;
}
.b-wrap {
  display: none !important;
  position: absolute;
  text-align: center;
  width: 25%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  background: rgba(15, 28, 26, 0.45);
  left: 20%;
  padding: 40px;
}
.b-txt {
  float: left;
  width: 100%;
}
.b-txt h1 {
  font-family: 'Questrial', sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #afa090;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.b-txt h1 span {
  display: block;
  font-size: 39px;
  text-transform: none;
  color: #fff;
  margin-top: 9px;
  line-height: 46px;
}
.b-txt p {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
}
.b-txt a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 20px;
  display: table;
  margin: 0px auto 0px auto;
  float: none;
}
.banner .owl-dots {
  float: none;
  display: table;
  margin: 0px auto 0 auto;
  bottom: 55px;
  position: relative;
}
.banner .owl-dot {
  background: #bbb !important;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  display: inline-block;
  margin: 0px 8px;
}
.banner .owl-dot.active {
  background: #222 !important;
}
/*end*/
/*shapes*/
.h-shapes {
	background: #f7f7f7;
	padding-bottom: 60px;
}
.h-shapes .heading {}
.h-shapes ul {
	width: 100%;
	margin: 0px auto 0px auto;
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	grid-gap: 0px;
}
.h-shapes ul li {
	float: left;
	width: 100%;
	text-align: center;
}
.h-shapes ul li a {
	float: left;
	width: 100%;
}
.h-shapes ul li a:hover img {
	opacity: 80%;
}
.h-shapes ul li img {
	text-align: center;
	opacity: 60%;
	width: 62px;
}
.h-shapes ul li span {
	color: #222;
	display: block;
	font-size: 14px;
	margin-top: 9px;
}
/*end*/
/*featured*/
.featured {
  padding-bottom: 90px;
}
.heading {
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  margin: 60px 0px 40px 0px;
}
.heading span {
	float: left;
	width: 100%;
	color: #222;
	margin-top: 15px;
	letter-spacing: 1px;
}
.f-slider {
  float: left;
  width: 100%;
}
.f-type {
  float: left;
  width: 100%;
  background: #fff;
  text-align: center;
}
.f-type a {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	border: 1px rgba(0, 0, 0, 0.0) solid;
}
.f-type a:hover {
  border: 1px rgba(0, 0, 0, 0.15) solid;
}
.f-type a:hover img {
  /*opacity: 0.8;*/
}
.f-type p {
	padding: 0px 20px 20px 20px;
	color: #222;
	font-size: 13px;
	margin: 20px 0px 0px 0px;
	line-height: 19px;
}
.f-type p span {
  display: block;
  font-weight: 600;
  color: #222;
  font-size: 17px;
  margin-top: 0px;
}
.f-type b {
	display: block;
	font-weight: normal;
	color: #a6a6a6;
	font-size: 12px;
}
.f-type i {
  display: block;
  margin-top: 10px;
  color: #a4a4a4;
  margin-bottom: 0px;
}
.f-slider .owl-dots {
  float: none;
  display: table;
  margin: 0px auto 0px auto;
  bottom: 0px;
  position: relative;
}
.f-slider .owl-dot {
  background: #bbb !important;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  display: inline-block;
  margin: 0px 8px;
}
.f-slider .owl-dot.active {
  background: #222 !important;
}
/*end*/
/*category*/
.category {
  padding-bottom: 90px;
}
.c-wrap {
  float: left;
  width: 100%;
  position: relative;
}
.c-wrap img {
  float: left;
  width: 100%;
}
.c-w {
  position: absolute;
  text-align: center;
  width: 32%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  height: 85%;
  background: #fbfbfa;
  padding: 30px;
  margin: 25px;
}
.c-w::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #fbfbfa;
  position: absolute;
  right: -23px;
}
.c-txt {
  float: left;
  width: 100%;
}
.c-txt h1 {
  font-family: 'Questrial', sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #afa090;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.c-txt h1 span {
  display: block;
  font-size: 30px;
  color: #222;
  margin-top: 9px;
  line-height: 34px;
}
.c-txt a {
  display: table;
  margin: 0px auto 0px auto;
  float: none;
}
.c-grid {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-top: 75px;
}
.c-grid li {
  float: left;
  width: 100%;
}
.c-grid li a {
  float: left;
  width: 100%;
  text-align: center;
}
.c-grid li a b {
  float: left;
  width: 100%;
  font-weight: normal;
  color: #222;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0px 0px 16px 0px;
}
.c-grid li img {
  float: left;
  width: 100%;
}
.c-grid li a span {
  float: left;
  width: 100%;
  color: #222;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 14px;
  margin: 17px 0px 0px 0px;
}
.c-grid li a:hover img {
  opacity: 0.8;
}
.c-grid li a:hover span {
  text-decoration: none;
}
.h-price-row {
  margin-top: 30px;
}
.h-price {
  float: left;
  width: 100%;
  text-align: center;
}
.h-price img {}
.h-slider {
  float: left;
  width: 100%;
}
/*end*/
/*labs*/
.labs {
	background: url("../img/white-bg.jpg") no-repeat top center #f7f7f7;
	background-size: cover;
	padding: 60px 0px 60px 0px;
	color: #666;
	text-align: center;
}
.labs p {
	font-size: 17px;
	float: none;
	display: table;
	margin: 0 auto 30px auto;
	width: 80%;
	line-height: 26px;
}
.lab-icons {
  width: 85%;
  margin: 0px auto 40px auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0px;
}
.lab-icons li {
  float: left;
  width: 100%;
  text-align: center;
}
.lab-icons li i {
  font-size: 80px;
  color: #b9a28a;
}
.lab-icons li span {
  color: #222;
  display: block;
  font-size: 17px;
  line-height: 24px;
  margin-top: 8px;
}
.l-btns {
  display: table;
  margin: 0 auto;
}
.l-btns li {
  display: inline-block;
  margin: 0px 5px;
}
.l-btns li a {
  float: left;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.2px;
  padding: 8px 26px;
}
.l-btns li:last-child a {
	background-color: #333;
}
.l-btns li:last-child a:hover {
	background-color: #444;
}
.lab-logos {
	width: 85%;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 0px;
	margin: 45px auto 20px auto;
	border-top: 1px rgba(0, 0, 0, 0.15) solid;
	padding-top: 55px;
}
.lab-logos li {
  float: left;
  width: 100%;
  opacity: 0.6;
  cursor: pointer;
  min-height: 50px;
  position: relative;
}
.lab-logos li:hover {
  opacity: 0.8;
}
.lab-logos li img {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/*end*/
/*testimonials*/
.testimonials {
  margin-bottom: 60px;
}
.testimonials .heading {
	margin: 10px 0px 20px 0px;
	padding-top: 50px;
}
.testi-slider {
  float: left;
  width: 100%;
}
.out-s {
	float: left;
	width: 150px;
	color: #fff;
	position: absolute;
	top: 23px;
	right: -40px;
	font-size: 10px;
	text-align: center;
	margin: auto;
	background: #afa090;
	font-weight: 300;
	transform: rotate(40deg);
}
.testi-type {
  float: left;
  width: 100%;
}
.testi-type ul {
  float: left;
  background: #afa090;
  color: #fff;
  padding: 3px 10px;
  position: relative;
  top: 16px;
  z-index: 1;
  left: 30px;
}
.testi-type ul li {
  display: inline-block;
  font-size: 16px;
  margin: 0px 1px;
}
.testi-type h4 {
  font-size: 17px;
  margin: 20px 0px 15px 0px;
  font-family: 'Questrial', sans-serif;
  padding-left: 30px;
}
.testi-type h4 span {
  display: block;
  font-size: 13px;
  color: #888;
  margin-top: 4px;
}
.testi-type p {
  color: #666;
  line-height: 22px;
  background: #f7f7f7;
  font-size: 14px;
  padding: 35px 30px 25px 30px;
  position: relative;
}
.testi-type p::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 4px solid transparent;
  border-top: 26px solid #f7f7f7;
  position: absolute;
  left: 34px;
  bottom: -23px;
}
.testi-type p span {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #222;
  margin-top: 12px;
  display: block;
}
.testi-slider .owl-dots {
  float: none;
  display: table;
  margin: 10px auto 0px auto;
  bottom: 0px;
  position: relative;
}
.testi-slider .owl-dot {
  background: #bbb !important;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  display: inline-block;
  margin: 0px 8px;
}
.testi-slider .owl-dot.active {
  background: #222 !important;
}
/*end*/
/*f-txt*/
.f-txt {
  padding-bottom: 40px;
}
.f-txt h3 {
  font-family: 'Questrial', sans-serif;
  border-top: 1px #ececec solid;
  margin: 0px 0px 20px 0px;
  padding-top: 60px;
  color: #222;
  font-size: 22px;
}
.f-txt h4 {
  font-family: 'Questrial', sans-serif;
  font-size: 19px;
  margin-bottom: 13px;
}
.f-txt h4 a, .f-txt h4 a:hover {
  color: #a08e7c;
}
.f-txt p {
  color: #777;
  font-size: 14px;
  margin-bottom: 35px;
}
/*end*/
/*footer*/
footer {
	text-align: center;
	margin-top: 30px;
	background: url("../img/white-bg.jpg") no-repeat top center #f7f7f7;
	background-size: cover;
}
.footer {}
.f-link {
  float: left;
  width: 100%;
  margin-top: 70px;
}
.f-link h6 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Questrial', sans-serif;
  color: #222;
}
.f-link ul {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.f-link ul li {
  float: left;
  width: 100%;
  margin-top: 7px;
  letter-spacing: 0.5px;
  font-size: 14px;
}
.f-link ul li a {
  color: #222;
}
.f-link ul li a:hover {
  color: #222;
  text-decoration: underline;
}
.f-link ol {
  margin: 0px auto 0px auto;
  padding-top: 20px;
  display: table;
  padding-left: 0px;
}
.f-link ol li {
  float: left;
  margin-right: 7px;
}
.f-link ol li a {
  color: #222;
  border: 1px #d7d7d7 solid;
  /*border-radius: 50%;*/
  float: left;
  width: 35px;
  height: 35px;
  font-size: 21px;
  text-align: center;
}
.f-link ol li a i {
  padding: 6px;
}
.f-link ol li a:hover {
  background: #afa090;
  border-color: #afa090;
  color: #fff;
}
.copy {
	float: left;
	width: 100%;
	margin: 70px 0px 0px 0px;
	font-size: 14px;
	border-top: 1px #e6e6e6 solid;
	padding: 20px 0px 25px 0px;
	text-align: center;
}
.copy span {
  padding: 5px 0px 18px 0px;
  float: left;
  width: 100%;
}
.copy img {
  display: table;
  margin: 0 auto;
}
/*end*/
/*inner-page*/
.page {
  margin-bottom: 90px;
  margin-top: 20px;
}
.page p {
  font-size: 14px;
  color: #777;
  line-height: 24px;
}
.i-banner {
	background-attachment: scroll;
	background-image: url(../img/white-bg.jpg);
	background-color: #f7f7f7;
	background-repeat: repeat;
	background-position: center top;
}
.i-banner h1 {
  float: left;
  width: 100%;
  font-size: 36px;
  line-height: 34px;
  margin: 85px 0px;
  text-align: center;
}
.i-banner h1 span {
  display: none;
  float: left;
  width: 100%;
  color: #a6c8c3;
  font-family: 'Questrial', sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.bread {
  float: left;
  width: 100%;
}
.bread ul {
  display: table;
  margin: 7px auto 0 auto;
  font-size: 13px;
}
.bread ul li {
  float: left;
  color: #999;
}
.bread ul li::after {
  content: '/';
  margin: 0px 6px;
  font-size: 13px;
  top: 0px;
  position: relative;
}
.bread ul li:last-child::after {
  display: none;
}
.bread ul li a {
  color: #222;
}
.bread ul li a:hover {
  color: #222;
  text-decoration: underline;
}
.i-heading {
  float: left;
  width: 100%;
  font-size: 26px;
  margin-bottom: 25px;
  margin-top: 40px;
}
.i-heading::after {
  content: "";
  background: #afa090;
  width: 50px;
  height: 1px;
  margin: 14px 0px 0px 0px;
  display: block;
}
.ul-types {
  float: left;
  width: 100%;
  margin-bottom: 0px;
}
.ul-types li {
  float: left;
  width: 100%;
  margin-bottom: 1px;
}
.ul-types li i {
  float: left;
  width: 20px;
  color: #222;
  margin-top: 2px;
  text-align: center;
  font-size: 18px;
}
.ul-types li span {
  float: left;
  width: 88%;
  margin-left: 7px;
  line-height: 24px;
  color: #777;
  font-size: 14px;
}
.c-form-wrap {
  float: right;
  width: 97%;
  background: #f4f4f4;
  padding: 3px 36px 20px 36px;
  border: 1px #dedede solid;
  margin-top: 40px;
  margin-bottom: 5px;
}
.c-form-wrap .i-heading {
  margin-top: 25px;
}
.c-icons {
  float: left;
  width: 100%;
  margin-bottom: 0px;
}
.c-icons li {
  float: left;
  width: 100%;
  margin-bottom: 13px;
}
.c-icons li i {
  float: left;
  width: 30px;
  background: #afa090;
  text-align: center;
  font-size: 18px;
  color: #fff;
  height: 30px;
  padding-top: 5px;
  border-radius: 100px;
}
.c-icons li:first-child span {}
.c-icons li span {
  float: left;
  width: 88%;
  margin-left: 10px;
  line-height: 29px;
}
.c-form {
  margin-top: 7px;
  float: left;
  width: 100%;
}
.c-form input, .c-form textarea, .c-form select {
  float: left;
  width: 100%;
  margin-bottom: 13px;
  background-color: #fff;
  padding: 10px 20px;
}
.c-form label {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
.c-form label a {
  color: #222;
}
.c-form label a:hover {
  text-decoration: underline;
}
.c-form label input {
  width: auto;
  margin-bottom: 0px;
  margin-top: 5px;
  margin-right: 9px;
}
.c-form button {
  margin-top: 10px;
}
.login-txt {
  float: left;
  width: 100%;
  background: #f4f4f4;
  padding: 15px 17px 17px 17px;
  margin-top: 40px;
  border: 1px #dedede solid;
}
.login-txt ul {
  float: left;
  width: 100%;
}
.login-txt ul li {
  float: left;
  width: 100%;
  margin-bottom: 4px;
}
.login-txt ul li i {
  float: left;
  color: #222;
  margin-right: 6px;
  margin-top: 3px;
}
.login-txt ul li span {
  float: left;
  width: 90%;
  font-size: 14px;
}
/*end*/
/*products*/
.sort {
  float: left;
  width: 100%;
  margin: 5px 0px 10px 0px;
  font-size: 14px;
  display: none;
}
.sort span {
  float: left;
  line-height: 33px;
  margin-right: 10px;
}
.sort select {
  float: left;
  padding: 5px 27px 5px 7px;
  cursor: pointer;
}
.sort li:first-child {
  float: left;
}
.sort li:last-child {
  float: left;
}
#accordion {
  float: left;
  width: 95%;
  margin-top: 27px;
  margin-bottom: 20px;
}
#accordion .accordion-item {
  float: left;
  width: 100%;
}
#accordion .accordion-body {
  float: left;
  width: 100%;
}
#accordion .accordion-collapse {
  float: left;
  width: 100%;
}
#accordion .accordion-button {
  font-family: 'Questrial', sans-serif;
  font-size: 15px;
  padding: 13px 20px;
}
.f-t-type [data-toggle="collapse"] i:before {
  content: "";
  background-image: url(../img/side-a-1.png);
  background-repeat: no-repeat;
  background-position: left top;
  float: left;
  width: 12px;
  height: 8px;
  margin-top: 5px;
}
.f-t-type [data-toggle="collapse"].collapsed i::before {
  content: "";
  background-image: url(../img/side-a-2.png);
  background-repeat: no-repeat;
  background-position: left top;
  float: left;
  width: 12px;
  height: 8px;
  margin-top: 5px;
}
.f-t-type [data-toggle="collapse"].collapsed i::before {
  content: "";
  background-image: url(../img/side-a-2.png);
  background-repeat: no-repeat;
  background-position: left top;
  float: left;
  width: 12px;
  height: 8px;
  margin-top: 5px;
}
.f-t-type {
  float: left;
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  margin-bottom: 7px;
}
.f-t-header {
  float: left;
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 0;
  background-color: #0c3ab2;
  color: #fff;
  cursor: pointer;
  border-radius: 6px;
  z-index: 2;
  position: relative;
}
.f-t-header h2 a {
  float: left;
  width: 100%;
}
.f-t-header h2 {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}
.f-t-header h2 i {
  font-size: 51px;
  float: right;
  padding: 1px 0px 0px 0px;
}
.f-t-body {
  float: left;
  width: 100%;
  margin-top: 0px;
}
.f-t-body label {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 8px;
}
.f-t-body label b {
  margin-left: 27px;
  font-weight: normal;
}
.f-t-body .f-t-50 {
  float: left;
  width: 50%;
}
.f-t-body input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.f-t-body .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #e3e3e3;
  margin-top: 3px;
}
.f-t-body label:hover input ~ .checkmark {
  background-color: #c4c4c4;
}
.f-t-body input:checked ~ .checkmark {
  background-color: #222;
}
.f-t-body .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.f-t-body input:checked ~ .checkmark:after {
  display: block;
}
.f-t-body .checkmark::after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pro-grid {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-top: 30px;
}
.pro-grid .g-type {
  float: left;
  width: 100%;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.09);
}
.pro-pagi {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.pro-pagi ul {
  display: table;
  margin: 0 auto;
}
.pro-pagi ul li {
  float: left;
  margin: 0 3px;
}
.pro-pagi ul li.active a {
  border: 1px #222 solid;
  color: #fff;
  background: #afa090;
}
.pro-pagi ul li.active a:hover {
  border: 1px #222 solid;
}
.pro-pagi ul li a {
  float: left;
  border: 1px #d8d8d8 solid;
  color: #222;
  width: 34px;
  height: 35px;
  text-align: center;
  padding: 5px;
  transition: none;
}
.pro-pagi ul li a:hover {
  border: 1px #bbb solid;
}
.pro-pagi ul li:first-child a, .pro-pagi ul li:last-child a {
  padding: 6px;
}
/*end*/
/*details*/
.slider-container {
  position: relative;
  display: block;
  margin-top: 35px;
  float: left;
  width: 100%;
}
.slider-container .owl-carousel {
  padding: 0px !important;
}
.slider-container .owl-carousel .owl-stage-outer {
  padding-bottom: 5px;
  padding-top: 0px;
}
.slider-container .owl-nav, .thumbnail-slider .owl-nav {
  display: none !important;
}
.slider-container .slider .content img {
  width: 100%;
  height: auto;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.slider-container .slider .content img:active {
  cursor: grabbing;
}
.slider-container .slider-controls a {
  position: absolute;
  top: 45%;
  z-index: 100;
  color: #333333;
}
.slider-container .item {
  /*border: 1px #ececec solid;*/
}
.slider-container iframe {
  float: left;
  width: 100%;
  min-height: 540px;
}
.slider-container .slider-controls a.slider-left {
  left: -25px;
}
.slider-container .slider-controls a.slider-right {
  right: -25px;
}
.slider-container .owl-dots, .thumbnail-slider .owl-dots {
  display: none !important;
}
.thumbnail-slider-container {
  margin-top: 5px;
  float: left;
  width: 100%;
}
.thumbnail-slider .content {
  padding: 5px;
}
.thumbnail-slider .owl-item.active.center {
  border: 1px solid #222;
}
.pro-wrap {
  float: right;
  width: 95%;
  margin-top: 30px;
}
.pro-details {
  float: left;
  width: 100%;
}
.top-p {
  font-style: normal;
  font-size: 13px;
  background: #afa090;
  color: #fff;
  float: left;
  padding: 1px 11px;
  border-radius: 0px 10px 0px 10px;
  margin-bottom: 8px;
}
.pro-details h2 {
  float: left;
  width: 100%;
  font-size: 25px;
  font-family: 'Questrial', sans-serif;
  margin-bottom: 8px;
}
.pro-details h2 span {
  display: block;
  font-size: 16px;
  margin-top: 3px;
  margin-bottom: 4px;
}
.pro-details h2 span a {
  color: #0c3ab2;
  transition: none;
}
.pro-details h2 span a:hover {
  color: #222;
}
.pro-stars {
  float: left;
}
.pro-stars li {
  display: inline-block;
  margin: 0px -1px;
  font-size: 18px;
  color: #afa090;
}
.pro-stars li a {
  font-size: 14px;
  margin-left: 5px;
  text-decoration: underline;
  color: #222;
}
.pro-stars li a:hover {
  text-decoration: none;
  color: #222;
}
.p-p-a {
  float: left;
  width: 100%;
}
.p-p-a a {
  float: left;
  width: 47%;
  margin-right: 3%;
  margin-top: 13px;
  margin-bottom: 7px;
}
.p-p-a a:last-child {
  margin-right: 0px;
  margin-top: 5px;
  width: 97%;
}
.p-p-a a i {
  font-size: 15px;
}
.pro-details .a2a_kit a {
  cursor: pointer;
  width: auto;
  margin: auto;
}
.p-p-a .main-btn-2 {
  margin-right: 0px !important;
}
.ship-p-i {
	float: left;
	width: 100%;
	margin: 20px 0px 5px 0px;
}
.ship-p-i i {
  font-size: 29px;
  color: #afa090;
  margin-top: -4px;
  float: left;
  margin-right: 8px;
}
.pro-code {
  float: left;
  width: 100%;
  margin: 6px 0px 6px 0px;
}
.pro-code li {
  float: left;
}
.pro-code li::after {
  content: "|";
  color: #999;
  margin: 0px 8px;
}
.pro-code li:last-child::after {
  display: none;
}
.pro-code li span {
  color: #777;
}
.pro-code .instock {
  background: #afa090;
  color: #fff;
  font-size: 13px;
  padding: 2px 7px;
}
.page .pro-price {
  font-size: 30px;
  color: #222;
  margin: 15px 0px 0px 0px;
  font-weight: 600;
}
.page .pro-price b {
  color: #bd081c;
  font-size: 15px;
  font-weight: 400;
}
.page .pro-price strike {
  font-size: 15px;
  color: #777;
  display: block;
  font-weight: normal;
}
.page .pro-price i {
  font-style: normal;
  font-size: 13px;
  float: left;
  margin-right: 12px;
  color: #333;
  line-height: 19px;
  margin-top: -5px;
  font-weight: 600;
}
.page .pro-pera {
	border-top: 1px #e8e8e8 solid;
	padding-bottom: 0px;
	margin-top: 60px;
	padding-top: 20px;
	border-bottom: 1px #e8e8e8 solid;
	margin-bottom: 40px;
}
.pro-wrap #vdata {
  min-width: 40%;
}
.ifrmmet p {
  overflow: hidden;
  font-size: 14px;
  color: #777;
  font-family: 'Questrial', sans-serif;
  line-height: 24px;
}
.pro-details ol {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 7px;
  margin-top: 30px;
  padding: 20px 0px 0px 0px;
  border-top: 1px #e8e8e8 solid;
  margin-bottom: 10px;
}
.pro-details ol li {
  float: left;
  width: 100%;
  color: #777;
}
.pro-details ol li b {
  color: #222;
  font-weight: normal;
}
.pro-details .lab-icons {
  width: 100%;
  margin: 10px 0px 0px 0px;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  float: left;
}
.pro-details .lab-icons li i {
  font-size: 50px;
}
.pro-details .lab-icons li span {
  color: #222;
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;
}
/*end*/
/*dashboard*/
.dash-sidebar {
  margin-top: 36px;
  float: left;
  width: 95%;
  font-size: 14px;
}
.dash-sidebar li {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 1px;
}
.dash-sidebar li i {
  margin-right: 2px;
  width: 17px;
  text-align: center;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  color: #222;
}
.dash-sidebar li a {
  background: #f0f0f0;
  color: #222;
  width: 100%;
  float: left;
  padding: 8px 15px;
}
.dash-sidebar li a:hover i {
  color: #222;
  margin-right: 5px;
}
.dash-sidebar .active a {
  background: #afa090;
  color: #fff;
  position: relative;
}
.dash-sidebar .active i {
  color: #fff;
}
.dash-sidebar .active a:hover i {
  color: #fff;
}
.dash-sidebar .active::after {
  position: absolute;
  content: "";
  border-top: 18px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 15px solid #222;
}
.panel-frm label {
  float: left;
  width: 100%;
}
.panel-frm label input {
  width: auto;
  margin-bottom: 0px;
  margin-top: 6px;
  margin-right: 10px;
}
.i-p {
  margin-bottom: 5px;
}
.res-table {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.res-table table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.res-table thead {
  background: #7b7b7b;
  color: #fff;
}
.res-table tbody tr {
  background: #fff;
  border: 1px solid #ddd;
  padding: .35em;
}
.res-table tbody tr:nth-child(2n + 2) {
  background: #f8f8f8;
}
.res-table table th, .res-table table td {
  padding: .625em;
  text-align: center;
  font-size: 14px;
}
.res-table table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.res-table table a {
  padding: 4px 12px;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  float: none;
  display: table;
  margin: 0 auto;
  width: 61px;
  line-height: 25px;
  text-align: center;
}
.res-table table p {
  text-align: left;
}
.res-table table p strong {
  display: block;
  margin-top: 5px;
}
.res-table .pro-pagi {
  border: none;
  padding-top: 0px;
  margin-top: 25px;
}
.res-tag {
  background: #afa090;
  color: #fff;
  padding: 2px 8px;
}
.due-tag {
  background: #d93939;
  color: #fff;
  padding: 2px 8px;
}
.go-back {
  padding: 6px 17px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  margin: 10px 0px;
}
.pro-add-btn {
  float: none;
  display: table;
  margin: 30px auto 0 auto;
  padding: 10px 30px;
  font-size: 20px;
  background: #0c3ab2;
}
.pro-add-btn:hover {
  background: #0e9644;
}
.contact-frm {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.contact-frm input:nth-child(2n + 1) {
  clear: both;
}
.contact-frm input, .contact-frm select {
  float: left;
  width: 47%;
  margin-right: 15px;
  margin-bottom: 11px;
  padding: 7px 14px;
}
.c-f-100 input, .c-f-100 select .c-f-100 textarea {
  width: 100%;
}
.contact-frm textarea {
  float: left;
  width: 98%;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 9px 22px;
}
.contact-frm button {
  padding: 7px 21px;
  text-transform: uppercase;
  color: #fff;
}
.contact-frm label {
  font-weight: normal;
}
.t-grid {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  margin-top: 13px;
}
.t-grid .t-t-img {
  width: 15%;
}
.t-grid .t-type {
  padding: 20px 30px 19px 30px;
}
.t-grid .t-type:hover {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  border-color: #fff;
}
.notify {
  float: left;
  width: 100%;
}
.notify p {
  float: left;
  width: 100%;
  background: #f0f0f0;
  color: #222;
  padding: 13px 22px;
}
.notify p strong {
  display: flex;
  color: #222;
}
/*end*/
/*track*/
.login-wrap {
  float: left;
  width: 100%;
}
.login-wrap .login {
  padding: 30px;
  float: none;
  width: 50%;
  display: table;
  margin: 40px auto 0 auto;
  background: rgba(242, 242, 242, 0.6);
}
.login-wrap .login input {
  background: #fff;
}
.login-wrap .login h6 {
  font-size: 26px;
  margin-top: 0px;
  margin-bottom: 17px;
  text-align: center;
}
.login-wrap .login h6 span {
  display: block;
  font-size: 14px;
  color: #888;
  font-family: 'Questrial', sans-serif;
  margin-top: 10px;
}
.login-wrap .login form {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.login-wrap .login form input, .login-wrap .login form textarea, .login-wrap .login form select {
  float: left;
  width: 100%;
  margin-bottom: 11px;
  padding-left: 13px;
}
.login-wrap .login form button {
  display: table;
  margin: 0 auto;
  float: none;
  padding: 8px 27px;
}
.login-wrap .login .main-btn {
  display: table;
  margin: 0 auto;
  float: none;
}
/*end*/
/*checkout*/
.c-l-btns {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 0px;
}
.c-l-btns li {
  float: left;
  margin-right: 10px;
}
.checkout-frm {
  float: left;
  width: 100%;
}
.checkout-frm input, .checkout-frm select {
  float: left;
  width: 100%;
  margin-bottom: 8px;
}
.checkout-frm input[type="checkbox"] {
  width: auto;
  margin-right: 8px;
  margin-top: 3px;
}
.checkout-pay label {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.checkout-pay label b {
  margin-left: 27px;
  font-weight: normal;
}
.checkout-pay input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkout-pay .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ccc;
  margin-top: 3px;
}
.checkout-pay label:hover input ~ .checkmark {
  background-color: #222;
}
.checkout-pay input:checked ~ .checkmark {
  background-color: #222;
}
.checkout-pay .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkout-pay input:checked ~ .checkmark:after {
  display: block;
}
.checkout-pay .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-f-table {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
.c-f-table li {
  float: left;
  width: 100%;
  margin-left: 0px !important;
  margin-top: 19px;
}
.c-f-table li:first-child {
  margin-top: 5px;
  padding-left: 0px;
}
.c-f-table li span {
  float: left;
  width: 75%;
  padding-left: 9px;
}
.c-f-table li span:first-child {
  width: 22%;
  margin-right: 2%;
}
.c-f-table li span a {
  float: left;
  width: 100%;
  color: #222;
}
.c-f-table li span b {
  font-weight: normal;
}
.c-f-table li span a img {
  float: left;
  width: 100%;
}
.c-f-table li span strong {
  font-size: 17px;
  color: #222;
  margin-top: 4px;
  float: left;
  width: 100%;
  font-weight: normal;
  font-weight: 600;
}
.cart-price-table {
  float: left;
  width: 100%;
}
.cart-price-table ul {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.cart-price-table ul li {
  float: left;
  width: 100%;
  border-bottom: 1px #dbdbdb solid;
  padding: 5px 0px;
}
.cart-price-table ul li span {
  float: right;
}
.cart-price-table ul li:last-child {
  font-size: 20px;
  font-weight: 600;
}
.cart-price-table ul li:last-child span {
  font-size: 20px;
  color: #222;
}
.cart-price-table ul li.code-ap {
  color: #219837;
}
.cart-price-table .main-btn {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 18px;
  padding: 10px 0px;
  text-transform: uppercase;
}
/*end*/
/*cart-popup*/
.cart-pop {
  float: left;
  width: 100%;
  text-align: center;
}
.cart-pop i {
  float: left;
  width: 100%;
  font-size: 60px;
  color: #0e9644;
  animation: popi 2s infinite;
  -webkit-animation: popi 2s infinite;
}
.cart-pop h6 {
  float: left;
  width: 100%;
  font-size: 19px;
  margin-bottom: 11px;
  margin-top: 16px;
  font-family: 'Questrial', sans-serif;
}
.cart-pop ul {
  display: table;
  margin: 0 auto;
}
.cart-pop ul li {
  float: left;
  margin: 8px 4px;
}
.cart-pop ul li a {
  float: left;
  font-size: 13px;
}
#cart-pop .modal-dialog {
  max-width: 380px;
}
#wish-pop .modal-dialog {
  max-width: 380px;
}
@keyframes popi {
  0% {
    color: #fff;
  }
  50% {
    color: #222;
  }
  100% {
    color: #fff;
  }
}
@-webkit-keyframes popi {
  0% {
    color: #fff;
  }
  50% {
    color: #222;
  }
  100% {
    color: #fff;
  }
}
/*end*/
/*blog*/
.blogs {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-top: 15px;
}
.blog-type {
  float: left;
  width: 100%;
  border: 1px #e8e8e8 solid;
  padding: 10px;
}
.b-t-img {
  float: left;
  width: 100%;
}
.b-t-img:hover img {
  opacity: 0.9;
}
.b-t-img img {
  float: left;
  width: 100%;
}
.b-t-name {
  float: left;
  width: 100%;
  font-size: 17px;
  margin: 12px 0px 10px 0px;
}
.b-t-name:hover {
  color: #222;
  text-decoration: underline;
}
.blog-type p {
  float: left;
  width: 100%;
}
.b-p-date {
  margin-bottom: 30px;
  color: #222;
}
.b-p-date strong {
  color: #222;
}
.blog-page {
  float: left;
  width: 100%;
}
.blog-page h3 {
  float: left;
  width: 100%;
  margin-bottom: 16px;
  font-size: 28px;
}
.blog-page p {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
/*end*/
.video-grid {
	float: left;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
	margin-top: 30px;
}
.video-grid li {
	float: left;
	width: 100%;
}
.video-grid iframe {
	float: left;
	width: 100%;
	min-height: 600px;
}
.video-grid p {
	float: left;
	width: 100%;
	font-size: 16px;
	text-align: center;
	color: #222;
	margin-top: 10px;
}
/*end*/
.w-btn {
	position: fixed;
	width: 70px;
	height: 70px;
	bottom: 20px;
	left: 20px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 44px;
	z-index: 100;
}
.w-btn:hover {
  color: #fff;
}
.w-btn i {
	padding-top: 14px;
}
.w-btn span {
	display: block;
	font-weight: 400;
	font-size: 10px;
	margin-top: 2px;
	position: absolute;
	top: -7px;
	background: #333;
	border-radius: 3px;
	padding: 2px 8px;
	color: #fff;
}