/*
Theme Name: Wilki - motyw blokowy
Author: TomaszZ
Version: 0.0.0.5
*/

/*----------------------*/
/* Style z motywu wilki */
/*----------------------*/

.effect-hover-link:hover {
	color: var(--wp--preset--color--primary);
}

@media screen and 
(max-width:780px) {
	.small-display-none {
		display: none !important;
	}
}

@media screen and (min-width:781px) and (max-width:1000px) {
	.medium-display-none {
		display: none !important;
	}
}

@media screen and (min-width:1001px) {
	.large-display-none{
		display: none !important;
	}
}

/*--------------------*/
/*   Style maruna.pl  */
/*--------------------*/

.display-none {
	display: none !important;
}

/*   menu boczne  */

.regulamin-menu a {
	color: #000 !important;
}

.m_upcycled {
  position: fixed;
  z-index: 1000;
  opacity: 0.68;
}

.m_upcycled-m {
  padding-left: 30% !important;
}

.logo-small .custom-logo {
	max-width: none !important;
}

/*   strona kategorii  */

.img_category_page:hover {
	opacity: 0.72;
}

/*   strona produktu  */
.single-product-maruna .woocommerce-breadcrumb, .single-product-maruna .posted_in {
	display: none;
}

.single-product-maruna .kreseczka_maruna {
	margin-left: 65% !important;
	width: 20px !important;
	height: 2px !important;
}

.single-product-maruna .product_title {
	font-size: 18px;
	font-weight: 700 !important;
}

.single-product-maruna .woocommerce-Price-amount {
	font-size: 17px;
	color: var(--wp--preset--color--text-color);
	font-weight: 700 !important;
}

.single-product-maruna .flex-viewport {
	margin-bottom: 25px;
}

.single-product-maruna .stock {
	color: var(--wp--preset--color--text-color) !important;
	font-size: 20px !important;
	font-family: ralweway;
}

.single-product-maruna .button {
	background: #636363 !important;
	border-radius: 0px !important;
	margin-left: -13px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}

@media screen and (min-width:771px) {
  .single-product-maruna .summary {
  	width: 35% !important;
		line-height: 1.8 !important;
  }
  .single-product-maruna .woocommerce-product-gallery--with-images {
	max-width: 424px !important;
	margin-left: 10%;
	margin-top: 80px
  }
    .single-product-maruna .stock {
  	position: absolute;
  	top: 90px;
  }
  .single-product-maruna .cart {
    position: absolute;
  	top: 160px;
  }      
  .woocommerce-product-details__short-description {
	position: absolute;
  top: 220px;
  }
}

@media screen and (max-width:770px) {
  .single-product-maruna .summary {
    width: 90% !important;
	padding: 5%;
	line-height: 1.8 !important;
  }
  .single-product-maruna .woocommerce-product-gallery--with-images {
	margin-left: 0%;
	width: 100%;
  }
}

/*   Inne strony sklepu  */
.koszyk-maruna .button, .zamowienie-maruna .button {
	background: #000 !important;
	text-transform: uppercase;
    color: #fff!important;
	border-radius: 0px !important;
}

.zamowienie-maruna .woocommerce-checkout-payment {
  	border-radius: 0px !important;
}

.zamowienie-maruna input, .zamowienie-maruna .select2-selection {
	padding: 8px !important;
}

.zamowienie-maruna label {
	margin-bottom: 0px !important;
}

.zamowienie-maruna .select2-container--default .select2-selection--single, .zamowienie-maruna input  {
	border: 1px solid #aaa;
	border-radius: 0px;
}

.fullwidth-maruna, .koszyk-maruna .woocommerce, .zamowienie-maruna .woocommerce {
	max-width: 100% !important;
}

.zamowienie-maruna .form-row {
	background-color: #fff;
}