/* Wishlist */

#headerwish {
  display: block;
	height: 27px;
  width: 28px;
  background: url(/wp-content/themes/astra-child/assets/img/wishlist_icon.svg) no-repeat center bottom;
    background-size: auto;
  background-size: contain;
  position: relative;
}

#headerwish span {
color: #706f6f;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  display: block;
  line-height: 27px;
  width: 29px;
}

/* end Wishlist */


/* Weglot */

.country-selector .weglot-flags > span.wglanguage-name::before, .country-selector .weglot-flags > a::before {
	border-radius: 5px !important;
}

.country-selector.weglot-dropdown a, .country-selector.weglot-dropdown span {
	letter-spacing: 22%;
	font-weight: 600;
	font-size: 15px;
	color: #000;
}

.country-selector.weglot-dropdown .wgcurrent a, .country-selector.weglot-dropdown .wgcurrent span {
	padding-right: 30px;
}

.country-selector.weglot-dropdown .wgcurrent, .country-selector.weglot-dropdown ul {
	border: none;
}

.country-selector.weglot-dropdown .wgcurrent::after {
	background-image: url(/wp-content/themes/astra-child/assets/img/vini-arrow.png);
		width: 9px;
	height: 7px;
	top: 15px;
}

/* end Weglot */

/* Header */

#page {
	padding-top: 142px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.ast-site-header-cart .ast-addon-cart-wrap i.astra-icon::after {
background-color: transparent;
  box-shadow: none;
  border: none;
  color: #646363;
  top: 8px;
right: 0;
  left: 0;
}

.ast-addon-cart-wrap .ast-icon {
	width: 28px;
	height: 27px;
	display: block;
}

.ast-desktop .ast-primary-header-bar .ast-header-woo-cart, 
.ast-desktop .ast-primary-header-bar .ast-header-edd-cart {
	min-height: unset;
}

.woocommerce .ast-header-woo-cart .ast-site-header-cart .ast-addon-cart-wrap, 
.ast-header-woo-cart .ast-site-header-cart .ast-addon-cart-wrap,
.ast-site-header-cart i.astra-icon {
	position: relative;
	padding: 0;
	margin: 0;
	display: block;
}

div.ast-builder-layout-element.ast-header-account,
div.ast-builder-layout-element.ast-header-html-3 {
	padding: 0 12px;
}


.ast-header-account-wrap .ast-header-account-type-icon .ahfb-svg-iconset svg,
.ast-icon-shopping-bag .ast-icon svg, 
.ast-icon-shopping-cart .ast-icon svg, 
.ast-icon-shopping-basket .ast-icon svg {
	width: 28px;
	height: 27px;
}


.site-header-primary-section-left {
	position: relative;

}

.ast-main-header-wrap.main-header-bar-wrap {
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

header .custom-logo-link img {
  max-width: 172px;
  width: 172px;
  position: absolute;
  top: 0;
  left: 0;
}

/* end Header */


/* Shop */ 

.hagan_tourski_product_wrap {
	display: flex;
	align-items: center;
}

#content ul.products.hagan-products > li {
	border: 1px solid #000;
	padding: 30px 75px;
}

#content ul.products.hagan-products > li.hagan_tourski_product {
	border: none;
	padding: 26px;
}

.hagan_tourski_product_image {
	border: 1px solid #000;
  width: 30%;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

.hagan_tourski_product_image_rel {
	width: 100%;
	height: 0;
	padding-bottom: 232%;
	position: relative;
}

#content ul.products.hagan-products.home_products > li {
		padding: 26px 26px 66px 26px;
		height: 100%;
}

#content ul.products.hagan-products.home_products {
	height: 100%;
}

.perovit_home_archive_one > div {
	height: 100%;
}

.hagan-add-to-cart-loop {
	text-align: center;
}

ul.products.hagan-products.home_products .hagan-add-to-cart-loop {
	position: absolute;
  width: 100%;
  padding: 0 26px;
  left: 0;
  bottom: 20px;
}


ul.products.hagan-products li.product h2.woocommerce-loop-product__title {
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	letter-spacing: 7%;
	font-weight: 700;
	margin-bottom: 12px;
}

.hagan-products > li a.button.add_to_cart_button {
	background-color: #fff;
	color: #000;
	border: 2px solid #000;
	transition: background-color 250ms, color 250ms;
	width: 100%;
  text-align: center;
}

.hagan-products > li a.button.add_to_cart_button:hover {
	background-color: #000;
	color: #fff;
}


.astra-shop-thumbnail-wrap {
	position: unset;
}


 ul.products.hagan-products li.product .onsale {
	top: 0;
	left: 0;
	right: unset;
	display: block;
  margin: 0;
  background-color: #000;
  color: #fff;
  font-weight: 700;
letter-spacing: 10%;
  font-size: 14px;
  padding: 0 10px;
  min-height: unset;
  min-width: unset;
  line-height: 2em;
  border-radius: unset;
}

.ast-woo-shop-product-description {
	text-align: center;
	margin-bottom: 15px;
}

#page  ul.products.hagan-products li.product .astra-shop-summary-wrap .price {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	display: block;
	text-align: center;
}

ul.products.hagan-products .wgm-info {
	display: none;
}

/* end Shop */