
/*----------------- logo & burger ---*/
.header_mobile .menu_button {
    font-size: 46px;
}
.header_mobile .logo_main {
    max-height: 90px;
		max-width: 90px;
		margin-top:10px;
}

/*----------------- submenu ---*/
.menu_main_nav > li ul {
	width: 224px;
}
.scheme_original .top_panel_wrap li li > a {
	color: #fff;
}
.scheme_original .menu_main_nav > li ul li a:hover {
		color: #73A4D3;
}
.scheme_original .top_panel_wrap li li + li {
	border-color: #fff;
}
/*----------------- button ---*/
.scheme_original button {
	background-color:transparent;
	border-color:#73A4D3;
	color:#73A4D3;
	padding: 0.85em 1.65em;
	line-height: 1.3em;
 margin-bottom: 1em;
}
.scheme_original button:hover {
	background-color:#102B45;
	border-color:#102B45;
	color:#fff;
}
/*----------------- cart ---*/
.add_to_cart_inline_mario {
	border:none;
}
.wspolpraca.mpc-carousel-anything .mpc-carousel__item-wrapper {
	vertical-align:top;
	padding-top:10px;
}
/*----------------- pobrania eBookStore ---*/
.pobrania {
	display: flex;
	flex-direction: column;
	margin: 1em 0;
}
.pobrania > a {
	width:20%;
	background-color:#102B45;
	border-radius: 3px;
	color:#fff;
	text-align: center;
	padding: 0.85em 1.65em;
	font-size: 1.0em;
	line-height: 1.3em;
	font-weight: 700;
}
.pobrania > a:hover {
	background-color:#73A4D3;
	color:#fff;
}
/*----------------- pobrania woocommerce & eBookStore ---*/
td.product-total {
	padding:30px 0 !important;
}
.amount > a {
	width:20%;
	background-color:#102B45;
	border-radius: 3px;
	color:#fff;
	text-align: center;
	padding: 0.85em 1.65em;
	font-size: 1.0em;
	line-height: 1.3em;
	font-weight: 700;
}
.amount > a:hover {
	background-color:#73A4D3;
	color:#fff;
}
/*----------------- additional info - shop attributes ---*/
.woocommerce table.shop_attributes td {
	font-style: inherit; 
}
.woocommerce table.shop_attributes .woocommerce-product-attributes-item--attribute_pa_series td {
	font-style: italic; 
}

.prev-next a {
	color:#73A4D3;
}
.prev-next a:hover {
	color:#000000;
}

/*----------------- contact info ---*/
.sc_form_address div:nth-child(3) {
	display:none;
}

/*----------------- widgets ---*/
.widget_area ul li {
    font-size:17px;
}

/*----------------- remove table of contents title ---*/
.yikes-custom-woo-tab-title {
    display: none;
}

/*----------------- author ---*/
.post_author_avatar img {
	border-radius:50%;
}

/*----------------- team author ---*/
#awsm-team-561 .drawer-style.style-2 .awsm-grid-card a figcaption {
	transform: translateY(0);
	background: rgba(35,35,35,.1);
  color: #333;
}
#awsm-team-561 .drawer-style.style-2 .awsm-grid-card a:hover figcaption {
	transform: translateY(0);
	background: rgba(35,35,35,.3);
}
#awsm-team-561 .drawer-style.style-2 figcaption h3 {
	color: #333;
}
/*----------------- team author short ---*/
.drawer-style.style-2 .awsm-grid-padding a {
    color: #5f81ba;
}
.awsm-grid-wrapper ul {
  list-style-type: "→";
	padding-left:18px;
}
.awsm-grid-wrapper ul li {
  padding-left:10px;
}