@font-face {
  font-family: BPG_NINO_ELITE_CAPS;
  src: url(fonts/bpg_nino_elite_caps.ttf);
}

@font-face {
  font-family: BPG_ARIAL;
  src: url(fonts/bpg_arial_2009.ttf);
}

@font-face {
  font-family: "NotoSansGeorgian";
  src: url(fonts/NotoSansGeorgian-VariableFont_wdth,wght.ttf);

}

@font-face {
  font-family: "NinoMtavruliBold";
  src: url(fonts/bpg_nino_mtavruli_bold.ttf);
}

/* loading */

.lds-grid,
.lds-grid div {
  box-sizing: border-box;
}

.lds-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: currentColor;
  animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}

@keyframes lds-grid {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

#loading {
  background-color: #330202;
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

/* end loading */
.online_visitors {
  color: #fff;
  position: fixed;
  bottom: 5px;
  left: 15px;
}

body {
  background-color: rgb(29, 3, 3);
  position: relative;
  color: #fff;
}

body.subscribe {
  height: 100%;
  width: 100%;
  /* overflow: hidden; */
}

body::after {
  background-image: url(images/SiteBackground.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  content: "";
  position: fixed;
  z-index: -1;
  display: block;
  top: 0px;
  left: 0px;
  opacity: 0.3;
}

p {
  margin: 0px;
  padding: 0px;
}

ul,
li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.gr {
  color: #05FF00;
}

.red {
  color: #ff0000;
}

.f-ng {
  font-family: "NotoSansGeorgian";
}

.f-nm {
  font-family: "NinoMtavruliBold";
}

header .navbar {
  background-color: rgba(5, 1, 1, 0.705);
}

header .navbar .navbar-brand img {
  height: 40px;
}

header .navbar .navbar-nav .nav-link {
  color: #fff;
  font-family: "NinoMtavruliBold";
  font-size: 18px;
}

header .navbar .navbar-nav .nav-link.active,
header .navbar .navbar-nav .nav-link:hover {
  color: rgb(190 12 26);
}

.navbar .navbar-toggler {
  background-color: rgb(190 12 26);
}
#main{
  min-height: 87vh;
}
#main-subscribe {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 100vh;
  width: 100%;
}

#main-subscribe h2 {
  text-align: center;
  font-family: BPG_NINO_ELITE_CAPS;
  font-weight: bold;
}

#orderForm {
  max-width: 500px;
  width: 100%;
  margin: auto;
  font-family: BPG_NINO_ELITE_CAPS;
}

#main-subscribe input[type=text],
#main-subscribe input[type=email] {
  background-color: rgba(9, 9, 9, 0.4);
  color: #eee;
}

#main-subscribe button {
  background-color: rgba(9, 9, 9, 0.4);
  color: #eee;
  outline: none;
  border: 1px #eee solid;
  text-align: center;
  padding: 5px 10px;
  border-radius: 5px;
  transition: all 0.3s;
}

#main-subscribe button:hover {
  box-shadow: 0px 0px 9px 0px #eee;
}

.alert-block {
  width: 90%;
  margin: auto;
  background-color: #fff;
  padding: 8px 15px;
  color: #222;
  border-radius: 10px;
  position: absolute;
  left: calc(90% - 86%);
  top: 150px;
  display: none;
  font-family: BPG_ARIAL;
}

.alert-block.success {
  display: block;
  background-color: #1e940e;
  color: #fff;
}

.alert-block.error {
  display: block;
  background-color: #e02f2f;
  color: #fff;
}

.alert-block.warning {
  display: block;
  background-color: #c56914;
  color: #fff;
}

.alert-block.message {
  display: block;
  background-color: #144cc5;
  color: #fff;
}
.sale_alert {
  color: #ff0000;
  font-size: 40px;
  text-align: center;
}

.main-title {
  text-align: center;
}

.form-main-title {
  margin-bottom: 20px;
  text-align: center;
}

.product {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: "NotoSansGeorgian";
  padding: 15px;
  background-color: rgba(5, 1, 1, 0.705);
  border-radius: 15px;
  border: 1px #530d0d solid;
}

.slider img {
  max-width: 100%;
}

#bx-pager {
  text-align: center;
  margin-top: -30px;
}

#bx-pager a {
  margin: 0 3px;
}

#bx-pager a img {
  padding: 3px;
  border: solid #ccc 1px
}

#bx-pager a.active img {
  border: solid #5280DD 1px;
}

#bx-pager {
  display: flex;
  justify-content: space-around;
}

#bx-pager img {
  width: 95%;
}

.product h2 {
  font-family: "NinoMtavruliBold";
}

.product-info-container ul li span {
  font-family: "NinoMtavruliBold";
  color: #fff;
}

.product-info-container ul li {
  font-size: 14px;
  margin-bottom: 15px;
  font-family: BPG_ARIAL;
  color: #bbb;
}

.product-price-container p {
  font-size: 11px;
  margin-bottom: 5px;
  color: #ff4d4d;
}
p.important-info {
  color: #ffc107;
}
p.important-info i{
  font-size: 14px;
}

.product-price-container button {
  width: 100%;
  max-width: 300px;
  text-align: center;
  color: #fff;
  background-color: #449642;
  border-radius: 8px;
  margin-top: 30px;
  border: none;
  font-size: 18px;
  font-family: 'BPG_ARIAL';
  padding: 10px 0px;
}

#promo_code_check{
  margin-top: 6px;
  font-size: 12px;
}
#promo_code_alert{
  font-size: 12px;
  margin-top:6px;
}

