/* Languages flags styles top line */

.lang-item {
      display:  inline-block;
      padding-left: 5px;
      list-style: none;
}

.lang-item img {
	height: 13px!important;
	width: auto!important;
}


/* Hide disabled add to cart button */

.wpr-atc-not-clickable {
     display: none!important;
}


/* Hide Footer naviagtaions */

html:lang(lv) .en-footer, html:lang(lv) .ru-footer {
  display: none;
}

html:lang(ru) .lv-footer, html:lang(ru) .en-footer {
  display: none;
}

html:lang(en) .lv-footer, html:lang(en) .ru-footer {
  display: none;
}


/* Pages videos background */

.backVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100vw;
  min-height: 100vh;
  z-index: -1;
}


/* WOO Styles */


.woocommerce .button {
	background: #5080BA!important;
	color: white!important;
}

.woocommerce .button:hover {
	background: #FF4F40!important;
}


/* CONTACTS FORM 7 styles */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
	border: none;
	background:  rgba(80, 126, 186, 0.2);
	border-radius: 30px;
	padding: 10px 25px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
	height: 55px;
}

.wpcf7 label {
	font-weight: bold;
	line-height: 2;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus {
	background: white;
	border: 1px solid #5080ba;
}

.wpcf7 input[type="submit"] {
	background: #5080ba;
	color: white;
	display: block;
	width: 20vw;
	min-width: 150px;
	border: none;
	text-transform: uppercase;
	padding: 10px 0;
	border-radius: 30px;
}

.wpcf7 input[type="submit"]:hover {
	background: #FF4F40;
}


.eael-product-quick-view {
display:none!important;
}

