/* body */
body {
	overflow-x: hidden;
}

/* fonts */
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Playfair Display";
	color: #033D50;
}
.h1 {
  font-size: 41px;
	line-height: 41px;
}
@media only screen and (min-width: 767px) {
.h1 {
  font-size: 64px;
	line-height: 64px;
}
}
@media only screen and (min-width: 991px) {
.h1 {
  font-size: 110px;
	line-height: 110px;
}	
}
.h2 {
  font-size: 30px;
  line-height: 35px;
}
@media only screen and (min-width: 767px) {
.h2 {
  font-size: 42px;
  line-height: 46px;
}		
}
@media only screen and (min-width: 991px) {
.h2 {
  font-size: 72px;
  line-height: 72px;
}	
}
.h3 {
  font-size: 28px;
  line-height: 36px;
}
@media only screen and (min-width: 991px) {
.h3 {
  font-size: 32px;
  line-height: 32px;
}	
}
.h4 {
  font-size: 24px;
  line-height: 32px;
}
@media only screen and (min-width: 991px) {
.h4 {
  font-size: 28px;
  line-height: 36px;
}	
}
.h5 {
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (min-width: 991px) {
.h5 {
  font-size: 22px;
  line-height: 32px;
}	
}
.h6 {
  font-size: 18px;
  line-height: 24px;
}	
.p-style {
	font-family: "Great Vibes";
  font-size: 35px;
  line-height: 48px;
	color: #FAC302;
}
@media only screen and (min-width: 767px) {
.p-style {
	font-family: "Great Vibes";
  font-size: 41px;
  line-height: 48px;
	color: #FAC302;
}	
}
@media only screen and (min-width: 991px) {
.p-style {
	font-family: "Great Vibes";
  font-size: 64px;
  line-height: 64px;
	color: #FAC302;
	}
}

/* header */
.brx-nav-nested-items .menu-item {
	position: relative;
}
@media only screen and (min-width: 992px) {
.brx-nav-nested-items .menu-item:not(:last-of-type):after {
    content: '';
    background-image: url(/wp-content/uploads/2024/09/ico2.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    right: -20px;
    width: 11px;
    height: 10px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1520px) {
	header .brxe-section {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}	
	.logo-cnt {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: wrap !important;
		justify-content: center !important;
		width: 180px;
	}
	.logo-cnt__1 {
		margin: 0 0 10px !important;
	}
	.logo-cnt__2 {
	}
	nav.brxe-nav-nested {
		margin: 0 !important;
	}
	.brx-nav-nested-items {
    gap: 20px !important;
  }
	.brx-nav-nested-items .menu-item:not(:last-of-type):after {
    right: -15px;
  }	
}
@media only screen and (min-width: 992px) and (max-width: 1110px) {
	.logo-cnt {
		width: 140px;
	}
	.menu-item a {
		font-size: 16px !important;
	}
}

/* header search */
.brxe-search:where(.brxe-search) button {
  align-items: center;
  gap: 0;
  height: auto !important;
  width: auto !important;
}

/* mini cart */
.brxe-woocommerce-mini-cart .cart-detail li {
	display: flex;
	flex-flow: nowrap;
}

/* category overflow scroll */
@media only screen and (max-width: 767px) {
.overflow-scroll-menu {
	flex-direction: row;
  overflow-x: auto;
  white-space: nowrap;
  flex-wrap: nowrap !important;
	}
	.overflow-scroll-menu .brx-block {
		width: auto;
	}	
}

/* buttons */
.brxe-button.bricks-button:hover svg path {
	transition: all 0.3s ease;
}
.brxe-button.bricks-button:hover svg path {
	fill: #ffffff;
}

/* home category boxes */
.cat-box svg path {
	transition: all 0.3s ease;
}
.cat-box:hover svg path {
	fill: #FAC302;
}
.cat-box .cat-box_img {
	transform: scale(1);
	transition: all 0.3s ease;
}
.cat-box:hover .cat-box_img {
	transform: scale(1.1);	
}

/* popular products */
.popular-products .product.type-product img {
	transform: scale(1);
	border-radius: 8px;
	height: 320px;
    object-fit: cover;
	transition: all 0.3s ease;	
}
.popular-products .product.type-product:hover img {
	transform: scale(1.06);	
}

/* related posts */
.brxe-related-posts.related-posts .repeater-item {
	position: relative;
}
.brxe-related-posts.related-posts img {
	border-radius: 8px;
}
.brxe-related-posts.related-posts .post-content {
	display: flex;
	flex-wrap: wrap;
}
.brxe-related-posts.related-posts .post-content .dynamic:nth-child(1) {
	width: 100%;
}
.brxe-related-posts.related-posts .post-content .dynamic:nth-child(2) ,
.brxe-related-posts.related-posts .post-content .dynamic:nth-child(3) {
	width: 50%;
}
.brxe-related-posts.related-posts .post-content .dynamic:nth-child(4) {
	position: absolute;
	top: 19px;
	left: 25px;
  pointer-events: none;
	z-index: 1;
}

/* product detail */
.woocommerce .cart {
	display: flex;
	justify-content: space-between;
}
.woocommerce .single_add_to_cart_button {
	margin: 0 !important;
}
.product-detail-info .brxe-product-content h3 {
	margin-bottom: 25px;
}
.woocommerce-notices-wrapper .woocommerce-message {
	background: #f0fafd;
	color: #033d50;
	border-radius: 8px;
}
.woocommerce-notices-wrapper .woocommerce-message a {
	background: #033d50;
	color: #ffffff;
  font-size: 14px;
	line-height: 16px;
  text-transform: uppercase;
  padding-top: 15px;
  padding-right: 25px;
  padding-bottom: 15px;
  padding-left: 25px;
	border-radius: 5px;
}
table.variations th.label label,
table.variations select {
	font-size: 18px;
}
.woocommerce-Reviews-title {
	margin-bottom: 25px;
}

/* cart */
.shop_table.cart.woocommerce-cart-form__contents {
  display: inline-table;
}
.shop_table.cart.woocommerce-cart-form__contents thead,
.shop_table.cart.woocommerce-cart-form__contents tbody {
	width: 100%;
}
.brxe-product-add-to-cart .stock.in-stock {
	display: none;
}
.variations_form.cart {
	flex-wrap: wrap;
}
.single_variation_wrap {
	width: 100%;
}
.woocommerce-variation-add-to-cart {
	display: flex;
	justify-content: space-between;
}
.woocommerce-variation-add-to-cart .quantity,
.woocommerce-variation-add-to-cart .single_add_to_cart_button {
	width: 48%;
}
.woocommerce-cart-form tbody td {
  padding: 15px 0 15px 15px;
}

/* order summary */
.woocommerce-checkout-review-order {
	border: none !important;
}
.woocommerce-checkout .shop_table thead, 
.woocommerce-checkout .shop_table tfoot {
	border-bottom: 1px dashed #6e778c;
}
.cr-customer-consent {
	display: none;
}
.showcoupon {
	font-size: 18px;
}

/* woocommerce error + coupon */
.woocommerce-error {
	background: #f0fafd;
  position: fixed;
  left: 0;
	right: 0;
  bottom: 10px;
  z-index: 100;
	border: 1px solid #fa4362;
}
@media only screen and (min-width: 1400px) {
.woocommerce-error {
	width: 1400px;
	left: 50%;
	margin-left: -700px;
}
}
.woocommerce-error li {
	font-size: 16px;
}
.woocommerce-info {
	background: #f0fafc;
	margin-bottom: 20px;
}
.woocommerce-info {
	color: #033d50 !important;
}

/* shop */
.product-box .product-box__cnt {
	border-top: 1px dashed transparent;
	border-left: 1px dashed transparent;
	border-right: 1px dashed transparent;
}
.product-box .product-box__cnt img {
	transform: scale(1);
	transition: all 0.3s ease;
}
.product-box .product-box__cnt:hover img {
	transform: scale(1.03);
}
.product-box .product-box__cnt {
	transition: all 0.3s ease;
}
.product-box .product-box__cnt:hover {
  box-shadow: 0 0 16px 12px rgba(240, 250, 253, 1);
  border-top: 1px dashed #809197;
  border-left: 1px dashed #809197;
	border-right: 1px dashed #809197;
	border-radius: 8px;
}

.product-box .product-box__cnt {
	position: relative;
	overflow: hidden;
}
.product-box .product-box__cnt:before {
  content: '';
  position: absolute;
  bottom: -40px;
  right: -40px;
	width: 35px;
	height: 32px;
	background-image: url('/wp-content/uploads/2024/08/logo-pasieka.svg');
	background-repeat: no-repeat;
	background-size: 35px;
	opacity: 0;
	transform: rotate(-135deg);
  transition: all 0.35s ease;	
}
.product-box .product-box__cnt:hover:before {
	bottom: 4px;
	right: 4px;
	opacity: 1;
	transform: rotate(15deg);
}

/* cross sell */
.additional-sales-box .cross-sells img, .upsells.products img {
  width: 60%;
	margin: 0 20%;
}
.additional-sales-box .cross-sells .woocommerce-loop-product__title, .additional-sales-box .upsells.products .woocommerce-loop-product__title {
  font-size: 18px;
	line-height: 24px;
	color: #033D50;
  text-align: center;
	padding: 0 20px;
  margin: 10px 0 0;
}
.additional-sales-box .button {
	display: none;
}
.additional-sales-box .price {
	display: block;
  font-size: 18px;
  font-weight: 600;
	color: #e74f3d;
  text-align: center;
}
.@media only screen and (max-width: 767px) {
	.cross-sells .products {
		display: flex !important;
		flex-wrap: wrap !important;
	}
	.cross-sells .products .product {
		width: 50%;
	}
}

/* back to top */
.back-to-top {
  cursor: pointer;
  opacity: 0;
  transform: translateY(150px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}


/*# sourceMappingURL=customstyles.css.map */