/* rules */

.rules, .terms, .privacy, .shops, #returns {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: "NotoSansGeorgian";
  padding: 15px;
  background-color: rgba(5, 1, 1, 0.705);
  border-radius: 15px;
  border: 1px #530d0d solid;
}
.rules .instruction .video-instrction {
  text-align: center;
}
.instruction .video-instrction iframe{
  border: 5px red solid;
  border-radius: 10px;
  width: 100%;
  max-width: 560px;
}
.rules .instruction .instruction-text {
  font-size: 14px;
}

.rules .skills {
  margin-top: 40px;
  font-size: 15px;
}

.rules .skills .hero-image img {
  width: 100%;
  max-width: 180px;
}


/* faq */

.faq {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: "NotoSansGeorgian";
  padding: 15px;
  background-color: rgba(5, 1, 1, 0.705);
  border-radius: 15px;
  border: 1px #530d0d solid;
}
.faq .faq{
  margin-top: 15px;
  margin-bottom: 15px;
}
.faq h1 {
  font-family: "NinoMtavruliBold";
  margin-bottom: 15px;
}

.faq h2 {
  color: #bbb;
  margin-bottom: 15px;
}

.faq #form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}

.faq #form input {
  border: 1px #530d0d solid;
  background-color: transparent;
  border-radius: 8px;
  margin-top: 5px;
  margin-right: 5px;
  width: 95%;
  max-width: 400px;
  padding: 5px 5px;
  color: #bbb;
  font-size: 14px;
  display: inline-block;
}

input:placeholder-shown {
  color: rgb(177, 177, 177);
  font-family: BPG_ARIAL;
}

.faq #form button {
  width: 100%;
  max-width: 150px;
  text-align: center;
  color: #fff;
  background-color: #449642;
  border-radius: 8px;
  margin-top: 5px;
  border: none;
  font-size: 15px;
  font-family: 'BPG_ARIAL';
  padding: 4px 0px;
  display: inline-block;
}

.faq-answer {
  display: none;
  font-size: 14px;
  color: #bbb;
  padding-top: 15px;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.faq-question span {
  margin-right: 15px;
}


/* contact */
.contact-box{
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 80vh;
  align-items: center;
  justify-content: center;
}
.contact-item {
  font-size: 30px;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 15px;
}

.contact-item a {
  font-family: "NinoMtavruliBold";
  color: #fff;
  padding: 15px;
  display: block;
  background-color: rgba(5, 1, 1, 0.705);
  border-radius: 15px;
  border: 1px #530d0d solid;
  font-size: 18px;
  text-align: center;
}

.contact-item span, .contact-item i{
  font-size: 25px;
}

.contact-item.facebook a{
  background-color: rgb(6 81 208 / 71%);
}
.contact-item.youtube a{
  background-color: rgb(255 4 4 / 71%);
}
.contact-item.tiktok a{
  background-color: rgb(38 19 26 / 71%);
}
.contact-item.gmail a{
  background-color: rgb(67 135 248 / 71%);
}
.contact-item.instagram a{
  background:linear-gradient(45deg, #405ce6b7, #5851dbbd, #833ab4bb, #c13584b9, #e1306bb0, #fd1d1db9);
}



.popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
  background-color: #224b21;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 400px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  padding-top: 40px;
}

.close {
  color: #aaa;
  position: absolute;
  top: -2px;
  right: 5px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
#buyForm > div{
  margin-bottom: 15px;
  width: 50%;
  padding: 0;
}
#buyForm > div input{
  width: 100%;
  border: 1px #fff solid;
  border-radius: 5px;
  background-color: #fff;
  font-size: 14px;
  padding: 3px 5px;
}
#buyForm > div label{
  font-family: BPG_NINO_ELITE_CAPS;
}
#buyForm > div button {
  border: 1px #868686 solid;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  font-family: BPG_ARIAL;
  padding: 3px 8px;
  color: #224b21;
}
#buyForm > div #terms{
  display: inline-block;
  margin-right: 5px;
  width: auto;
}
#buyForm > div#address_element label{
  display: inline-block;
}
#buyForm > div#address_element input[type=radio]{
  width: auto;
  margin-top: 5px;
}
#buyForm > div#address_element #address{
  display: none;
}
#buyForm > div span {
  font-size: 10px;
  display: inline-grid;
  font-family: BPG_ARIAL;
}
#buyForm > div span a{
  font-size: 10px;
}
.form-warning {
  font-family: "NinoMtavruliBold";
  font-size: 14px;
  margin-bottom: 20px;
}
.form-warning i{
  color: #dfb80f;
  font-size: 20px;
}
#buyForm >  .price_sum{
  font-size: 14px;
  display: none;
  padding: 5px;
  border: 1px #e3b84b solid;
  border-radius: 5px;
  text-align: center;
  color: #bfbfbf;
}
#buyForm > div.price_sum .price_num{
  font-size: 14px;
  font-weight: bold;
  color:#fff;
}

/* shops */

.shops{
  min-height: 92vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shop_alert_msg{
  font-size: 18px;
  font-family: BPG_NINO_ELITE_CAPS;
}


/* footer */
footer{
  padding-bottom: 15px;
  padding-top: 5px;
  text-align: right;
}
.footer-menu a{
  display: inline-block;
  color: #fff;
  font-size: 11px;
  font-family: BPG_ARIAL;
  margin-right: 15px;
  margin-bottom: 5px;
}