/*
Theme Name: ausgebremst
Theme URI: heneart.com
Author: heneart
Author URI: https://heneart.com
Description: template for Ausgebremst - Kathrin Bregulla
Version: 1.0.0
License: commercial
License URI: 
Tags:
*/

/*
colors:
#a83874 - main, button, brimary BG
#be90c1 - button secondary, button hover
#231f20 - text
#f1f3f4 - secondary BG
#e7e7e8 - third BG

*/

/* roboto-condensed-100 - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/roboto-condensed-v31-latin_latin-ext-100.woff2') format('woff2'); 
}

/* roboto-condensed-200 - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/roboto-condensed-v31-latin_latin-ext-200.woff2') format('woff2'); 
}

/* roboto-condensed-300 - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/roboto-condensed-v31-latin_latin-ext-300.woff2') format('woff2');
}

/* roboto-condensed-300italic - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/roboto-condensed-v31-latin_latin-ext-300italic.woff2') format('woff2');
}

/* roboto-condensed-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-condensed-v31-latin_latin-ext-regular.woff2') format('woff2');
}

/* roboto-condensed-italic - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/roboto-condensed-v31-latin_latin-ext-italic.woff2') format('woff2');
}

/* roboto-condensed-500 - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/roboto-condensed-v31-latin_latin-ext-500.woff2') format('woff2');
}

/* roboto-condensed-500italic - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 500;
  src: url('fonts/roboto-condensed-v31-latin_latin-ext-500italic.woff2') format('woff2');
}

/* roboto-condensed-600 - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/roboto-condensed-v31-latin_latin-ext-600.woff2') format('woff2');
}

/* roboto-condensed-600italic - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 600;
  src: url('fonts/roboto-condensed-v31-latin_latin-ext-600italic.woff2') format('woff2');
}

/* roboto-condensed-800 - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/roboto-condensed-v31-latin_latin-ext-800.woff2') format('woff2');
}

/* roboto-condensed-800italic - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 800;
  src: url('fonts/roboto-condensed-v31-latin_latin-ext-800italic.woff2') format('woff2');
}

/* roboto-condensed-900 - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/roboto-condensed-v31-latin_latin-ext-900.woff2') format('woff2');
}

/* roboto-condensed-900italic - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 900;
  src: url('fonts/roboto-condensed-v31-latin_latin-ext-900italic.woff2') format('woff2');
}



body {
	color: #231f20  ;
	font-size:16px;
	margin:0;
	padding:0;
	font-family: 'Roboto Condensed';
	font-weight:300;
	scroll-behavior: smooth;
  letter-spacing: 1px;
}
.ausgebremst-logo {color: #a83874; font-size: 3rem; font-weight: 300; display: block;}
.ausgebremst-logo:hover { text-decoration: none;}
.ausgebremst-logo-subline {font-size: 1.5rem; font-weight: 300; display: block;}

.ausgebremst-logo-menu {color: #a83874; font-size: 1.7rem; font-weight: 300; display: block;}
.ausgebremst-logo-menu:hover { text-decoration: none;}
.ausgebremst-logo-subline-menu {font-size: 1rem; font-weight: 300; display: block;}

@media (max-width: 1000px) {
.ausgebremst-logo {color: #a83874; font-size: 2rem; font-weight: 300; display: block;}
.ausgebremst-logo-subline {font-size: 1rem; font-weight: 300; display: block; text-align: left;}
.fkcart-shortcode-price { display: none;}
}

.fkcart-select-options { display: none;}
.tresc { background: #f1f1f1;}
.tresc a:not(.uk-button) {color:#a83874;}
.uk-navbar-nav > li > a { color: #231f20  ; position: relative; }

.uk-navbar-nav > li > a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #231f20;
    transition: transform 0.25s ease-out;
    transform-origin: bottom center;
  }
  
  .uk-navbar-nav > li > a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom center;
  }
  

html
{
	margin:0;
	padding:0;
	
}

body, html { padding: 0; margin: 0;}

.footer-menu { margin:0; padding:0; list-style:none; font-weight:inherit;}
.footer-menu ul { margin:0; padding:0; list-style:none; font-weight:inherit;}
.background {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
}
a {outline: none; color: #231f20; text-decoration:none; }
a:hover {outline: none; color: #231f20; }
a.czarny {outline: none; color: #231f20; text-decoration:none; }
.clr { clear:both;}
.hide { display:none;}

.callbutton {position: fixed; right:10px; bottom:10px; background: 	#25d366; color:white; padding:10px; border-radius:50%; z-index:1000; /*border:solid 2px white;*/ }
.callbutton a:hover {background:#25d366; color:white; }

img{
max-width: 100%;
height: auto;
display: block;
}

img.respo{
width: 100%;
height: auto;
display: block;
}

.greyscale {
  filter: url(filter.svg#grayscale);
  filter: gray;
  -webkit-filter:
grayscale(1);
  opacity: 0.5;
}



.uk-padding-remove-horizontal-desktop {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.cont-wide { max-width: 960px;}

/* hide search if sticky*/
/*.uk-sticky-fixed { opacity:0;}*/


.uk-sticky-fixed .menuline { background:#4ea5eb;}

/*uikit overrides*/
.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked {
  background-color:#d71e18;
  border-color:
transparent;
}


.uk-icon-button-large {
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  border-radius:
50%;
  background: rgba(215, 30, 24, 0.7);
    color:#fff;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition:
.1s ease-in-out;
    transition-property: all;
  transition-property: color,background-color;
}
.uk-card-default { color:#231f20;}
.uk-card-title { font-weight: 600; font-size: 1.1rem;}
.uk-button {  transition: 0.2s;} 

.bigfet { font-weight: 800; font-size: 3rem; letter-spacing: 0; font-style: italic; line-height: 1;}

.uk-button-default {
  background-color: #a83874;
  color: #fff;
  border: 1px solid #a83874; 

}

.uk-button-default:hover {
  background-color: #fff;
  color: #be90c1;
  border: 1px solid #be90c1;

  transition: 0.2s;
}

.uk-button-default-outline {
  background-color: transparent;
  color:#a83874;
  border: 1px solid #a83874;
 
}


.uk-button-default-outline:hover {
  background-color: #be90c1;
  color: white;
  border: 1px solid #be90c1;
 
}

.uk-button-secondary {
  background-color: #e7e7e8;
  color: white;
  border: 1px solid #e7e7e8;
   
}

.uk-button-secondary-outline {
  background-color: transparent;
  color: #1e2148;
  border: 1px solid #1e2148;
   
}

.uk-button-secondary-outline:hover {
  background-color: #1e2148;
  color: white;
  border: 1px solid #1e2148;
   
}


.uk-button-white {
  background-color: white;
  color:#231f20;
  border: 1px solid white;

}

.uk-button-white:hover {
  background-color: #e7e7e8;
  color:#231f20;
  border: 1px solid #e7e7e8;
}



.uk-slidenav {
  /*color:#4ea5eb;*/
  color:#231f20;
}

.uk-dotnav > .uk-active > * {
  background-color: rgba(0, 0, 0 , 1);
}
.uk-dotnav > * > * {

    background-color: rgba(0, 0, 0, 0);
  border: 3px solid rgba(0, 0, 0, .4);
    border-top-color: rgba(0, 0, 0, .4);
    border-right-color: rgba(0, 0, 0, .4);
    border-bottom-color: rgba(0, 0, 0, .4);
    border-left-color: rgba(0, 0, 0, .4);
}

/* top line */

.cien {text-shadow: 0px 1px 2px #000000;}
.upcase { text-transform:uppercase;}


.menuglowne .uk-navbar-nav > li > a { color: #231f20; font-family: 'Open Sans'; font-weight:600}

.pagehead a:hover,
.pagehead .uk-iconnav a:hover { text-decoration:none;}

.pagehead { background-size:contain; background-position: center right; }

@media (max-width: 800px) {
.pagehead { background-size: cover; background-position: center center;}	
}



.subpage a,
.subpage .uk-iconnav a,
.subpage .uk-navbar-toggle,
.subpage .uk-navbar-item,
.subpage .uk-navbar-item a { color: #231f20;}

.subpage a:hover,
.subpage .uk-iconnav a:hover
{ text-decoration:none;}


/* content elements */
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button {  background-color: #a83874; color: #fff; border: 1px solid #a83874; border-radius: 5px; }
.section-title { margin-top:40px;  text-align: center; }


.fkcart_mini_cart_widget_quantity .preorder-cart-notice{
color: #a83874 !important;
display: block;
width:100%;
margin-top: 6px;
margin-bottom:20px;
font-size: 14px;
}
.preorder-avaiable-date-text {color: #a83874;font-weight:bold; padding-bottom: 20px;}



.section-title::after
{
  content: '';
  border-bottom: 1px solid #231f20;
  width:280px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

.uk-close {color: #231f20;}

/*uikit slider*/
.uk-dotnav > * > * {
  background-color: rgba(71, 111, 113, 0);
  border: 3px solid rgba(71, 111, 113, .4);
}

.uk-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 0;
  background: 0 0;
    background-color: rgba(71, 111, 113, 0);
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid rgba(71, 111, 113,.4);

}
/*menu glowne*/
ul.menuglowne {  font-size:1.5rem; padding: 0; margin:0; list-style-type: none;}
ul.menuglowne  li  {  padding: 0; margin:0;}
.menuglowne .uk-nav li a{  padding: 0;}


ul.menuglowne li a {-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
	 color: #231f20;
 }	
	 
ul.menuglowne li a:hover,
ul.menuglowne li.current-menu-item a {text-decoration:none; color: #a83874;}

/*WC Account menu*/
nav.woocommerce-MyAccount-navigation ul {padding: 0; margin:0; list-style-type: none; text-align: left;}
nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link { padding: 0; margin:0;}

.products h2 { font-size: 1.2rem; font-weight: 400;}
.product_title{ font-size: 2rem; font-weight: 600;}
.products a:hover{ text-decoration: none;}

.products .product p.wc-gzd-additional-info {
 margin:0 0 2px 0;
}

.products .shipping-costs-info {

  min-height: 30px;
}

.products .button {
 margin-top:20px!important;
}


.single-product .product .entry-summary .qty {
  width:56px;
  font-size:1rem;
  padding: 0;
  line-height: 1;
  min-height: 34px;
  text-align: center;
  border: none;
  color: black;
    background: #fff;
  border-radius: 0;
  border:1px solid rgb(224, 224, 224);
  position: relative;

}
input[type="number"] {
  -moz-appearance: textfield;
}

.single-product .product .entry-summary .quantity {
  display: flex;
}

.single-product .product .entry-summary .quantity .plus {
  color: black;
  border:1px solid rgb(224, 224, 224);
  border-radius: 0;
  background-color: white;
  font-size: 1.5rem;
  line-height:1;
  height: 36px;
  width: 38px;
  padding: 0;
}

.single-product .product .entry-summary .quantity .minus {
  color: black;
  border:1px solid rgb(224, 224, 224);
  border-radius: 0;
  background-color: white;
  font-size: 1.5rem;
  line-height:1;
  height: 36px;
  width: 38px;
  padding: 0;
}

/*hide type text*/
table.variations th.label { display:none}
/*add to cart button*/
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
  background-color:#a83874;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button  {
  font-size: 0.897rem;
  margin: 0;
  line-height: 1;
  padding: .8em 1em;
  font-weight: 400;
  border-radius: 0;
  left: auto;
  color: white;
  background-color: #a83874;
  text-transform: uppercase;

}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled {
  
    background-color:#be90c1;
  color: #fff;
  padding: .8em 1em;
  line-height: 1;
}



.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: #a83874;
    color: #fff;
}

/*price & info color */
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: #a83874;
  font-size: 2rem;
  letter-spacing: 0;
  font-weight: 800;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
  color: #a83874;
}

/*ukryj numer artykulu*/
.sku_wrapper,
.posted_in { display: none;}

div.product p.price,
.tax-info { margin-bottom: 0;}

div.product span.price {
  color: #a83874!important;
  font-size: 1.25em;
  font-weight: 400;
}

/*single product columns */
.woocommerce div.product div.images {
  float: left;
  width: 38%;
}

.woocommerce div.product div.summary {
  float: right;
  width: 58%;
  clear: none;
}


@media (max-width: 1000px) {
.woocommerce div.product div.images {
  float: left;
  width: 100%;
}

.woocommerce div.product div.summary {
  float: left;
  width: 100%;
  clear: none;
}
}
/*single product info tabs*/
.product-details-vertical .woocommerce-Tabs-panel:not(:last-child) {
  margin-bottom: 40px;
}
.product-details-vertical .woocommerce-Tabs-panel {
  display: block !important;
}
.woocommerce-Tabs-panel {
  display: none;
  margin-bottom: 20px;
  animation: .8s fadeIn;
}

.woocommerce-tabs .wc-tab:not(#tab-reviews) > .container > .row > div > * {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.product-details-vertical.woocommerce-tabs .wc-tab > .container > .row > div > h2 {
    position: relative;
  display: inline-block;
}

/* shop page*/
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button {

  font-size: 1rem;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: .618em 1em;
  font-weight: 400;
  border-radius: 0;
  left: auto;
  color: white;
  background-color: #a83874;
  border: 0;
}

/*preorder badge*/
.woocommerce span.onsale {
display:none;
}
/*login page*/
.woocommerce-button button woocommerce-form-login__submit,
.woocommerce-button button woocommerce-form-register__submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    font-size: .875rem;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 300;
    border-radius: 0;
    left: auto;
    color: white;
    background-color: #a83874;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

/*color modifiers*/

.font-x2 { font-size: 3rem;}

.red { color: #a83874;}
.red:hover { color: #a83874; text-decoration:none;}
.red-bg {background-color:#a83874;}


.dark { color: #231f20;}
.dark:hover { color: #231f20; text-decoration:none;}
.dark-bg {background-color: #231f20;}

.white { color:white;}
.white:hover { color:white; text-decoration:none;}
.white-bg {background-color:white;}

.grey { color:#e7e7e8;}
.grey:hover { color:#e7e7e8; text-decoration:none;}
.grey-bg {background-color:#e7e7e8;}


.litegrey { color:#f1f3f4 ;}
.litegrey:hover { color:#f1f3f4 ; text-decoration:none;}
.litegrey-bg {background-color:#f1f3f4 ;}

.black-divider {  border-left: 1px solid #231f20; height:100px; margin-top:50px; margin-bottom:50px;}
.black-divider-short {  border-left: 1px solid #231f20; height:50px; margin-top:50px; margin-bottom:50px;}
.black-divider-2 {  border-left: 1px solid #231f20; height:100px; margin-top:0; margin-bottom:50px;}
.white-divider {  border-left: 1px solid white; height:100px; margin-top:50px; margin-bottom:50px;}

.uk-divider-left {
  margin-left: 49px;
  margin-right: 49px;

}

.uk-divider-small::after {
  width: 100px;
  border-top: 1px solid #231f20;
}

/*top divider*/
.uk-list-divider > :nth-child(n+2),
.brdr-top {
  margin-top: 10px;
  padding-top: 50px;
  border-top: 1px solid #231f20;
}

.dark-border-top-bottom {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #231f20;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #231f20;

}

.page-title { text-transform: uppercase; font-weight:700; color:white;}




ul.almohadilla {
  list-style: none;
  margin:0;
  padding:0;
}

ul.almohadilla li{ margin:0; padding:0;}

ul.almohadilla li:before {
content: "#";
padding-right:5px;
padding-bottom:5px;
font-size: 1rem;
font-weight: 800;
color: #a83874;
}


/*ikony kolor*/

.czarny.uk-icon svg path {
fill: #000000;
}

.czarny.uk-icon svg circle {
fill: #000000;
}

.czarny.uk-icon svg polygon {
fill: #000000;
}


img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }



.stopka { background:#231f20;} 
.stopka a { color:white;}
.stopka a:hover { color:white; text-decoration:underline;}
.text-extra-small {
  font-size: .8rem;
  line-height: 1;
}


.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
font-family: 'Roboto Condensed';
color: #231f20;
font-weight: 200;
}


/*contactform*/
::-webkit-input-placeholder { /* WebKit browsers */
color:  #231f20 !important;
opacity: 1;
font-family: 'Roboto Condensed';;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:  #231f20 !important;
opacity: 1;
font-family: 'Roboto Condensed';;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color:  #231f20 !important;
opacity: 1;
font-family: 'Roboto Condensed';;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color:  #231f20 !important;
opacity: 1;
font-family: 'Roboto Condensed';;
}


.wp-block-embed {
	margin-left: 0;
	margin-right: 0;
}
